You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-mox-0.5.3-11.fc25.noarch
Mox is a mock object framework for Python based on the Java mock object framework EasyMock.
RPMPackage python-jsonschema-2.5.1-2.lbn25.noarch
jsonschema is JSON Schema validator currently based on http://tools.ietf.org/html/draft-zyp-json-schema-03
RPMPackage python-jsonpointer-1.10-3.lbn25.noarch
Library to resolve JSON Pointers according to RFC 6901.
RPMPackage python-jenkins-job-builder-3.2.0-1.lbn25.noarch
Jenkins Job Builder takes simple descriptions of Jenkins jobs in YAML format, and uses them to configure Jenkins. You can keep your job descriptions in human readable text format in a version control system to make changes and auditing easier. It also has a flexible template system, so creating many similarly configured jobs is easy.
RPMPackage python-jenkins-1.5.0-1.lbn25.noarch
Python Jenkins is a library for the remote API of the Jenkins continuous integration server. It is useful for creating and managing jobs as well as build nodes.
RPMPackage python-ipaddress-1.0.16-3.lbn25.noarch
ipaddress provides the capabilities to create, manipulate and operate on IPv4 and IPv6 addresses and networks. The functions and classes in this module make it straightforward to handle various tasks related to IP addresses, including checking whether or not two hosts are on the same subnet, iterating over all hosts in a particular subnet, checking whether or not a string represents a valid IP address or network definition, and so on.
RPMPackage python-httpretty-0.8.14-1.lbn25.noarch
Once upon a time a python developer wanted to use a RESTful API, everything was fine but until the day he needed to test the code that hits the RESTful API: what if the API server is down? What if its content has changed? Don't worry, HTTPretty is here for you.
RPMPackage python-httplib2-0.9.2-6.lbn25.py37.noarch
A comprehensive HTTP client library that supports many features left out of other HTTP libraries.
RPMPackage python-gofer-qpid-2.11.1-2.lbn25.noarch
Provides the gofer qpid messaging adapter package.
RPMPackage python-gofer-amqp-2.11.1-2.lbn25.noarch
Provides the gofer amqp messaging adapter package.
RPMPackage python-gofer-2.11.0-1.lbn25.noarch
Provides gofer python lib modules.
RPMPackage python-gitdb-0.6.4-5.fc25.x86_64
GitDB allows you to access bare git repositories for reading and writing. It aims at allowing full access to loose objects as well as packs with performance and scalability in mind. It operates exclusively on streams, allowing to operate on large objects with a small memory footprint.
RPMPackage python-gerritlib-0.3.0-7.lbn25.py37.noarch
A Python library for interacting with Gerrit
RPMPackage python-futures-3.0.5-1.lbn25.noarch
The concurrent.futures module provides a high-level interface for asynchronously executing callables.
RPMPackage python-extras-0.0.3-12.fc25.noarch
extras is a set of extensions to the Python standard library, originally written to make the code within testtools cleaner, but now split out for general use outside of a testing context.
RPMPackage python-enum34-1.0.4-6.fc25.noarch
Python 3.4 introduced official support for enumerations. This is a backport of that feature to Python 3.3, 3.2, 3.1, 2.7, 2.5, 2.5, and 2.4. An enumeration is a set of symbolic names (members) bound to unique, constant values. Within an enumeration, the members can be compared by identity, and the enumeration itself can be iterated over. This module defines two enumeration classes that can be used to define unique sets of names and values: Enum and IntEnum. It also defines one decorator, unique, that ensures only unique member names are present in an enumeration.
RPMPackage python-contextlib2-0.5.3-2.fc25.noarch
contextlib2 is a backport of the standard library's contextlib module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version.
RPMPackage python-click-6.6-2.fc25.noarch
click is a Python package for creating beautiful command line interfaces in a composable way with as little amount of code as necessary. It's the "Command Line Interface Creation Kit". It's highly configurable but comes with good defaults out of the box.
RPMPackage python-blinker-1.3-7.lbn25.noarch
Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
RPMPackage python-alembic-0.9.1-2.lbn25.noarch
Alembic is a new database migrations tool, written by the author of SQLAlchemy. A migrations tool offers the following functionality: * Can emit ALTER statements to a database in order to change the structure of tables and other constructs. * Provides a system whereby "migration scripts" may be constructed; each script indicates a particular series of steps that can "upgrade" a target database to a new version, and optionally a series of steps that can "downgrade" similarly, doing the same steps in reverse. * Allows the scripts to execute in some sequential manner. Documentation and status of Alembic is at http://readthedocs.org/docs/alembic/