djangobible 0.1.1__py3-none-any.whl → 0.2.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.

Potentially problematic release.


This version of djangobible might be problematic. Click here for more details.

djangobible/__init__.py CHANGED
@@ -7,6 +7,6 @@ search accordingly.
7
7
 
8
8
  from __future__ import annotations
9
9
 
10
- __version__ = "0.1.1"
10
+ __version__ = "0.2.1"
11
11
 
12
12
  from pythonbible import *
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: djangobible
3
- Version: 0.1.1
3
+ Version: 0.2.1
4
4
  Summary: djangobible python library.
5
5
  Home-page: https://github.com/avendesora/djangobible
6
6
  Author: Nathan Patton
@@ -8,17 +8,8 @@ Author-email: npatton@gmail.com
8
8
  Requires-Python: >=3.8
9
9
  Description-Content-Type: text/markdown
10
10
  Classifier: License :: OSI Approved :: MIT License
11
- Requires-Dist: Django >=3.2.0
12
- Requires-Dist: pythonbible >=0.11.1
13
- Requires-Dist: defusedxml >=0.7.1 ; extra == "all"
14
- Requires-Dist: pre-commit >=2.20.0 ; extra == "dev"
15
- Requires-Dist: coverage >=6.4.2 ; extra == "test"
16
- Requires-Dist: factory-boy >=3.2.1 ; extra == "test"
17
- Requires-Dist: playwright >=1.23.1 ; extra == "test"
18
- Provides-Extra: all
19
- Provides-Extra: dev
20
- Provides-Extra: doc
21
- Provides-Extra: test
11
+ Requires-Dist: Django>=4.2.0
12
+ Requires-Dist: pythonbible==0.13.1
22
13
 
23
14
  # djangobible
24
15
 
@@ -39,8 +30,9 @@ The djangobible library is a Django app that wraps the [pythonbible](https://git
39
30
  <tr>
40
31
  <td>Tests</td>
41
32
  <td>
42
- <img src="https://github.com/avendesora/djangobible/workflows/Django%20CI/badge.svg">
43
- <a href="https://www.codacy.com/gh/avendesora/djangobible/dashboard?utm_source=github.com&utm_medium=referral&utm_content=avendesora/djangobible&utm_campaign=Badge_Coverage"><img src="https://app.codacy.com/project/badge/Coverage/83a28131bf6642ed9e439344122686fc"></a>
33
+ <img src="https://github.com/avendesora/djangobible/actions/workflows/tests.yml/badge.svg">
34
+ <img src="https://github.com/avendesora/djangobible/workflows/Django%20CI/badge.svg"><br/>
35
+ <a href="https://app.codacy.com/gh/avendesora/djangobible/coverage/dashboard"><img src="https://app.codacy.com/project/badge/Coverage/83a28131bf6642ed9e439344122686fc"></a>
44
36
  </td>
45
37
  </tr>
46
38
  <tr>
@@ -55,8 +47,9 @@ The djangobible library is a Django app that wraps the [pythonbible](https://git
55
47
  <tr>
56
48
  <td>Supported Python/Django Versions</td>
57
49
  <td>
58
- <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11-blue?logo=python&logoColor=lightgray"></a><br />
59
- <a href="https://www.djangoproject.com/download/"><img src="https://img.shields.io/badge/Django-3.2%20%7C%204.0%20%7C%204.1%20%7C%204.2-blue"></a>
50
+ <a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12-blue?logo=python&logoColor=lightgray"></a><br />
51
+ <a href="https://www.djangoproject.com/download/"><img src="https://img.shields.io/badge/Django-4.2%20%7C%205.0%20%7C%205.1alpha-blue"></a><br />
52
+ Attempted to test with Python 3.13, but the testing framework has a dependency that has not yet been updated to work with Python 3.13.
60
53
  </td>
61
54
  </tr>
62
55
  </table>
@@ -1,4 +1,4 @@
1
- djangobible/__init__.py,sha256=CZeKMO0N7WX92yJJRrcXxL_Vogcwva9d6WNT4f7xfZw,231
1
+ djangobible/__init__.py,sha256=1hczhu0bAdOj2Pj9NAlF3eDGDBGYhf2Gw9LjE2CBa88,231
2
2
  djangobible/apps.py,sha256=lJgCh5Hj0i-nuTS_1s9HmwMNgVX-i1nFEIJkVsUbOfs,244
3
3
  djangobible/fields.py,sha256=dgACjzISLSHiP2O6W2EGkmeexq3l6NbJKGnuUMsxhVQ,3025
4
4
  djangobible/models.py,sha256=lDrU0RKwV8DDy2SrNky6Owrh73Rri6ud1Dm99ipapUs,3028
@@ -7,7 +7,7 @@ djangobible/migrations/0001_initial.py,sha256=5lNyBJtwuZSchhDbxeIfiWGPcf308PGl0M
7
7
  djangobible/migrations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
8
8
  djangobible/templatetags/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
9
  djangobible/templatetags/verse_tags.py,sha256=EmakxtAaXulVPpC9Rz3S49snWxlPdDX1vUiT0ZvqpXk,1728
10
- djangobible-0.1.1.dist-info/LICENSE,sha256=vtcKfpmHsOwjUi3axlhP7KzGGZE6OmG7cigMXbLK8xU,1070
11
- djangobible-0.1.1.dist-info/WHEEL,sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948,81
12
- djangobible-0.1.1.dist-info/METADATA,sha256=m8DjoaNMRGJ1yKE7YKlmHmNWO7C81Bydup4xv52HNd4,9850
13
- djangobible-0.1.1.dist-info/RECORD,,
10
+ djangobible-0.2.1.dist-info/LICENSE,sha256=vtcKfpmHsOwjUi3axlhP7KzGGZE6OmG7cigMXbLK8xU,1070
11
+ djangobible-0.2.1.dist-info/WHEEL,sha256=rSgq_JpHF9fHR1lx53qwg_1-2LypZE_qmcuXbVUq948,81
12
+ djangobible-0.2.1.dist-info/METADATA,sha256=Jkp0DG6i5TsDo9gzx6awqPtwYhrdQ0kcexfcE1PnsS0,9680
13
+ djangobible-0.2.1.dist-info/RECORD,,