Metadata-Version: 2.1
Name: bible-alignments
Version: 0.2.7
Summary: Word-level alignments for Bibles, including both automatic alignments and manually corrected alignments.
Home-page: https://github.com/Clear-Bible/Alignments
License: MIT
Keywords: Bible,alignment,Bible alignment
Author: Sean Boisen
Author-email: sean.boisen@clear.bible
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Religion
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Religion
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: jsonlines (>=3.1.0,<4.0.0)
Requires-Dist: jupyterlab (>=3.6.1,<4.0.0)
Requires-Dist: tomli (>=2.0.1,<3.0.0)
Project-URL: Repository, https://github.com/Clear-Bible/Alignments
Description-Content-Type: text/markdown



# Alignments

Word alignments for Bibles, including both automatic alignments and manually corrected alignments

Copyright (c) 2023 by Clear Bible, Inc.

All data is licensed under a
[Creative Commons Attribution 4.0 International License][cc-by].


[cc-by]: http://creativecommons.org/licenses/by/4.0/
[cc-by-image]: https://i.creativecommons.org/l/by/4.0/88x31.png
[cc-by-shield]: https://img.shields.io/badge/License-CC%20BY%204.0-lightgrey.svg
[![CC BY 4.0][cc-by-image]][cc-by]

  
All code is shared under a MIT License.

## Python Quick Start

To run this code:

- ensure [Poetry](https://python-poetry.org/) is installed
- `poetry add`

## Contributing Alignments

We're interested in collecting alignments that are useful for
the Bible translation community, especially those based on
openly-licensed texts. If you have alignments to contribute, see
[Contributing](docs/contributing.md). 

