You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-pulp-python-common-2.0.3-1.lbn25.noarch
A collection of modules shared among all Pulp-Python components.
RPMPackage python-pulp-puppet-common-2.20.1-2.lbn25.noarch
A collection of modules shared among all Puppet components.
RPMPackage python-pulp-ostree-common-1.4.0-1.lbn25.noarch
Common libraries for OSTree support.
RPMPackage python-pulp-oid_validation-2.20.1-2.lbn25.noarch
Cert-based repo authentication for Pulp
RPMPackage python-pulp-docker-common-3.2.4-1.lbn25.noarch
Common libraries for python-pulp-docker
RPMPackage python-pulp-common-2.20.1-2.lbn25.noarch
A collection of components that are common between the pulp server and client.
RPMPackage python-pulp-client-lib-2.20.1-2.lbn25.noarch
A framework for loading Pulp client extensions.
RPMPackage python-pulp-bindings-2.20.1-2.lbn25.noarch
The Pulp REST API bindings for python.
RPMPackage python-pulp-agent-lib-2.20.1-2.lbn25.noarch
A framework for loading agent handlers that provide support for content, bind and system specific operations.
RPMPackage python-prettytable-0.7.2-10.lbn25.noarch
PrettyTable is a simple Python library designed to make it quick and easy to represent tabular data in visually appealing ASCII tables. It was inspired by the ASCII tables used in the PostgreSQL shell psql. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or centred) and printing of "sub-tables" by specifying a row range.
RPMPackage python-pretend-1.0.8-6.fc25.noarch
Pretend is a library to make stubbing with Python easier.
RPMPackage python-path.py-8.1.2-1.lbn25.noarch
path.py implements a path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. See documentation here http://amoffat.github.io/sh/.
RPMPackage python-networkx-doc-1.11-8.lbn25.noarch
Documentation for networkx
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.