userharbor-smtp 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-smtp
3
+ Version: 0.0.0
4
+ Summary: SMTP integration for UserHarbor, a 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-smtp
10
+ Project-URL: Homepage, https://github.com/userharbor/userharbor-smtp
11
+ Project-URL: Repository, https://github.com/userharbor/userharbor-smtp
12
+ Description-Content-Type: text/markdown
13
+
File without changes
@@ -0,0 +1,18 @@
1
+ [project]
2
+ name = "userharbor-smtp"
3
+ version = "0.0.0"
4
+ description = "SMTP integration for UserHarbor, a 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-smtp"
13
+ Homepage = "https://github.com/userharbor/userharbor-smtp"
14
+ Repository = "https://github.com/userharbor/userharbor-smtp"
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-smtp!"
File without changes