Metadata-Version: 2.1
Name: txoauth2
Version: 1.2.1
Summary: A module that allows implementing OAuth2 with twisted
Home-page: https://github.com/Abestanis/TxOauth2
Author: Sebastian Scholz
Author-email: abestanis.gc@gmail.com
License: MIT
Keywords: OAuth2,twisted
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Twisted
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires-Dist: twisted
Requires-Dist: enum34 ; python_version < "3.0"

A module that allows implementing an OAuth2 authorization and token endpoint with twisted. See the Github repository for more info.


