linkture 3.1.0__tar.gz → 3.2.0__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.
- {linkture-3.1.0 → linkture-3.2.0}/PKG-INFO +1 -1
- {linkture-3.1.0 → linkture-3.2.0}/pyproject.toml +1 -1
- {linkture-3.1.0 → linkture-3.2.0}/src/linkture/__main__.py +1 -1
- {linkture-3.1.0 → linkture-3.2.0}/src/linkture/linkture.py +2 -2
- {linkture-3.1.0 → linkture-3.2.0}/src/linkture/res/resources.db +0 -0
- {linkture-3.1.0 → linkture-3.2.0}/LICENSE +0 -0
- {linkture-3.1.0 → linkture-3.2.0}/README.md +0 -0
- {linkture-3.1.0 → linkture-3.2.0}/src/linkture/__init__.py +0 -0
- {linkture-3.1.0 → linkture-3.2.0}/src/linkture/res/custom.json +0 -0
@@ -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>
|
@@ -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
|
@@ -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
|
index c619e41..5d2b563 100644
|
|
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|