linkture 3.1.0__py3-none-any.whl → 3.2.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.
- linkture/__main__.py +1 -1
- linkture/linkture.py +2 -2
- linkture/res/resources.db +0 -0
- {linkture-3.1.0.dist-info → linkture-3.2.0.dist-info}/METADATA +1 -1
- linkture-3.2.0.dist-info/RECORD +10 -0
- linkture-3.1.0.dist-info/RECORD +0 -10
- {linkture-3.1.0.dist-info → linkture-3.2.0.dist-info}/WHEEL +0 -0
- {linkture-3.1.0.dist-info → linkture-3.2.0.dist-info}/entry_points.txt +0 -0
- {linkture-3.1.0.dist-info → linkture-3.2.0.dist-info}/licenses/LICENSE +0 -0
linkture/__main__.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Description: Parse and process Bible scripture references
|
7
7
|
|
8
|
-
MIT License: Copyright (c)
|
8
|
+
MIT License: Copyright (c) 2025 Eryk J.
|
9
9
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
11
11
|
of this software and associated documentation files (the "Software"), to deal
|
linkture/linkture.py
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
|
6
6
|
Description: Parse and process Bible scripture references
|
7
7
|
|
8
|
-
MIT License: Copyright (c)
|
8
|
+
MIT License: Copyright (c) 2025 Eryk J.
|
9
9
|
|
10
10
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
11
11
|
of this software and associated documentation files (the "Software"), to deal
|
@@ -27,7 +27,7 @@
|
|
27
27
|
"""
|
28
28
|
|
29
29
|
__app__ = 'linkture'
|
30
|
-
__version__ = 'v3.
|
30
|
+
__version__ = 'v3.2.0'
|
31
31
|
|
32
32
|
|
33
33
|
import json, regex, sqlite3
|
linkture/res/resources.db
CHANGED
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: linkture
|
3
|
-
Version: 3.
|
3
|
+
Version: 3.2.0
|
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>
|
@@ -0,0 +1,10 @@
|
|
1
|
+
linkture-3.2.0.dist-info/METADATA,sha256=RAgC9am-LfP6kMkDY-t2D6-TDab-IZOHJNDgWq470U8,11561
|
2
|
+
linkture-3.2.0.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
+
linkture-3.2.0.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
+
linkture-3.2.0.dist-info/licenses/LICENSE,sha256=kPqKoVmo3Tx1HgQvqfjBZuYkjT1mZXnQ5R0KBbEeFfs,1064
|
5
|
+
linkture/__init__.py,sha256=-CsRDvXLUig8T6RvwkktRP8e8DWrpjlyqBcw26kOv1E,47
|
6
|
+
linkture/__main__.py,sha256=IjxrpZGZKIr7mHPGs_mMVaB6ipou_ArYgvs4wRFkxXM,6607
|
7
|
+
linkture/linkture.py,sha256=1Z-xt7xPVe6KN1Q_FvkXpK0SmwbgO7ft9sIKUQzQdzQ,25217
|
8
|
+
linkture/res/custom.json,sha256=qlpTEux2w7kb-w9ZimDqTLhnB0Eyy1Mj3zfbQ1sxKvg,2046
|
9
|
+
linkture/res/resources.db,sha256=5zEbKY7eJgzsdJBq0VyX0n2e8ssL8gHHvTyTN_rGGzE,577536
|
10
|
+
linkture-3.2.0.dist-info/RECORD,,
|
linkture-3.1.0.dist-info/RECORD
DELETED
@@ -1,10 +0,0 @@
|
|
1
|
-
linkture-3.1.0.dist-info/METADATA,sha256=8VfrvN7KiGAqo4JYbOY9iCqWhmc98dDL6oINGA9JGmY,11561
|
2
|
-
linkture-3.1.0.dist-info/WHEEL,sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4,90
|
3
|
-
linkture-3.1.0.dist-info/entry_points.txt,sha256=6OYgBcLyFCUgeqLgnvMyOJxPCWzgy7se4rLPKtNonMs,34
|
4
|
-
linkture-3.1.0.dist-info/licenses/LICENSE,sha256=kPqKoVmo3Tx1HgQvqfjBZuYkjT1mZXnQ5R0KBbEeFfs,1064
|
5
|
-
linkture/__init__.py,sha256=-CsRDvXLUig8T6RvwkktRP8e8DWrpjlyqBcw26kOv1E,47
|
6
|
-
linkture/__main__.py,sha256=PqBZo9fvwbPT4rGeUOm3Hm0gsaNp3vSe5Y2py3LSa6o,6607
|
7
|
-
linkture/linkture.py,sha256=-HYl52SoUFg8XCgwy7tUXWwPuFcf2akSMPotkKrgGvM,25217
|
8
|
-
linkture/res/custom.json,sha256=qlpTEux2w7kb-w9ZimDqTLhnB0Eyy1Mj3zfbQ1sxKvg,2046
|
9
|
-
linkture/res/resources.db,sha256=0l6lUJB5p4cQ6YpnIn9rDTnmbiZGSKb6k3OKNZmVF7M,569344
|
10
|
-
linkture-3.1.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|