python-scriptures
Advanced tools
+1
-1
| Metadata-Version: 1.0 | ||
| Name: python-scriptures | ||
| Version: 2.2.0 | ||
| Version: 2.2.1 | ||
| Summary: python-scriptures is a Python package and regular expression library for validating, extracting, and normalizing biblical scripture references from blocks of text. | ||
@@ -5,0 +5,0 @@ Home-page: http://www.davisd.com/projects/python-scriptures/ |
@@ -102,2 +102,8 @@ import re | ||
| end_verse=None | ||
| # If the ref is in the format (Book, #, None, #, #) | ||
| # this is a special case that indicates a reference in the format Book 3-4:5 | ||
| elif chapter is not None and verse is None and end_chapter is not None: | ||
| # The solution is to set the verse to one, which is what is | ||
| # most likely intended | ||
| verse = 1 | ||
@@ -104,0 +110,0 @@ |
+1
-1
@@ -5,3 +5,3 @@ from distutils.core import setup | ||
| name='python-scriptures', | ||
| version='2.2.0', | ||
| version='2.2.1', | ||
| author='David Davis', | ||
@@ -8,0 +8,0 @@ author_email='davisd@davisd.com', |
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
29078
1.15%234
2.63%