Metadata-Version: 2.1
Name: pythonbible_parser
Version: 0.0.2
Summary: pythonbible-parser is a Python library for parsing Bible texts in various formats
Home-page: https://github.com/avendesora/pythonbible-parser
License: UNKNOWN
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.6.0
Requires-Dist: pythonbible ==0.3.1
Requires-Dist: bandit >=1.7.0 ; extra == "dev"
Requires-Dist: black >=20.8b1 ; extra == "dev"
Requires-Dist: mypy >=0.812 ; extra == "dev"
Requires-Dist: prospector >=1.3.1 ; extra == "dev"
Requires-Dist: pytest >=6.2.2 ; extra == "test"
Requires-Dist: pytest-cov >=2.11.1 ; extra == "test"
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)
![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)
[![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)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

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

> **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
```
