crudauth 0.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- crudauth/__init__.py +2 -0
- crudauth/py.typed +0 -0
- crudauth-0.0.1.dist-info/METADATA +16 -0
- crudauth-0.0.1.dist-info/RECORD +5 -0
- crudauth-0.0.1.dist-info/WHEEL +4 -0
crudauth/__init__.py
ADDED
crudauth/py.typed
ADDED
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: crudauth
|
|
3
|
+
Version: 0.0.1
|
|
4
|
+
Summary: Authentication for FastAPI.
|
|
5
|
+
Author: Igor Benav
|
|
6
|
+
Author-email: Igor Benav <igor.magalhaes.r@gmail.com>
|
|
7
|
+
License-Expression: MIT
|
|
8
|
+
Requires-Python: >=3.10
|
|
9
|
+
Project-URL: Homepage, https://github.com/benavlabs/crudauth
|
|
10
|
+
Description-Content-Type: text/markdown
|
|
11
|
+
|
|
12
|
+
# crudauth
|
|
13
|
+
|
|
14
|
+
Authentication for FastAPI.
|
|
15
|
+
|
|
16
|
+
> **Note:** This is an early placeholder release reserving the `crudauth` name on PyPI. The library is under development.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
crudauth/__init__.py,sha256=aK5qeLRpL3Jxe6skaUJKk05aZf1OMhpgzg2vroBFm5g,54
|
|
2
|
+
crudauth/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
crudauth-0.0.1.dist-info/WHEEL,sha256=9sjN42GvvIkyGb9JrWAWXnA96E2dxDe0tzHzrLxUlD4,81
|
|
4
|
+
crudauth-0.0.1.dist-info/METADATA,sha256=cs6G-64X5P55hMDyXGmEmMaCJtCFnV4CCGocW9-RO30,475
|
|
5
|
+
crudauth-0.0.1.dist-info/RECORD,,
|