Metadata-Version: 1.1
Name: python-tuskarclient
Version: 0.1.19.dev24
Summary: Client library for OpenStack Management API
Home-page: https://github.com/openstack/python-tuskarclient
Author: Jiri Stransky
Author-email: jistr@redhat.com
License: Apache License, Version 2.0
Description: ===================
        python-tuskarclient
        ===================
        
        python-tuskarclient is a Python client and a command-line interface
        for `Tuskar <https://github.com/openstack/tuskar>`_.
        
        
        Getting Started
        ===============
        
        Clone the repo::
        
            $ git clone https://git.openstack.org/openstack/python-tuskarclient
        
        Then, use ``tox`` to set up a virtual environment and run tests::
        
            $ cd python-tuskarclient
            $ tox
        
        When this is done, activate your virtual environment::
        
            $ source .tox/py27/bin/activate
        
        Finally, use this script to build the wrapper script in your virtual
        environment for the CLI tools::
        
            $ python setup.py develop
        
        
        Use from Python
        ===============
        
        For using ``python-tuskarclient`` within a Python application, `this
        wiki page <https://github.com/tuskar/python-tuskarclient/wiki/Usage>`_
        provides the most complete documentation.
        
        Use from the CLI
        ================
        
        On the command line, ``python-tuskarclient`` implements the ``tuskar``
        command.
        
        First, be sure to run all of the steps in the Getting Started section,
        above, and that you have not deactivated your virtual environment.
        
        Then, export these two environment variables, customizing them if
        necessary::
        
            $ export OS_AUTH_TOKEN=nopass
            $ export TUSKAR_URL=http://localhost:8585/v2
        
        (Note that 'nopass' is the correct value in a default setup with no
        authentication.)
        
        Now you may interact with Tuskar by using the ``tuskar``
        command. ``tuskar --help`` with list full usage details. You can use
        ``tuskar rack-list`` as an example.
        
        
Platform: UNKNOWN
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
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
