Metadata-Version: 1.1
Name: python-smaugclient
Version: 0.0.5
Summary: Python client library for Smaug API
Home-page: http://www.openstack.org/
Author: OpenStack
Author-email: openstack-dev@lists.openstack.org
License: UNKNOWN
Description: Smaug
        ======
        
        .. image:: https://img.shields.io/pypi/v/python-smaugclient.svg
            :target: https://pypi.python.org/pypi/python-smaugclient/
            :alt: Latest Version
        
        .. image:: https://img.shields.io/pypi/dm/python-smaugclient.svg
            :target: https://pypi.python.org/pypi/python-smaugclient/
            :alt: Downloads
        
        
        Smaug Mission Statement
        
        * Formalize Application Data Protection in OpenStack (APIs, Services, Plugins, …)
        * Be able to protect Any Resource in OpenStack(as well as their dependencies)
        * Allow Diversity of vendor solutions, capabilities and implementations
          without compromising usability
        
        * `PyPi`_ - package installation
        * `Launchpad project`_ - release management
        * `Blueprints`_ - feature specifications
        * `Bugs`_ - issue tracking
        * `Source`_
        * `Specs`_
        * `How to Contribute`_
        
        .. _PyPi: https://pypi.python.org/pypi/python-smaugclient
        .. _Launchpad project: https://launchpad.net/python-smaugclient
        .. _Blueprints: https://blueprints.launchpad.net/python-smaugclient
        .. _Bugs: https://bugs.launchpad.net/python-smaugclient
        .. _Source: https://git.openstack.org/cgit/openstack/python-smaugclient
        .. _How to Contribute: http://docs.openstack.org/infra/manual/developers.html
        
        
        Python Smaugclient
        -------------------
        python-smaugclient is a client library for Smaug built on the Smaug API.
        It provides a Python API (the ``smaugclient`` module) and a command-line tool
        (``smaug``).
        Project Resources
        -----------------
        
        Project status, bugs, and blueprints are tracked on Launchpad:
        
        * Client bug tracker
            * https://launchpad.net/python-smaugclient
        
        * Smaug bug tracker
            * https://launchpad.net/smaug
        
        Developer documentation can be found here:
        
          http://docs.openstack.org/developer/smaug
        
        Additional resources are linked from the project wiki page:
        
          https://wiki.openstack.org/wiki/Smaug
        
        License
        -------
        
        Apache License Version 2.0 http://www.apache.org/licenses/LICENSE-2.0
        
        
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 :: 3
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
