biblealignlib


Namebiblealignlib JSON
Version 0.1.3 PyPI version JSON
download
home_pagehttps://github.com/Clear-Bible/biblealignlib
SummaryCode for managing Word-level alignments for Bibles, including both automatic alignments and manually corrected alignments.
upload_time2024-12-18 21:33:06
maintainerNone
docs_urlNone
authorSean Boisen
requires_python<3.12,>=3.10
licenseMIT
keywords bible alignment bible alignment
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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/76/05/14615e135c90cbbba9462db0fa679d325236b2dccff1195555aa2fbf770e/biblealignlib-0.1.3.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.3",
    "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": "5ba6ef30e837ec8bcfda77783ab51ac711ef2f1498ed3bbba4d7e4537a8ae45d",
                "md5": "9c63009d0c5f27790e191215d941bca3",
                "sha256": "f960f28ce40acdf73f73edafcca180589422c8b1bf3e03185f31bcb615964c97"
            },
            "downloads": -1,
            "filename": "biblealignlib-0.1.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9c63009d0c5f27790e191215d941bca3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.10",
            "size": 53411,
            "upload_time": "2024-12-18T21:33:04",
            "upload_time_iso_8601": "2024-12-18T21:33:04.798892Z",
            "url": "https://files.pythonhosted.org/packages/5b/a6/ef30e837ec8bcfda77783ab51ac711ef2f1498ed3bbba4d7e4537a8ae45d/biblealignlib-0.1.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "760514615e135c90cbbba9462db0fa679d325236b2dccff1195555aa2fbf770e",
                "md5": "9904e51256dede0279d84901a655fe3a",
                "sha256": "71d21df8448302f22dc0428862205f6c98e11ec9465ed2fd15fa95611daf45e3"
            },
            "downloads": -1,
            "filename": "biblealignlib-0.1.3.tar.gz",
            "has_sig": false,
            "md5_digest": "9904e51256dede0279d84901a655fe3a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.10",
            "size": 41656,
            "upload_time": "2024-12-18T21:33:06",
            "upload_time_iso_8601": "2024-12-18T21:33:06.897020Z",
            "url": "https://files.pythonhosted.org/packages/76/05/14615e135c90cbbba9462db0fa679d325236b2dccff1195555aa2fbf770e/biblealignlib-0.1.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-18 21:33:06",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Clear-Bible",
    "github_project": "biblealignlib",
    "github_not_found": true,
    "lcname": "biblealignlib"
}
        
Elapsed time: 2.46628s