scripturelookup 0.0.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.
@@ -0,0 +1,40 @@
1
+ Metadata-Version: 2.1
2
+ Name: scripturelookup
3
+ Version: 0.0.1
4
+ Summary: Python and command-line utility for converting scripture references between formats.
5
+ Author-email: Samuel Bradshaw <samuel.h.bradshaw@gmail.com>
6
+ License: MIT License
7
+
8
+ Copyright (c) 2024 Samuel Bradshaw
9
+
10
+ Permission is hereby granted, free of charge, to any person obtaining a copy
11
+ of this software and associated documentation files (the "Software"), to deal
12
+ in the Software without restriction, including without limitation the rights
13
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
14
+ copies of the Software, and to permit persons to whom the Software is
15
+ furnished to do so, subject to the following conditions:
16
+
17
+ The above copyright notice and this permission notice shall be included in all
18
+ copies or substantial portions of the Software.
19
+
20
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
21
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
22
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
23
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
24
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
25
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
26
+ SOFTWARE.
27
+ Project-URL: Repository, https://github.com/samuelbradshaw/python-scripture-lookup
28
+ Project-URL: Issues, https://github.com/samuelbradshaw/python-scripture-lookup/issues
29
+ Project-URL: Changelog, https://github.com/samuelbradshaw/python-scripture-lookup/releases
30
+ Keywords: python,command,scripture,bible,book of mormon,reference
31
+ Classifier: License :: OSI Approved :: MIT License
32
+ Classifier: Programming Language :: Python :: 3
33
+ Requires-Python: >=3.8
34
+ Description-Content-Type: text/markdown
35
+ License-File: LICENSE
36
+ Requires-Dist: requests
37
+
38
+ # Scripture Lookup
39
+
40
+ TODO: Add readme
@@ -0,0 +1,20 @@
1
+ geezify-python-main/LICENSE,sha256=YgU7J4-v1A-p8yFV_z9WXhBn5TGk3wdqSTfTMg3aPzk,1071
2
+ geezify-python-main/README.md,sha256=1XuLSWN4naJQ4z-kabSR6Rvsc0ICzkf_kqBjhTf7A5M,117
3
+ geezify-python-main/arabify.py,sha256=cka3NEYF9pqBUyPztK2b_WuAzUGW7Dzw71YRx51WCyQ,1501
4
+ geezify-python-main/arabify_test.py,sha256=v0rONOGxWmqxU0Oy6r--9gZq-Ea2a5Oe3dFu7Hct4vU,389
5
+ geezify-python-main/geezify.py,sha256=9P4omR0nFKeT1YYfB52L7_3uW_iiIWHad2VO1TFQhKo,1604
6
+ geezify-python-main/geezify_test.py,sha256=UT5J2hbNLQOnYk3gUzX8JGEHboxmQoO3MtUlptZLGyE,388
7
+ geezify-python-main/test_data.py,sha256=fRnKP9Dl7pet4IOErTRHmF6kLbvGcsUTADEZJu6-hNM,2880
8
+ scripturelookup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
+ scripturelookup/command_line.py,sha256=BpOGyAKj6_emhlsIW0KNRry__PJw1Rjh4Da2ubokaWg,1669
10
+ scripturelookup/data.py,sha256=JoeZhJY460sWXNyllj7xsWNbyxIY7FR3tEznQG6s_HM,1676
11
+ scripturelookup/lookup.py,sha256=yqpWtducpzRDTEogJ_E8e26TczCmAtlkg8ayd9wFUkY,14721
12
+ scripturelookup/numbers.py,sha256=SMNAJWyLtz5TTqKLpLMnr-_HFtpWsuf9XEuxWNCHQt0,10297
13
+ scripturelookup/data/metadata-languages.min.json,sha256=HWhkljYxsJCB6nvLbzGJSj35VwSOhBHwc5QvpptmlzY,19368
14
+ scripturelookup/data/metadata-scriptures.min.json,sha256=bQrfbstQCuAnkZVSmHdEQAxnMtXsVg506QO4lp5ZLvg,1592007
15
+ scripturelookup-0.0.1.dist-info/LICENSE,sha256=PMZ7O2jl2Fw9Tr_TixsD7SkS6ArbxVwNpuMAw9LMqFA,1071
16
+ scripturelookup-0.0.1.dist-info/METADATA,sha256=zLHwMlZGVA3SB935QFWJlDcDCw48cHZyAzMgLl81K48,2026
17
+ scripturelookup-0.0.1.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
18
+ scripturelookup-0.0.1.dist-info/entry_points.txt,sha256=voqXt12Bx7r-8lrJ4GD7GpL-P2OyXH5GW-X5iNLqN70,74
19
+ scripturelookup-0.0.1.dist-info/top_level.txt,sha256=6AFOYKqLEClOBR-0kasvRI4hJ31ewzWs7DHK-Khadso,36
20
+ scripturelookup-0.0.1.dist-info/RECORD,,
@@ -0,0 +1,5 @@
1
+ Wheel-Version: 1.0
2
+ Generator: setuptools (75.1.0)
3
+ Root-Is-Purelib: true
4
+ Tag: py3-none-any
5
+
@@ -0,0 +1,2 @@
1
+ [console_scripts]
2
+ scripturelookup = scripturelookup.command_line:main_cli
@@ -0,0 +1,2 @@
1
+ geezify-python-main
2
+ scripturelookup