Metadata-Version: 2.1
Name: notion-oauth-handler
Version: 0.1.0
Summary: Handler and simple server for Notion's OAuth 2 for public integrations
Home-page: https://github.com/altvod/notion-oauth-handler
Author: Grigory Statsenko
Author-email: grisha100@gmail.com
Project-URL: Bug Tracker, https://github.com/altvod/notion-oauth-handler/issues
Keywords: notion,authentication,oauth
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.9
Description-Content-Type: text/markdown
Provides-Extra: testing
Provides-Extra: build
License-File: LICENSE

# notion-oauth-handler
Python server/handler of Notion's OAuth 2 for public integrations

## Extending and Running 

TODO


## Using from application code

TODO
