Metadata-Version: 2.4
Name: versiref-search
Version: 0.1.1
Summary: Search texts for Bible references with versiref
Author: Fr. John Lawrence M. Polis
Author-email: Fr. John Lawrence M. Polis <emptier-sank-dose@duck.com>
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Religion
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Religion
Classifier: Topic :: Text Processing
Requires-Dist: versiref>=0.4.0
Requires-Dist: click>=8.1.0
Requires-Dist: mistune>=3.0.0
Requires-Dist: pyyaml>=6.0.3
Requires-Python: >=3.10
Project-URL: Homepage, https://github.com/fiapps/versiref-search
Project-URL: Issues, https://github.com/fiapps/versiref-search/issues
Description-Content-Type: text/markdown

# VersiRef Search

[VersiRef](https://github.com/fiapps/versiref) is a Python package for sophisticated parsing, manipulation, and printing of references to the Bible.

To search a file in a text-based format for references to a Bible passage, you could use `versiref.RefParser` to parse all citations of Scripture and check these to see if they include a verse or verses of interest.
For repeatedly searching the same text, this is slow.
This package lets you build an indexed version of a Markdown text in the form of an SQLite database and search such a database.
