libledger 0.1.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.
- libledger/__init__.py +2 -0
- libledger/py.typed +0 -0
- libledger-0.1.0.dist-info/METADATA +23 -0
- libledger-0.1.0.dist-info/RECORD +5 -0
- libledger-0.1.0.dist-info/WHEEL +4 -0
libledger/__init__.py
ADDED
libledger/py.typed
ADDED
|
File without changes
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: libledger
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: Library functions to deal with a JSON-based, double-entry-bookkeeping ledger file format.
|
|
5
|
+
Keywords: ledger,bookkeeping,double-entry
|
|
6
|
+
Author: siru
|
|
7
|
+
Author-email: siru <email@siru.ink>
|
|
8
|
+
License-Expression: GPL-3.0-only
|
|
9
|
+
Classifier: Development Status :: 3 - Alpha
|
|
10
|
+
Classifier: Intended Audience :: Developers
|
|
11
|
+
Classifier: Intended Audience :: Science/Research
|
|
12
|
+
Classifier: Natural Language :: English
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.14
|
|
14
|
+
Classifier: Typing :: Typed
|
|
15
|
+
Classifier: Topic :: Utilities
|
|
16
|
+
Requires-Python: >=3.14
|
|
17
|
+
Project-URL: Homepage, https://www.libledger.siru.ink/
|
|
18
|
+
Project-URL: Repository, https://git.siru.ink/siru/libledger
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# Currently in development
|
|
22
|
+
|
|
23
|
+
This release is not ready for production use. It is meant to hold the namespace on pypi.org.
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
libledger/__init__.py,sha256=MxUMCntWGMd0fNTC3PRAac2SDjxNDCfwvB4j290o4VA,55
|
|
2
|
+
libledger/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
3
|
+
libledger-0.1.0.dist-info/WHEEL,sha256=Uo4e6VmJM8J_cLBTtiWBRVQkc1yUEkw94xaL0B_lH6c,80
|
|
4
|
+
libledger-0.1.0.dist-info/METADATA,sha256=KXD1qtbjdHGT8c_nxFgkTWgc_0o_EI4_eQa0Rugyrc8,866
|
|
5
|
+
libledger-0.1.0.dist-info/RECORD,,
|