Metadata-Version: 2.0
Name: requests-bearer
Version: 0.5.1
Summary: An implementation of JSON Web Tokens using the Bearer authentication scheme for Requests.
Home-page: https://github.com/brandond/requests-bearer
Author: Brandon Davidson
Author-email: brad@oatmail.org
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python
Provides: requests_bearer
Provides-Extra: dev
Requires-Dist: requests (>=2.0)
Provides-Extra: dev
Requires-Dist: setuptools-version-command; extra == 'dev'

requests-bearer
===============

An implementation of JSON Web Tokens using the Bearer authentication scheme for Requests.

Specifically, this implementation is compliant with the JWT schema adopted by the Docker v2 Registry service, wherein the Realm indicates a URI at which a token can be obtained.

Consult `README.md on GitHub <https://github.com/brandond/requests-bearer/blob/master/README.md>`__ for usage instructions.


