Metadata-Version: 1.1
Name: gabrielfalcao_httpbin
Version: 0.0.1
Summary: 0.0.1
Home-page: UNKNOWN
Author: Gabriel Falcão
Author-email: gabriel@nacaolivre.org
License: UNKNOWN
Description: Gabriel Falcão HTTPBin Client
        =============================
        
        ``version 0.0.1``
        
        Gabriel Falcão's python client to httpbin.org, open sourced under the MIT license
        
        .. image:: https://readthedocs.org/projects/gabrielfalcao_httpbin/badge/?version=latest
           :target: http://gabrielfalcao_httpbin.readthedocs.io/en/latest/?badge=latest
           :alt: Documentation Status
        .. image:: https://travis-ci.org/gabrielfalcao/gabrielfalcao_httpbin.svg?branch=master
            :target: https://travis-ci.org/gabrielfalcao/gabrielfalcao_httpbin
        .. |PyPI python versions| image:: https://img.shields.io/pypi/pyversions/gabrielfalcao_httpbin.svg
           :target: https://pypi.python.org/pypi/gabrielfalcao_httpbin
        .. |Join the chat at https://gitter.im/gabrielfalcao/gabrielfalcao_httpbin| image:: https://badges.gitter.im/gabrielfalcao/gabrielfalcao_httpbin.svg
           :target: https://gitter.im/gabrielfalcao/gabrielfalcao_httpbin?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge
        
        
        Install
        -------
        
        .. code:: bash
        
           pip install gabrielfalcao-httpbin
        
        
        Documentation
        -------------
        
        `https://gabrielfalcao-httpbin.readthedocs.org <https://gabrielfalcao-httpbin.readthedocs.org>`_
        
        
        Basic Usage
        -----------
        
        
        .. code:: python
        
            # demo usage for your python package
        
            this is an opportunity to get the attention of potential users of
            your package/tool/library
        
        
        Contributing
        ------------
        
        #. Check the `code structure documentation <CODE_STRUCTURE.rst>`_
        #. Write tests
        #. Write code
        #. Send a pull-request
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: POSIX
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.6
Classifier: Programming Language :: Python :: Implementation
Classifier: Programming Language :: Python :: Implementation :: CPython
