fastapi-users-pelicanq

View on PyPIReverse Dependencies (1)

13.0.5 fastapi_users_pelicanq-13.0.5-py3-none-any.whl

Wheel Details

Project: fastapi-users-pelicanq
Version: 13.0.5
Filename: fastapi_users_pelicanq-13.0.5-py3-none-any.whl
Download: [link]
Size: 39917
MD5: a4d156f59f7ee6f1913c55f49ab35f1e
SHA256: f320e32c8e29984c44316fe852ca30a17d38c0b6731445d853c4708517b70e08
Uploaded: 2024-10-02 15:46:48 +0000

dist-info

METADATA

Metadata-Version: 2.3
Name: fastapi-users-pelicanq
Version: 13.0.5
Summary: Fork for small edit of original package.
Author-Email: François Voron <fvoron[at]gmail.com>
Project-Url: Documentation, https://fastapi-users.github.io/fastapi-users/
Project-Url: Source, https://github.com/fastapi-users/fastapi-users
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: AsyncIO
Classifier: Framework :: FastAPI
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Internet :: WWW/HTTP :: Session
Requires-Python: >=3.8
Requires-Dist: email-validator (<2.3,>=1.1.0)
Requires-Dist: fastapi (>=0.65.2)
Requires-Dist: makefun (<2.0.0,>=1.11.2)
Requires-Dist: pwdlib[argon2,bcrypt] (==0.2.0)
Requires-Dist: pyjwt[crypto] (==2.8.0)
Requires-Dist: python-multipart (==0.0.9)
Requires-Dist: fastapi-users-db-beanie (>=3.0.0); extra == "beanie"
Requires-Dist: httpx-oauth (>=0.13); extra == "oauth"
Requires-Dist: redis (<6.0.0,>=4.3.3); extra == "redis"
Requires-Dist: fastapi-users-db-sqlalchemy (>=6.0.0); extra == "sqlalchemy"
Provides-Extra: beanie
Provides-Extra: oauth
Provides-Extra: redis
Provides-Extra: sqlalchemy
Description-Content-Type: text/markdown
License-File: LICENSE
[Description omitted; length: 35000 characters]

WHEEL

Wheel-Version: 1.0
Generator: hatchling 1.25.0
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fastapi_users_pelicanq/__init__.py sha256=fndNDPTW6wo1u4U2lU-2rM4qT5EhaeYn4LfOTlagAms 610
fastapi_users_pelicanq/exceptions.py sha256=BauoIXJVTjmBxvxytOw8XkQziAp2CJhBuJLVW4aMwGA 612
fastapi_users_pelicanq/fastapi_users.py sha256=nqb_nDQ28A94KHGQmZ7EwBmzqM8cyeKlUNSte092vBc 6461
fastapi_users_pelicanq/jwt.py sha256=f5dkH9HosJ3fGfJL8x9wTPCgfU_PF80gkL4qU-McJ5s 1047
fastapi_users_pelicanq/manager.py sha256=xDnR5gCcvfRnBKl1hJdEdfu3TyJCoUfQ0Sy86dD6N-w 24742
fastapi_users_pelicanq/models.py sha256=vo2wEFGxWVsDiW5QmUGo3VE0CCJusr1xyCt6waN_xrU 966
fastapi_users_pelicanq/openapi.py sha256=RrxWCcqfxPZJ1jPZzY14Xq_Qlc4cE2_gy97UYIh57JE 97
fastapi_users_pelicanq/password.py sha256=oEl8LfrZasyX1i9PbSWz3t1ALev6swfVRSj9hGnc4nE 1288
fastapi_users_pelicanq/py.typed sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fastapi_users_pelicanq/schemas.py sha256=b6uXBJV1eS_IxIFekYWZt3A-qIChrISBPGinKBvs3P8 3000
fastapi_users_pelicanq/types.py sha256=rz9qomU2LL2SAedsnOji5WyJmgXWh9kuQGugsmR0VpQ 417
fastapi_users_pelicanq/authentication/__init__.py sha256=EXhgv5_QPFvSQykGgst6P0BlkY0wTvEkAfZRMOOMvMg 677
fastapi_users_pelicanq/authentication/authenticator.py sha256=5TNK5YfvRePyODJwp0soJr2yMyfwdRXlGT6Hr1Ceidw 9414
fastapi_users_pelicanq/authentication/backend.py sha256=1Jdoys7VHdqRw2yBzS_1BvUo8vINlGx6aSLogvzVLPA 1808
fastapi_users_pelicanq/authentication/strategy/__init__.py sha256=d5T_GyRWYf_KZJGj83qI9rMA8bX1NdxQ1mRXys527qc 678
fastapi_users_pelicanq/authentication/strategy/base.py sha256=YkxotElZTdFmfds-jx0_p_n7qyONslGaP-YciEGvgUM 631
fastapi_users_pelicanq/authentication/strategy/jwt.py sha256=X1Dvi2BqgSJDCv4qBEgoLD6VCUmktNckR0caIsdIYN8 2629
fastapi_users_pelicanq/authentication/strategy/redis.py sha256=-5rmppRTJhcbQIXRMmaDZ-8Y7G5hL30Psrpf5ZeIKqg 1544
fastapi_users_pelicanq/authentication/strategy/db/__init__.py sha256=xwWUmAw5R-6I3C_CjycJW_gVpjRNh-RcJtVhprF7WkA 355
fastapi_users_pelicanq/authentication/strategy/db/adapter.py sha256=J_tiTvRuaPv8BGh48NKT9HepT-7cTBzgEE-hSzcLpMM 907
fastapi_users_pelicanq/authentication/strategy/db/models.py sha256=JJRWGDvzUFIKg1MQLP8OPmcQkYY2JhAe6hMjgowAI-Y 334
fastapi_users_pelicanq/authentication/strategy/db/strategy.py sha256=3Pv2uAXnhiF49l1K3CYovrlxIjrN5wOC0c3j_GjrCwg 2107
fastapi_users_pelicanq/authentication/transport/__init__.py sha256=vtJJf7I3iClnrW9ZJw1qYHWvMX5-K-FngbF3vHp7agg 406
fastapi_users_pelicanq/authentication/transport/base.py sha256=oJM97dlLz8NdbLFTXhWEVOTLO0O-23F_NcjIVZS7--c 863
fastapi_users_pelicanq/authentication/transport/bearer.py sha256=D66r8yObHjVhe9wGXuN4CU4CRd9i_uy7-MGAX9c7ne4 1885
fastapi_users_pelicanq/authentication/transport/cookie.py sha256=7tEj-gQyw0En16C8BydpjKzrbOQt_faWEC2F7oLOpKc 2535
fastapi_users_pelicanq/db/__init__.py sha256=BTAz1WzJcEptraTTRzfk2B1sLBwcFDCkSsWI-sre4ww 1131
fastapi_users_pelicanq/db/base.py sha256=irdh-9gy2-FmWGg0rUgy6sgLICznVzTsd0KZN-rxRTE 1688
fastapi_users_pelicanq/router/__init__.py sha256=6hx-UVcpF974oX5WMe-kDAX1XuDUJM-0Iy0w-m3Dcns 769
fastapi_users_pelicanq/router/auth.py sha256=-tq2kaYGGNgnWMEb_KJ0WuA-lboJsTcigxi4lR_YU00 3558
fastapi_users_pelicanq/router/common.py sha256=jfxK7H1HwDX75oUdWZMSTmtGQz3NV8QQv_yuUWwsLEY 998
fastapi_users_pelicanq/router/oauth.py sha256=vq72Si29X3mlmbbk-bjksed4K_f0GFA8S5sM_FVoQMw 9421
fastapi_users_pelicanq/router/register.py sha256=eZIhVyRywgTdGFUS2sMnZos8Od6aYH2jrhwx4rHcWzU 2893
fastapi_users_pelicanq/router/reset.py sha256=R5fgE6gfPTHUxqCd3XIt9lAKxjlJ--S60qyoZAQrr2I 3400
fastapi_users_pelicanq/router/users.py sha256=tiWwT6AhHxyi1FOfLz5KbXEfAchI5n5bixsUEIgNR6s 8548
fastapi_users_pelicanq/router/verify.py sha256=ot5L5BycGKrmEdqt190mAJKZ8d4ZD_D71jmqwhANgCI 3178
fastapi_users_pelicanq-13.0.5.dist-info/METADATA sha256=mTSd4j0ej03V45ixWma6sEHE8Mkvd13PfymFlYxL5AE 36904
fastapi_users_pelicanq-13.0.5.dist-info/WHEEL sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY 87
fastapi_users_pelicanq-13.0.5.dist-info/licenses/LICENSE sha256=FQqtsjCC7nqPS3wGY_PNc3OVSa6cLJ3Poy1rRCKafSE 1072
fastapi_users_pelicanq-13.0.5.dist-info/RECORD