genref 1.4.1__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.
genref/__init__.py ADDED
@@ -0,0 +1,15 @@
1
+ #==============================================================================
2
+ # C O P Y R I G H T
3
+ #------------------------------------------------------------------------------
4
+ # Copyright (c) 2020-2023 by Helmut Konrad Schewe. All rights reserved.
5
+ # This file is property of Helmut Konrad Schewe. Any unauthorized copy,
6
+ # use or distribution is an offensive act against international law and may
7
+ # be prosecuted under federal law. Its content is company confidential.
8
+ #==============================================================================
9
+
10
+ import importlib.metadata
11
+ import os
12
+
13
+ __version__ = importlib.metadata.version('genref')
14
+
15
+ ROOT = os.path.abspath(os.path.join(os.path.dirname(__file__), '..'))
@@ -0,0 +1,45 @@
1
+ Metadata-Version: 2.4
2
+ Name: genref
3
+ Version: 1.4.1
4
+ Summary: A simple console-application to manage project complexity.
5
+ Author-email: Helmut Konrad Schewe <helmutus@outlook.com>
6
+ License-Expression: MIT
7
+ Project-URL: Homepage, https://github.com/anaticulae/genref
8
+ Project-URL: Repository, https://github.com/anaticulae/genref
9
+ Classifier: Programming Language :: Python :: 3.12
10
+ Classifier: Programming Language :: Python :: 3.13
11
+ Classifier: Programming Language :: Python :: 3.14
12
+ Requires-Python: >=3.12
13
+ Description-Content-Type: text/markdown
14
+ Requires-Dist: callidus==1.7.1
15
+ Requires-Dist: capita==1.25.3
16
+ Requires-Dist: capita_ref==1.0.1
17
+ Requires-Dist: captions<2.0.0,>=1.0.1
18
+ Requires-Dist: codero==1.0.1
19
+ Requires-Dist: configos<2.0.0,>=1.0.4
20
+ Requires-Dist: decider-chapter==1.0.1
21
+ Requires-Dist: elementae<2.0.0,>=1.0.1
22
+ Requires-Dist: figureo==1.0.1
23
+ Requires-Dist: formulero==1.0.0
24
+ Requires-Dist: headnote==1.0.3
25
+ Requires-Dist: ibidem==1.0.2
26
+ Requires-Dist: indagator==1.0.2
27
+ Requires-Dist: indicibus==1.0.2
28
+ Requires-Dist: jamer==1.0.2
29
+ Requires-Dist: konradus<2.0.0,>=1.0.1
30
+ Requires-Dist: mundare==1.0.2
31
+ Requires-Dist: pagenumber==1.0.0
32
+ Requires-Dist: protoerror<4.0.0,>=3.20.4
33
+ Requires-Dist: reftable==1.0.0
34
+ Requires-Dist: tablero==1.0.1
35
+ Requires-Dist: texes<2.0.0,>=1.0.1
36
+ Requires-Dist: titulum==1.0.2
37
+ Requires-Dist: upainter<2.0.0,>=1.0.0
38
+ Requires-Dist: verbo<2.0.0,>=1.23.4
39
+ Requires-Dist: writers<2.0.0,>=1.7.1
40
+ Provides-Extra: dev
41
+ Requires-Dist: utilotest==1.1.1; extra == "dev"
42
+ Requires-Dist: gennex==1.1.0; extra == "dev"
43
+ Requires-Dist: hoverpower==1.7.0; extra == "dev"
44
+
45
+ # genex_reference
@@ -0,0 +1,5 @@
1
+ genref/__init__.py,sha256=CX45XFhhaUDG0_cR2wpzeXGYKjWxfTMato_-HVL9xeY,712
2
+ genref-1.4.1.dist-info/METADATA,sha256=CC1WVAH0TSawwhUPVn3UuG-9qM3C7lsKAQrlUH_u2sE,1589
3
+ genref-1.4.1.dist-info/WHEEL,sha256=YVMoNqKzERt-wjUZwJ33xBGAwnFl-4cqbYkTtWa4itE,91
4
+ genref-1.4.1.dist-info/top_level.txt,sha256=ha-uCsCnAIqUWfBShd8CC3FKTn31wyi5S-DMkWWpZiY,7
5
+ genref-1.4.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (84.0.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1 @@
1
+ genref