Metadata-Version: 1.1
Name: gotland
Version: 0.3
Summary: python bindings to the rabbitmq web based REST api
Home-page: https://github.com/michaelrice/gotland
Author: Michael Rice
Author-email: michael@michaelrice.org
License: License :: OSI Approved :: Apache Software License
Description: .. image:: https://travis-ci.org/michaelrice/gotland.svg
            :target: https://travis-ci.org/michaelrice/gotland
            :alt: Build Status
        
        gotland
        =======
        
        Python bindings for the `rabbitmq management http api <https://www.rabbitmq.com/management.html>`_. The name comes from 
        the `Swedish variety <http://en.wikipedia.org/wiki/Gotland_rabbit>`_ of rabbit.
        
        
        License
        =======
        gotland is released under the terms of the Apache-2.0 licenses.
        
        Examples
        ========
        For the most comprehensive list of how the library works please see the tests
        
        Contributing
        ============
        Pull requests are always welcome and greatly appreciated. When sending them please follow the fork and branch workflow, 
        and open your pull request against the devel branch. Please include in a test where applicable using 
        `vcrpy <https://pypi.python.org/pypi/vcrpy>`_. You should include a test that shows the failure and a fix if possible.
        
        
        Installing
        ==========
        
            pip install gotland
Platform: Windows
Platform: Linux
Platform: Solaris
Platform: Mac OS-X
Platform: Unix
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Developers
Classifier: Environment :: Console
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Distributed Computing
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS
