crudauth 0.0.1__tar.gz
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-0.0.1/PKG-INFO
ADDED
|
@@ -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.
|
crudauth-0.0.1/README.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
[project]
|
|
2
|
+
name = "crudauth"
|
|
3
|
+
version = "0.0.1"
|
|
4
|
+
description = "Authentication for FastAPI."
|
|
5
|
+
readme = "README.md"
|
|
6
|
+
license = "MIT"
|
|
7
|
+
authors = [
|
|
8
|
+
{ name = "Igor Benav", email = "igor.magalhaes.r@gmail.com" }
|
|
9
|
+
]
|
|
10
|
+
requires-python = ">=3.10"
|
|
11
|
+
dependencies = []
|
|
12
|
+
|
|
13
|
+
[project.urls]
|
|
14
|
+
Homepage = "https://github.com/benavlabs/crudauth"
|
|
15
|
+
|
|
16
|
+
[build-system]
|
|
17
|
+
requires = ["uv_build>=0.10.11,<0.11.0"]
|
|
18
|
+
build-backend = "uv_build"
|
|
File without changes
|