You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-trove-2014.1-1.lbn19.noarch
OpenStack DBaaS (codename trove) provisioning service. This package contains the trove python library.
RPMPackage python-trollius-2.1-2.lbn19.noarch
Trollius provides infrastructure for writing single-threaded concurrent code using coroutines, multiplexing I/O access over sockets and other resources, running network clients and servers, and other related primitives. Trollius is a portage of the asyncio project (PEP 3156) on Python 2. Trollius works on Python 2.6-3.5. It has been tested on Windows, Linux, Mac OS X, FreeBSD and OpenIndiana.
RPMPackage python-tripleoclient-2.0.0-1.lbn19.noarch
python-tripleoclient is a Python plugin to OpenstackClient for TripleO <https://github.com/openstack/python-tripleoclient>.
RPMPackage python-treq-15.0.0-1.lbn19.noarch
treq is an HTTP library inspired by requests but written on top of Twisted’s Agents. It provides a simple, higher level API for making HTTP requests when using Twisted.
RPMPackage python-tooz-0.3-1.lbn19.noarch
The Tooz project aims at centralizing the most common distributed primitives like group membership protocol, lock service and leader election by providing a coordination API helping developers to build distributed applications.
RPMPackage python-tlslite-0.4.8-1.lbn19.noarch
TLS Lite is an open source python library that implements SSL and TLS. TLS Lite supports RSA and SRP ciphersuites. TLS Lite is pure python, however it can use other libraries for faster crypto operations. TLS Lite integrates with several stdlib neworking libraries. API documentation is available in the 'docs' directory. If you have questions or feedback, feel free to contact me. For discussing improvements to tlslite, also see 'tlslite-dev@googlegroups.com'.
RPMPackage python-testscenarios-0.4-4.lbn19.noarch
testscenarios provides clean dependency injection for python unittest style tests. This can be used for interface testing (testing many implementations via a single test suite) or for classic dependency injection (provide tests with dependencies externally to the test code itself, allowing easy testing in different situations).
RPMPackage python-testresources-0.2.7-6.lbn19.noarch
testresources: extensions to python unittest to allow declarative use of resources by test cases.
RPMPackage python-testrepository-0.0.20-5.lbn19.noarch
Provides a database of test results which can be used to support easy developer workflows, supporting functionality like isolating failing tests. Testrepository is compatible with any test suite that can output subunit. This includes any TAP test suite and any pyunit compatible test suite.
RPMPackage python-tempest-lib-1.0.0-1.lbn19.noarch
Library for creating test suites for OpenStack projects.
RPMPackage python-taskflow-0.3.21-1.lbn19.noarch
A library to do [jobs, tasks, flows] in a HA manner using different backends to be used with OpenStack projects.
RPMPackage python-tablib-0.10.0-1.lbn19.noarch
Tablib is a format-agnostic tabular dataset library, written in Python. Output formats supported: - Excel (Sets + Books) - JSON (Sets + Books) - YAML (Sets + Books) - HTML (Sets) - TSV (Sets) - CSV (Sets) Note that tablib *purposefully* excludes XML support. It always will. (Note: This is a joke. Pull requests are welcome.) Overview -------- tablib.Dataset() A Dataset is a table of tabular data. It may or may not have a header row. They can be build and manipulated as raw Python datatypes (Lists of tuples|dictionaries). Datasets can be imported from JSON, YAML, and CSV; they can be exported to XLSX, XLS, ODS, JSON, YAML, CSV, TSV, and HTML. tablib.Databook() A Databook is a set of Datasets. The most common form of a Databook is an Excel file with multiple spreadsheets. Databooks can be imported from JSON and YAML; they can be exported to XLSX, XLS, ODS, JSON, and YAML.
RPMPackage python-sympy-0.7.1-1.lbn19.noarch
SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible and easily extensible. SymPy is written entirely in Python and does not require any external libraries, except optionally for plotting support.
RPMPackage python-swiftclient-3.0.0-1.lbn19.noarch
Client library and command line utility for interacting with Openstack Object Storage API.
RPMPackage python-sure-1.2.3-1.lbn19.noarch
utility belt for automated testing in python for python
RPMPackage python-sumologic-sdk-0.1.3-1.lbn19.noarch
Sumo Logic Python SDK
RPMPackage python-stevedore-0.14-1.lbn19.noarch
Manage dynamic plugins for Python applications
RPMPackage python-stevedore-0.14-1.lbn19.noarch
Manage dynamic plugins for Python applications
RPMPackage python-statsd-3.1-1.lbn19.noarch
statsd is a friendly front-end to Graphite. This is a Python client for the statsd daemon.
RPMPackage python-sqlparse-0.1.11-4.lbn19.noarch
sqlparse is a tool for parsing SQL strings. It can generate pretty-printed renderings of SQL in various formats. It is a python module, together with a command-line tool.