Dirk Mueller
dirkmueller
- containers-bugowner 0 tasks
- openstack-developers 0 tasks
Involved Projects and Packages
BCI Development project for openSUSE Tumbleweed
Handle with care. No warranties. This
software is provided as is and no fitness for a particular purpose is
claimed. No money back guarantee. 20% discount except for bits and bytes.
A tool that simplifies the management of multiple versions of kubectl
This repository contains packages related to the Go programming language (designed by Robert Griesemer, Rob Pike and Ken Thompson).
Go is an expressive, concurrent, garbage collected systems programming language that is type safe and memory safe. It has pointers but no pointer arithmetic. Go has fast builds, clean syntax, garbage collection, methods for any type, and run-time reflection. It feels like a dynamic language but has the speed and safety of a static language.
http://en.opensuse.org/openSUSE:Packaging_Go
Please do not use OBS comments for support requests. Instead please use one of these communication methods:
Support via mailing list (first): go@lists.opensuse.org (links to list archives)
For bug reports: https://bugzilla.opensuse.org
XML, XPath, XML-RPC, etc functionality for Qore, split from the main library as of Qore v0.8.1
The Qore YAML module provides functions that enable Qore data in the Qore programming language to be serialized and deserialized to and from YAML strings and Qore data structures.
This project provides generic python modules. The Python interpreter itself is developed at devel:languages:python:Factory.
If you happen to have collection of python packages send an email to opensuse-packaging to discuss wether it would not be better to provide them subproject within devel:languages:python namespace instead of storing them here.
The Python packaging policies are found at http://en.opensuse.org/openSUSE:Packaging_Python
The project is focused on maintaining reasonable closeness to upstream
versions while at the same time trying to make packages available for openSUSE distribution.
The main focus is openSUSE Tumbleweed and packages that are not in there will be periodically pruned from the project.
Backporting of packages against older distribution releases should not be happening in this project, only build verification. If a package is needed on any of the older openSUSE products then maintenance update is to be created. Alternatively for SLE products submission by an interested party should be done by openSUSE:Backports project.
If you just need the newest packages, please consider using devel:languages:python:backports instead.
This is due to the size of this project and likeness of errors caused by adding this whole repository.
Flake8 is a wrapper around these tools:
PyFlakes
pep8
Ned Batchelder’s McCabe script
Flake8 runs all the tools by launching the single flake8 script. It displays the warnings in a per-file, merged output.
Script to check McCabe complexity.
This module provides a plugin for flake8, the Python code checker.
Pexpect is a pure Python module for spawning child applications;
controlling them; and responding to expected patterns in their output.
analyzes Python source code looking for bugs and signs of poor quality.
This module provides basic functions for handling mime-types. It can handle matching mime-types against a list of media-ranges. See section 14.1 of the HTTP specification [RFC 2616] for a complete explanation.
This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides convenient full-stack testing of applications written with any WSGI-compatible framework.