userharbor 0.0.0__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.
userharbor/__init__.py ADDED
@@ -0,0 +1,2 @@
1
+ def hello() -> str:
2
+ return "Hello from userharbor!"
userharbor/py.typed ADDED
File without changes
@@ -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
+
@@ -0,0 +1,5 @@
1
+ userharbor/__init__.py,sha256=_7tAPOA2zTwhoHMhcbBwkicgwrfeHYmaNEm-WcBXab8,56
2
+ userharbor/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
+ userharbor-0.0.0.dist-info/WHEEL,sha256=8ZlpUMJ7mlDirmlHRhDirEx_nPnARrwDjeE92mlk68E,81
4
+ userharbor-0.0.0.dist-info/METADATA,sha256=_LIv4t3cgC8KeEeJ44-z3iel-qJTcMlgVbcFujbWcbY,486
5
+ userharbor-0.0.0.dist-info/RECORD,,
@@ -0,0 +1,4 @@
1
+ Wheel-Version: 1.0
2
+ Generator: uv 0.11.21
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any