dbx-tools-auth-u2m 0.6.147__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,15 @@
1
+ Metadata-Version: 2.3
2
+ Name: dbx-tools-auth-u2m
3
+ Version: 0.6.147
4
+ Summary: Python bindings for dbx-tools-auth-u2m
5
+ Requires-Python: >=3.10, <3.14
6
+ Project-URL: Source, https://github.com/reggie-db/dbx-tools/tree/main/packages/py/auth-u2m
7
+ Description-Content-Type: text/markdown
8
+
9
+ # dbx-tools-auth-u2m
10
+
11
+ Private generated Python bindings for the Rust `dbx-tools-auth-u2m` package.
12
+
13
+ The implementation and complete API semantics live in the
14
+ [Rust package](../../rs/auth-u2m/README.md). This README may add Python-specific
15
+ integration guidance without duplicating the Rust documentation.
@@ -0,0 +1,7 @@
1
+ # dbx-tools-auth-u2m
2
+
3
+ Private generated Python bindings for the Rust `dbx-tools-auth-u2m` package.
4
+
5
+ The implementation and complete API semantics live in the
6
+ [Rust package](../../rs/auth-u2m/README.md). This README may add Python-specific
7
+ integration guidance without duplicating the Rust documentation.
@@ -0,0 +1,19 @@
1
+ [project]
2
+ name = "dbx-tools-auth-u2m"
3
+ version = "0.6.147"
4
+ description = "Python bindings for dbx-tools-auth-u2m"
5
+ readme = "README.md"
6
+ requires-python = ">=3.10,<3.14"
7
+ dependencies = []
8
+
9
+ [project.urls]
10
+ Source = "https://github.com/reggie-db/dbx-tools/tree/main/packages/py/auth-u2m"
11
+
12
+ [build-system]
13
+ requires = ["uv_build>=0.11.28,<0.12.0"]
14
+ build-backend = "uv_build"
15
+
16
+ [tool.uv.build-backend]
17
+ module-name = "dbx_tools.auth_u2m"
18
+ module-root = "src"
19
+ namespace = true
@@ -0,0 +1,21 @@
1
+ # ~~ Generated by projen. To modify, edit .projenrc.js and run "bunx projen".
2
+
3
+ [project]
4
+ name = "dbx-tools-auth-u2m"
5
+ version = "0.6.147"
6
+ description = "Python bindings for dbx-tools-auth-u2m"
7
+ readme = "README.md"
8
+ requires-python = ">=3.10,<3.14"
9
+ dependencies = []
10
+
11
+ [project.urls]
12
+ Source = "https://github.com/reggie-db/dbx-tools/tree/main/packages/py/auth-u2m"
13
+
14
+ [build-system]
15
+ requires = ["uv_build>=0.11.28,<0.12.0"]
16
+ build-backend = "uv_build"
17
+
18
+ [tool.uv.build-backend]
19
+ module-name = "dbx_tools.auth_u2m"
20
+ module-root = "src"
21
+ namespace = true
@@ -0,0 +1,3 @@
1
+ """Private Python bindings for dbx-tools-auth-u2m."""
2
+
3
+ from .bindings import * # noqa: F403