Metadata-Version: 1.1
Name: restmapper
Version: 0.0.1
Summary: A Python wrapper for restmapper
Home-page: http://github.com/lionheart/python-restmapper
Author: Dan Loewenherz
Author-email: dan@lionheartsw.com
License: Apache 2.0
Description: Python-Restmapper
        =================
        
        |ci|_   |version|_   |downloads|_
        
        .. |ci| image:: https://img.shields.io/travis/lionheart/python-restmapper.svg?style=flat
        .. _ci: https://travis-ci.org/lionheart/restmapper.py
        
        .. |downloads| image:: https://img.shields.io/pypi/dm/restmapper.svg?style=flat
        .. _downloads: https://pypi.python.org/pypi/restmapper
        
        .. |version| image:: https://img.shields.io/pypi/v/restmapper.svg?style=flat
        .. _version: https://pypi.python.org/pypi/restmapper
        
        
        Installation
        ------------
        
        python-restmapper is available for download through the Python Package Index (PyPi). You can install it right away using pip or easy_install.
        
        .. code:: bash
        
           pip install restmapper
        
        No dependencies (besides Python 2.7).
        
        
        Miscellaneous
        '''''''''''''
        
        By default, python-restmapper will return parsed JSON objects. If you'd like the raw response object for a request, just pass in `parse_response=False`.
        
        .. code:: pycon
        
           >>> response = ...
           ... your org ...
        
        
        Support
        -------
        
        If you like this library, or need help implementing it, send us an email: hi@lionheartsw.com.
        
        License
        -------
        
        .. image:: http://img.shields.io/pypi/l/restmapper.svg?style=flat
           :target: https://github.com/lionheart/python-restmapper/blob/master/LICENSE
        
        Apache License, Version 2.0. See `LICENSE <https://github.com/lionheart/python-restmapper/blob/master/LICENSE>`_ for details.
        
        
Keywords: restmapper
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content :: CGI Tools/Libraries
Classifier: Topic :: Utilities
Classifier: License :: OSI Approved :: Apache Software License
