# 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/6e/38/22d703f5fb47923313115cb70a9c21d73174b9471770e74b8cccf4e26e21/biblealignlib-0.1.11.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.11",
"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": "a6ff4e7dade61fc735082e64e241d04e996db9ed521a0afd6c8566eee673e55c",
"md5": "6afde61c84cd58d1861daef1d0dbcb78",
"sha256": "6279cc8c55f39affcf5ac6ac59079273c2e9ee37ceee27c96302f3fda1a38f82"
},
"downloads": -1,
"filename": "biblealignlib-0.1.11-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6afde61c84cd58d1861daef1d0dbcb78",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.12,>=3.10",
"size": 58732,
"upload_time": "2025-02-08T01:14:22",
"upload_time_iso_8601": "2025-02-08T01:14:22.423888Z",
"url": "https://files.pythonhosted.org/packages/a6/ff/4e7dade61fc735082e64e241d04e996db9ed521a0afd6c8566eee673e55c/biblealignlib-0.1.11-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6e3822d703f5fb47923313115cb70a9c21d73174b9471770e74b8cccf4e26e21",
"md5": "497344d3b9857db433166d808f070218",
"sha256": "d5f42a1e29d8b7fa35e555f5b120b018dc20257e9cd2c3b1564529e3ad9c6341"
},
"downloads": -1,
"filename": "biblealignlib-0.1.11.tar.gz",
"has_sig": false,
"md5_digest": "497344d3b9857db433166d808f070218",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.12,>=3.10",
"size": 45902,
"upload_time": "2025-02-08T01:14:24",
"upload_time_iso_8601": "2025-02-08T01:14:24.147757Z",
"url": "https://files.pythonhosted.org/packages/6e/38/22d703f5fb47923313115cb70a9c21d73174b9471770e74b8cccf4e26e21/biblealignlib-0.1.11.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-02-08 01:14:24",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Clear-Bible",
"github_project": "biblealignlib",
"github_not_found": true,
"lcname": "biblealignlib"
}