ledgr 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.
ledgr-0.0.1/PKG-INFO ADDED
@@ -0,0 +1,13 @@
1
+ Metadata-Version: 2.3
2
+ Name: ledgr
3
+ Version: 0.0.1
4
+ Summary: Placeholder release. Nothing to see here yet.
5
+ Author: jonathan343
6
+ Author-email: jonathan343 <jonathangee09@gmail.com>
7
+ Classifier: Development Status :: 1 - Planning
8
+ Requires-Python: >=3.14
9
+ Description-Content-Type: text/markdown
10
+
11
+ # ledgr
12
+
13
+ Placeholder release. Nothing to see here yet.
ledgr-0.0.1/README.md ADDED
@@ -0,0 +1,3 @@
1
+ # ledgr
2
+
3
+ Placeholder release. Nothing to see here yet.
@@ -0,0 +1,17 @@
1
+ [project]
2
+ name = "ledgr"
3
+ version = "0.0.1"
4
+ description = "Placeholder release. Nothing to see here yet."
5
+ readme = "README.md"
6
+ authors = [
7
+ { name = "jonathan343", email = "jonathangee09@gmail.com" }
8
+ ]
9
+ requires-python = ">=3.14"
10
+ dependencies = []
11
+ classifiers = [
12
+ "Development Status :: 1 - Planning",
13
+ ]
14
+
15
+ [build-system]
16
+ requires = ["uv_build>=0.11.29,<0.12.0"]
17
+ build-backend = "uv_build"
@@ -0,0 +1 @@
1
+ __version__ = "0.0.1"