Metadata-Version: 1.1
Name: python-troveclient
Version: 0.1.4
Summary: Client library for OpenStack DBaaS API
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: Python bindings to the Trove API
        ==================================================
        
        This is a client for the Trove API. There's a Python API (the
        ``troveclient`` module), and a command-line script (``trove``). Each
        implements 100% (or less ;) ) of the Trove API.
        
        Command-line API
        ----------------
        
        To use the command line API, first log in using your user name, api key,
        tenant, and appropriate auth url.
        
        .. code-block:: bash
        
            $ trove-cli --username=jsmith --apikey=abcdefg --tenant=12345 --auth_url=http://trove_auth:35357/v2.0/tokens auth login
        
        At this point you will be authenticated and given a token, which is stored
        at ~/.apitoken. From there you can make other calls to the CLI.
        
        TODO: Add docs
        
        
Platform: UNKNOWN
Classifier: Environment :: OpenStack
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 2.6
