Metadata-Version: 1.1
Name: libra
Version: 5.4.10
Summary: Python LBaaS Gearman Worker and Pool Manager
Home-page: http://pypi.python.org/pypi/libra
Author: David Shrewsbury <shrewsbury.dave@gmail.com>, Andrew Hutchings <andrew@linuxjedi.co.uk>
Author-email: UNKNOWN
License: UNKNOWN
Description: Description
        -----------
        
        Libra is a tool set to create and manage load balancers in an OpenStack
        environment.
        
        Tools
        -----
        
          * libra_pool_mgm
        
            Python daemon that manages a pool of Nova instances.
        
          * libra_worker
        
            Python daemon that will receive messages from an API server via
            a Gearman job server to create/modify load balancers on the local
            machine.
        
          * libra_api
        
            Python daemon to act as the client API server.
        
          * libra_admin_api
        
            Python daemon providing an admininstrative API server primarily for 
            libra_pool_mgm and libra_statsd
        
        Running Tests
        -------------
        
        Tox is the best way to run the tests. Tox, if unavailable, can be installed
        via the Python pip command:
        
           $ pip install tox
        
        Once it is installed, run the tests:
        
           $ tox
        
        More Documentation
        ------------------
        
        You can build the complete documentation with:
        
           $ pip install Sphinx
           $ python setup.py build_sphinx
        
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
