Personal tools
Skip to content. | Skip to navigation
A library used by various `Repoze <http://repoze.org>`_ packages for internationalization (i18n) duties related to translation. This package provides a *translation string* class, a *translation string factory* class, translation and pluralization primitives, and a utility that helps `Chameleon <http://chameleon.repoze.org>`_ templates use translation facilities of this package. It does not depend on `Babel <http://babel.edgewall.org>`_, but its translation and pluralization services are meant to work best when provided with an instance of the ``babel.support.Translations`` class.
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.
python-tripleoclient is a Python plugin to OpenstackClient for TripleO <https://github.com/openstack/python-tripleoclient>.
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.
OpenStack DBaaS (codename trove) provisioning service. This package contains the trove python library.
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.