You are here: Home

Modified items

All recently modified items, latest first.
RPMPackage python-vault-client-1.0.0-1.lbn19.noarch
Vault is used to protect secrets in a secure way using a golang restful web api. This client is a wrapper to enable authentication and restful interactions with the vault rest endpoint. https://github.com/hashicorp/vault
RPMPackage python-urwid-1.2.1-1.lbn19.x86_64
Urwid is a Python library for making text console applications. It has many features including fluid interface resizing, support for UTF-8 and CJK encodings, standard and custom text layout modes, simple markup for setting text attributes, and a powerful, dynamic list box that handles a mix of widget types. It is flexible, modular, and leaves the developer in control.
RPMPackage python-unicodecsv-0.13.0-1.lbn19.noarch
The unicodecsv is a drop-in replacement for Python 2’s csv module which supports unicode strings without a hassle. More fully Python 2’s csv module doesn’t easily deal with unicode strings, leading to the dreaded “‘ascii’ codec can’t encode characters in position …” exception.
RPMPackage python-tzlocal-1.2-1.lbn19.noarch
This Python module returns a tzinfo object with the local timezone information. It requires pytz, and returns pytz tzinfo objects. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name.
RPMPackage python-tuskarclient-0.1.4-1.lbn19.noarch
python-tuskarclient is a Python client and a command-line interface for Tuskar <https://github.com/openstack/tuskar>.
RPMPackage python-troveclient-1.0.5-1.lbn19.noarch
This is a client for the OpenStack Trove API. There's a Python API (the troveclient module), and a command-line script (trove). Each implements 100% of the OpenStack Trove API. See the OpenStack CLI guide for information on how to use the trove command-line tool. You may also want to look at the OpenStack API documentation. The project is hosted on Launchpad, where bugs can be filed. The code is hosted on Github. Patches must be submitted using Gerrit, not Github pull requests. This code a fork of Jacobian's python-cloudservers If you need API support for the Rackspace API solely or the BSD license, you should use that repository. python-troveclient is licensed under the Apache License like the rest of OpenStack.
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.