notion-oauth-handler

View on PyPIReverse Dependencies (0)

0.1.3 notion_oauth_handler-0.1.3-py3-none-any.whl

Wheel Details

Project: notion-oauth-handler
Version: 0.1.3
Filename: notion_oauth_handler-0.1.3-py3-none-any.whl
Download: [link]
Size: 16124
MD5: c6073ab5c13128d9ad1065500a785050
SHA256: 9aaa794a9a937754176b62f6a6d050ee390f6c2664afe904b9f553cf63a89c40
Uploaded: 2022-07-12 21:04:58 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: notion-oauth-handler
Version: 0.1.3
Summary: Handler and simple server for Notion's OAuth 2 for public integrations
Author: Grigory Statsenko
Author-Email: grisha100[at]gmail.com
Home-Page: https://github.com/altvod/notion-oauth-handler
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
Requires-Dist: aiohttp
Requires-Dist: attrs
Requires-Dist: yarl
Requires-Dist: build; extra == "build"
Requires-Dist: twine; extra == "build"
Requires-Dist: mypy; extra == "testing"
Requires-Dist: pytest; extra == "testing"
Requires-Dist: pytest-envfiles; extra == "testing"
Provides-Extra: build
Provides-Extra: testing
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 6125 characters]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.37.1)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
notion_oauth_handler/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/entrypoints.py sha256=q_SkSnuwv1OZn3yfoq2gWaKkt2pbkVy25ebhA195sp0 1375
notion_oauth_handler/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/core/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/core/consumer.py sha256=twhcPVLUfagPa_228gxi5REIpuEY5DmQdQmJuaFt1P4 1712
notion_oauth_handler/core/dto.py sha256=EkWHwvkiLqM3oraGttdxez_H338fv6wu_2tstLzDRsE 382
notion_oauth_handler/core/exc.py sha256=KWUdorjAZ7a9uuFXrdRun6JK5DlVLmHpqN9rlCMgr_s 396
notion_oauth_handler/core/oauth_handler.py sha256=fE4BuHBxgmvgskArnjHHPx73MWKJIOB5nJwaA-7xqMU 3371
notion_oauth_handler/mock/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/mock/app.py sha256=Q14bXFjD94kCVleY0masTS7Ia0O8H3xYEm2vrZfsrNs 756
notion_oauth_handler/scripts/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/scripts/cli.py sha256=--DCzJS5oMBCfZTHqM8C194zpZ5RL03qwXyWoSH_SNc 6056
notion_oauth_handler/server/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
notion_oauth_handler/server/app.py sha256=eYQ5c-t1PS8OKaa5lcnpbS5oM9NvPMq9nENn3EykUvc 3044
notion_oauth_handler/server/auth_view.py sha256=BOFjW1zv5pwcewBGjPDVvBfO3navlpbDW1dEpvzLwOo 4385
notion_oauth_handler/server/config.py sha256=Qo1LpnR-vmEgme1sF3JLZvgUJfPXHi8bo53YO1D3VAw 2995
notion_oauth_handler/server/document_view.py sha256=afDFuryMLdzzOPQ9LbUHFK9ZHnfhrS0EEGNyJRDGWDY 995
notion_oauth_handler/server/middleware.py sha256=8965VnWnsPIZk_IqU7QB6pC-lxXuCo-MzOOJlS1BPN4 996
notion_oauth_handler-0.1.3.dist-info/LICENSE sha256=NF5G93OdEqWLpicoZ8MWj9okm5ByRExc95TAgJhxZjk 1074
notion_oauth_handler-0.1.3.dist-info/METADATA sha256=6H7gh5JpdDFA04_cyJfk2TmvIw5ZqxSIFWu9RSY1NvA 7411
notion_oauth_handler-0.1.3.dist-info/WHEEL sha256=G16H4A3IeoQmnOrYV4ueZGKSjhipXx8zc8nu9FGlvMA 92
notion_oauth_handler-0.1.3.dist-info/entry_points.txt sha256=Nav7UECF0gGDaEfZjgoiA1igQ-50YK0Vwx1BM6TGnTw 440
notion_oauth_handler-0.1.3.dist-info/top_level.txt sha256=LMMWupLk-daRA7_H9HxXkD2-w9oFU8d3p9KEvr0pEYw 21
notion_oauth_handler-0.1.3.dist-info/RECORD

top_level.txt

notion_oauth_handler

entry_points.txt

notion-oauth-handler = notion_oauth_handler.scripts.cli:run
debug = notion_oauth_handler.server.auth_view:DebugNotionOAuthRedirectView
default = notion_oauth_handler.server.auth_view:DefaultNotionOAuthRedirectView
echo = notion_oauth_handler.server.auth_view:EchoNotionOAuthRedirectView
dummy = notion_oauth_handler.core.consumer:DummyNotionOAuthConsumer