# biblealignlib
Biblica's code for working with Bible alignment data from
https://github.com/Clear-Bible/Alignments .
Currently private but we should move toward a future where it's
public.
## Installing extra dependencies
### eflomal
`eflomal` is specified as an extra, so it is not installed with `poetry install`.
On macOS, you may need to install additional dependencies before installing:
```
brew install llvm libomp
```
You'll need to override the `CFLAGS` and `LDFLAGS` environment variables before installing `eflomal`.
```
poetry shell
export CFLAGS="-Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include -Ofast -march=native -Wall --std=gnu99 -Wno-unused-function -g"
export LDFLAGS="-Xpreprocessor -fopenmp -L${HOMEBREW_PREFIX}/opt/libomp/lib -lm -lomp"
poetry install -E eflomal
```
Raw data
{
"_id": null,
"home_page": "https://github.com/Clear-Bible/biblealignlib",
"name": "biblealignlib",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.12,>=3.10",
"maintainer_email": null,
"keywords": "Bible, alignment, Bible alignment",
"author": "Sean Boisen",
"author_email": "sean.boisen@biblica.com",
"download_url": "https://files.pythonhosted.org/packages/23/ce/9e58c0d3d6a95c408af6451ddbd53b896c2f28482ff0bb9df939e2b315d4/biblealignlib-0.1.6.tar.gz",
"platform": null,
"description": "# biblealignlib\n\nBiblica's code for working with Bible alignment data from\nhttps://github.com/Clear-Bible/Alignments .\n\nCurrently private but we should move toward a future where it's\npublic. \n\n## Installing extra dependencies\n\n### eflomal\n`eflomal` is specified as an extra, so it is not installed with `poetry install`.\n\nOn macOS, you may need to install additional dependencies before installing:\n\n```\nbrew install llvm libomp\n```\n\nYou'll need to override the `CFLAGS` and `LDFLAGS` environment variables before installing `eflomal`.\n\n```\npoetry shell\nexport CFLAGS=\"-Xpreprocessor -fopenmp -I${HOMEBREW_PREFIX}/opt/libomp/include -Ofast -march=native -Wall --std=gnu99 -Wno-unused-function -g\"\nexport LDFLAGS=\"-Xpreprocessor -fopenmp -L${HOMEBREW_PREFIX}/opt/libomp/lib -lm -lomp\"\npoetry install -E eflomal\n```\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Code for managing Word-level alignments for Bibles, including both automatic alignments and manually corrected alignments.",
"version": "0.1.6",
"project_urls": {
"Homepage": "https://github.com/Clear-Bible/biblealignlib",
"Repository": "https://github.com/Clear-Bible/biblealignlib"
},
"split_keywords": [
"bible",
" alignment",
" bible alignment"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "460ae4d47df0520cca67dd05f944f7d5319147196d3e58f944120110578e3991",
"md5": "c9073dc5d4fef3a9a957b822ada1df11",
"sha256": "db78747ba6e90241ba924e9c24825dfbc416fe887aac92ad414195d5cb7aed0d"
},
"downloads": -1,
"filename": "biblealignlib-0.1.6-py3-none-any.whl",
"has_sig": false,
"md5_digest": "c9073dc5d4fef3a9a957b822ada1df11",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.10",
"size": 56099,
"upload_time": "2025-01-24T19:16:57",
"upload_time_iso_8601": "2025-01-24T19:16:57.229066Z",
"url": "https://files.pythonhosted.org/packages/46/0a/e4d47df0520cca67dd05f944f7d5319147196d3e58f944120110578e3991/biblealignlib-0.1.6-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "23ce9e58c0d3d6a95c408af6451ddbd53b896c2f28482ff0bb9df939e2b315d4",
"md5": "4c3d19bdc9bd689093f545ad8443dab3",
"sha256": "85330cd1adf500acbb370aaa39abc2c3db7061c21e57c36beee2d5623b43dfd5"
},
"downloads": -1,
"filename": "biblealignlib-0.1.6.tar.gz",
"has_sig": false,
"md5_digest": "4c3d19bdc9bd689093f545ad8443dab3",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.10",
"size": 43806,
"upload_time": "2025-01-24T19:16:59",
"upload_time_iso_8601": "2025-01-24T19:16:59.239222Z",
"url": "https://files.pythonhosted.org/packages/23/ce/9e58c0d3d6a95c408af6451ddbd53b896c2f28482ff0bb9df939e2b315d4/biblealignlib-0.1.6.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-01-24 19:16:59",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Clear-Bible",
"github_project": "biblealignlib",
"github_not_found": true,
"lcname": "biblealignlib"
}