userharbor 0.0.0__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.
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.4
2
+ Name: userharbor
3
+ Version: 0.0.0
4
+ Summary: Framework agnostic user management system for Python applications.
5
+ Author: SpaceShaman
6
+ Author-email: SpaceShaman <spaceshaman@tuta.io>
7
+ License-Expression: MIT
8
+ Requires-Python: >=3.10
9
+ Project-URL: Documentation, https://github.com/userharbor/userharbor
10
+ Project-URL: Homepage, https://github.com/userharbor/userharbor
11
+ Project-URL: Repository, https://github.com/userharbor/userharbor
12
+ Description-Content-Type: text/markdown
13
+
File without changes
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "userharbor"
3
+ version = "0.0.0"
4
+ description = "Framework agnostic user management system for Python applications."
5
+ readme = "README.md"
6
+ requires-python = ">=3.10"
7
+ license = "MIT"
8
+ authors = [{ name = "SpaceShaman", email = "spaceshaman@tuta.io" }]
9
+ dependencies = []
10
+
11
+ [project.urls]
12
+ Documentation = "https://github.com/userharbor/userharbor"
13
+ Homepage = "https://github.com/userharbor/userharbor"
14
+ Repository = "https://github.com/userharbor/userharbor"
15
+
16
+ [build-system]
17
+ requires = ["uv_build>=0.11.14,<0.12.0"]
18
+ build-backend = "uv_build"
@@ -0,0 +1,2 @@
1
+ def hello() -> str:
2
+ return "Hello from userharbor!"
File without changes