Metadata-Version: 1.1
Name: tornado_rest_client
Version: 0.0.2
Summary: Deployment Automation Engine
Home-page: https://github.com/Nextdoor/tornado_rest_client
Author: Nextdoor Engineering
Author-email: eng@nextdoor.com
License: Apache License, Version 2.0
Download-URL: http://pypi.python.org/pypi/tornado_rest_client#downloads
Description: tornado-rest-client: Tornado API Client Framework
        =================================================
        
        |build_status|_ |doc_status|_ |pypi_ver|_ |pypi_download|_
        
        The ``tornado_rest_client`` framework provides a quick and easy way to build
        generic API clients for JSON REST-based APIs. The framework provides robust and
        reliable retry mechanisms, error handling and exception raising all within a
        simple to use class structure.
        
        Documentation
        -------------
        
        Documentation is hosted at `https://tornado-rest-client.readthedocs.org <https://tornado-rest-client.readthedocs.org>`_
        
        .. |build_status| image:: https://travis-ci.org/Nextdoor/tornado_rest_client.svg?branch=master
        .. _build_status: https://travis-ci.org/Nextdoor/tornado_rest_client
        .. |doc_status| image:: https://readthedocs.org/projects/tornado-rest-client/badge/?version=latest
        .. _doc_status: https://tornado_rest_client.readthedocs.org
        .. |pypi_ver| image:: https://pypip.in/d/tornado_rest_client/badge.png
        .. _pypi_ver: https://pypi.python.org/pypi/tornado_rest_client
        .. |pypi_download| image:: https://badge.fury.io/py/tornado_rest_client.png
        .. _pypi_download: https://pypi.python.org/pypi/tornado_rest_client
        
Keywords: apache
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Operating System :: POSIX
Classifier: Natural Language :: English
