Metadata-Version: 2.1
Name: pythonbible_parser
Version: 0.0.6
Summary: The pythonbible-parser library.
Home-page: https://github.com/avendesora/pythonbible-parser
Author: Nathan Patton
Author-email: npatton@gmail.com
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: defusedxml >=0.7.1
Requires-Dist: pythonbible ==0.9.1
Requires-Dist: pre-commit >=2.20.0 ; extra == "dev"
Requires-Dist: pytest >=7.1.2 ; extra == "test"
Requires-Dist: pytest-cov >=3.0.0 ; extra == "test"
Project-URL: Documentation, https://github.com/avendesora/pythonbible-parser
Project-URL: Source, https://github.com/avendesora/pythonbible-parser
Provides-Extra: all
Provides-Extra: dev
Provides-Extra: doc
Provides-Extra: test

# pythonbible-parser

A Python library for parsing Bible texts in various formats and convert them into a
format for easy and efficient use in Python.

[![PyPI version](https://img.shields.io/pypi/v/pythonbible-parser?color=blue&logo=pypi&logoColor=lightgray)](https://pypi.org/project/pythonbible-parser/)
[![license MIT](https://img.shields.io/badge/license-MIT-orange.svg)](https://opensource.org/licenses/MIT)

![Test](https://github.com/avendesora/pythonbible-parser/workflows/Test/badge.svg)
[![Codacy Badge](https://app.codacy.com/project/badge/Coverage/8f7407c1b98040e185b81c945b78de22)](https://www.codacy.com/gh/avendesora/pythonbible-parser/dashboard?utm_source=github.com&utm_medium=referral&utm_content=avendesora/pythonbible-parser&utm_campaign=Badge_Coverage)

![CodeQL](https://github.com/avendesora/pythonbible-parser/workflows/CodeQL/badge.svg)
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/8f7407c1b98040e185b81c945b78de22)](https://app.codacy.com/gh/avendesora/pythonbible-parser?utm_source=github.com&utm_medium=referral&utm_content=avendesora/pythonbible-parser&utm_campaign=Badge_Grade_Settings)

[![pre-commit.ci status](https://results.pre-commit.ci/badge/github/avendesora/pythonbible-parser/main.svg)](https://results.pre-commit.ci/latest/github/avendesora/pythonbible-parser/main)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

[![Python 3.11](https://img.shields.io/badge/python-3.7%20%7C%203.8%20%7C%203.9%20%7C%203.10%20%7C%203.11%20%7C%203.12%20dev-blue?logo=python&logoColor=lightgray)](https://www.python.org/downloads/)

> **WARNING**: This is very much still a work in progress and does not yet have a
> stable release. Breaking changes are expected.

## Installation

```shell script
pip install pythonbible-parser
```

