fast-auth

View on PyPIReverse Dependencies (0)

0.1.3 fast_auth-0.1.3-py3-none-any.whl

Wheel Details

Project: fast-auth
Version: 0.1.3
Filename: fast_auth-0.1.3-py3-none-any.whl
Download: [link]
Size: 7531
MD5: fa4647502440b446f7912932eb0ca0b6
SHA256: 5601c32fe22cc99b0d14fea7448adabc4246b9b7aa6e690bbae924d583143bb9
Uploaded: 2022-01-20 02:05:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: fast-auth
Version: 0.1.3
Summary: Simple implementation of authentication in projects using FastAPI
Author: Douglas de Oliveira Braga
Author-Email: douglasob94[at]gmail.com
Home-Page: https://github.com/douglasob/fast-auth
Project-Url: Repository, https://github.com/douglasob/fast-auth
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.9,<4.0
Requires-Dist: SQLAlchemy (<2.0.0,>=1.4.30)
Requires-Dist: aiosqlite (<0.18.0,>=0.17.0)
Requires-Dist: fastapi (<0.73.0,>=0.72.0)
Requires-Dist: isort (<6.0.0,>=5.10.1)
Requires-Dist: passlib (<2.0.0,>=1.7.4)
Requires-Dist: python-dotenv (<0.20.0,>=0.19.2)
Requires-Dist: python-jose (<4.0.0,>=3.3.0)
Description-Content-Type: text/x-rst
[Description omitted; length: 5236 characters]

WHEEL

Wheel-Version: 1.0
Generator: poetry 1.0.7
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
fast_auth/__init__.py sha256=9plGbkOrusDI-MQgoXF9KzzAkdqizgrk4OVJjrueVqg 600
fast_auth/auth/__init__.py sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU 0
fast_auth/auth/auth.py sha256=18n6a1PTXK0YlauIa3ryfvsAzH9NmUwXHXqNtmlnHT4 2271
fast_auth/auth/crypt.py sha256=UbrwUpdqLaWkPGL1sKKtCoWYX68fp8swNeB9ngLFjnI 691
fast_auth/database.py sha256=FK4XVrwsGxutIFadlf2SSnsnIrMeUtsT4KEQtdHgHPQ 1000
fast_auth/migration.py sha256=C9TgxaQiK4hRYpQUCGXP_VAjhNMTTjf7_t83cDD70JU 443
fast_auth/models.py sha256=kzzXwvE9QRjouW-8b4FRhjTYQ2Sgj4GOMxRrSDy2DLE 1476
fast_auth/utils.py sha256=vex5v-n69ESMl75kVQURRpXl7o17n6uMTSQsH9pyHYI 318
fast_auth-0.1.3.dist-info/entry_points.txt sha256=hV-4HFJbzNRX9az_Iue99HyIgHr7kLIVSZbGus2S4z8 118
fast_auth-0.1.3.dist-info/WHEEL sha256=y3eDiaFVSNTPbgzfNn0nYn5tEn1cX6WrdetDlQM4xWw 83
fast_auth-0.1.3.dist-info/METADATA sha256=mWE4k6l17m3DtG9Qw37UAtEPPsrkBwi3iSUfQAF0Mvg 6162
fast_auth-0.1.3.dist-info/RECORD

entry_points.txt

create_user = fast_auth.auth.auth:create_user_cli
migrate = fast_auth.migration:create_auth_tables_cli