Metadata-Version: 2.4
Name: bibleit
Version: 0.1.0
Summary: Interactive bible reading
Project-URL: Homepage, https://github.com/fmamud/bibleit
Project-URL: Bug Tracker, https://github.com/fmamud/bibleit/issues
Author-email: Felipe Mamud <trovatti@gmail.com>
License: MIT
License-File: LICENSE
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.11
Requires-Dist: gnureadline; platform_system == 'Darwin'
Requires-Dist: requests
Requires-Dist: textual
Requires-Dist: textual-autocomplete
Requires-Dist: unidecode
Provides-Extra: dev
Requires-Dist: black; extra == 'dev'
Requires-Dist: flake8; extra == 'dev'
Requires-Dist: textual-dev; extra == 'dev'
Description-Content-Type: text/markdown

# bibleit python

Interactive Bible Python reading from terminal.

## How to install

```shell
pip install bibleit
```

## How to run

```shell
python -m bibleit
```
