Metadata-Version: 2.0
Name: restnavigator
Version: 1.0
Summary: A python library for interacting with HAL+JSON APIs
Home-page: https://github.com/deontologician/rest_navigator
Author: Josh Kuhn
Author-email: deontologician@gmail.com
License: MIT
Keywords: REST,HAL,json,http
Platform: UNKNOWN
Classifier: Development Status :: 6 - Mature
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Utilities
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.0
Classifier: Programming Language :: Python :: 3.1
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: requests (>=2.5.0)
Requires-Dist: uritemplate (>=0.6.0)
Requires-Dist: Unidecode (>=0.04.14)
Requires-Dist: six
Provides-Extra: test
Requires-Dist: httpretty (==0.8.4); extra == 'test'
Requires-Dist: pytest (==2.6.4); extra == 'test'
Requires-Dist: pytest-cov (==1.8.1); extra == 'test'
Requires-Dist: tox; extra == 'test'
Requires-Dist: pytest-cache; extra == 'test'

UNKNOWN


