linkture 2.5.5__py3-none-any.whl → 2.5.6__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.
- linkture/__main__.py +2 -2
- {linkture-2.5.5.dist-info → linkture-2.5.6.dist-info}/METADATA +1 -1
- {linkture-2.5.5.dist-info → linkture-2.5.6.dist-info}/RECORD +5 -5
- {linkture-2.5.5.dist-info → linkture-2.5.6.dist-info}/WHEEL +0 -0
- {linkture-2.5.5.dist-info → linkture-2.5.6.dist-info}/licenses/LICENSE +0 -0
linkture/__main__.py
CHANGED
@@ -26,7 +26,7 @@
|
|
26
26
|
SOFTWARE.
|
27
27
|
"""
|
28
28
|
|
29
|
-
|
29
|
+
__version__ = 'v2.5.6'
|
30
30
|
|
31
31
|
|
32
32
|
import argparse, json, regex, sqlite3
|
@@ -676,7 +676,7 @@ if __name__ == "__main__":
|
|
676
676
|
APP = 'linkture' # Path(__file__).stem
|
677
677
|
parser = argparse.ArgumentParser(description="PARSE and PROCESS BIBLE SCRIPTURE REFERENCES: extract, tag, link, rewrite, translate, BCV-encode and decode. See README for more information")
|
678
678
|
|
679
|
-
parser.add_argument('-v', action='version', version=f"{APP} {
|
679
|
+
parser.add_argument('-v', action='version', version=f"{APP} {__version__}", help='show version and exit')
|
680
680
|
parser.add_argument('-q', action='store_true', help="don't show errors")
|
681
681
|
|
682
682
|
function_group = parser.add_argument_group('data source (one required - except for auxiliary functions, which only take command-line arguments)', 'choose between terminal or file input:')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: linkture
|
3
|
-
Version: 2.5.
|
3
|
+
Version: 2.5.6
|
4
4
|
Summary: PARSE and PROCESS BIBLE SCRIPTURE REFERENCES: extract, tag, link, rewrite, translate, BCV-encode and decode
|
5
5
|
Keywords: bible,scriptures,scripture-references,scripture-translation,scripture-parser,scripture-linker
|
6
6
|
Author-Email: "Eryk J." <infiniti@inventati.org>
|
@@ -1,9 +1,9 @@
|
|
1
|
-
linkture-2.5.
|
2
|
-
linkture-2.5.
|
3
|
-
linkture-2.5.
|
1
|
+
linkture-2.5.6.dist-info/METADATA,sha256=9nwgo8weHqXaLaEXL94dox0MYMxLqF1jBMCNrtoDVg4,11098
|
2
|
+
linkture-2.5.6.dist-info/WHEEL,sha256=7sv5iXvIiTVJSnAxCz2tGBm9DHsb2vPSzeYeT7pvGUY,90
|
3
|
+
linkture-2.5.6.dist-info/licenses/LICENSE,sha256=kPqKoVmo3Tx1HgQvqfjBZuYkjT1mZXnQ5R0KBbEeFfs,1064
|
4
4
|
linkture/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
5
|
-
linkture/__main__.py,sha256=
|
5
|
+
linkture/__main__.py,sha256=ca0nbx9LqDNeNFT2TsJRrgcDVq7WOfl1z_lo8BAjdXg,29101
|
6
6
|
linkture/res/custom.json,sha256=PnCI0N5uBn1ZzEG05V3r8uwrW2uBogCQ_uCQKTHJe4E,1904
|
7
7
|
linkture/res/resources.db,sha256=ceXVt21jdJwJCCWsfMPy6aRcHo9yHzyTQk_i22aJZD8,581632
|
8
8
|
linkture/res/rss-36.png,sha256=DeZ-xvFxyjeHSNHen3inNFWPm4qHdlNI3MQ1fclu9CQ,1297
|
9
|
-
linkture-2.5.
|
9
|
+
linkture-2.5.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|