pible


Namepible JSON
Version 0.4.1 PyPI version JSON
download
home_pageNone
SummaryA Python library for working with Bible books and verses.
upload_time2024-08-12 03:20:31
maintainerNone
docs_urlNone
authorNone
requires_pythonNone
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pible

A Python library for working with Bible books and verses.

## Example Usage

```python

from pible import Bible

bible = Bible()

john = bible["John"]

favorite_verse = john[3][16]

print(favorite_verse)
# For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.

john_3_17 = favorite_verse.next_verse()
```

## Translations

### King James Version

The library includes the [text of the KJV](https://github.com/aruljohn/Bible-kjv), which is public domain. 

### English Standard Version

Support is planned for using Crossway's [ESV API](https://api.esv.org/). ESV content is copyrighted by Crossway, and you will have to agree to their terms and conditions when applying for your API key in order to use the ESV within pible.

### Others

Interested in adding support for another translation? PRs welcome 🙂️
            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pible",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": "James Walters <33947683+iamjameswalters@users.noreply.github.com>",
    "download_url": "https://files.pythonhosted.org/packages/88/88/85718e41d11f7331b827404e45aaa0e6e0f7189c382956257441fc13044a/pible-0.4.1.tar.gz",
    "platform": null,
    "description": "# pible\n\nA Python library for working with Bible books and verses.\n\n## Example Usage\n\n```python\n\nfrom pible import Bible\n\nbible = Bible()\n\njohn = bible[\"John\"]\n\nfavorite_verse = john[3][16]\n\nprint(favorite_verse)\n# For God so loved the world, that he gave his only begotten Son, that whosoever believeth in him should not perish, but have everlasting life.\n\njohn_3_17 = favorite_verse.next_verse()\n```\n\n## Translations\n\n### King James Version\n\nThe library includes the [text of the KJV](https://github.com/aruljohn/Bible-kjv), which is public domain. \n\n### English Standard Version\n\nSupport is planned for using Crossway's [ESV API](https://api.esv.org/). ESV content is copyrighted by Crossway, and you will have to agree to their terms and conditions when applying for your API key in order to use the ESV within pible.\n\n### Others\n\nInterested in adding support for another translation? PRs welcome \ud83d\ude42\ufe0f",
    "bugtrack_url": null,
    "license": null,
    "summary": "A Python library for working with Bible books and verses.",
    "version": "0.4.1",
    "project_urls": {
        "Home": "https://github.com/iamjameswalters/pible"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f540169f4ff410c885b29b29770a389acfc259352f8e618f4e786adc27176358",
                "md5": "16fb8793f4668a94d507b4753653f0f6",
                "sha256": "66aa9f5164012b9ba41d90a543a451722d767dd57dcb0f0a0a75694ee4d4c8fa"
            },
            "downloads": -1,
            "filename": "pible-0.4.1-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "16fb8793f4668a94d507b4753653f0f6",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 1365662,
            "upload_time": "2024-08-12T03:20:28",
            "upload_time_iso_8601": "2024-08-12T03:20:28.419722Z",
            "url": "https://files.pythonhosted.org/packages/f5/40/169f4ff410c885b29b29770a389acfc259352f8e618f4e786adc27176358/pible-0.4.1-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "888885718e41d11f7331b827404e45aaa0e6e0f7189c382956257441fc13044a",
                "md5": "fe15768973808edda730130904b839c7",
                "sha256": "2743a45dd06dcb896c41a8284885445736a0c1e677909d4a0c86f593792d1bfe"
            },
            "downloads": -1,
            "filename": "pible-0.4.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe15768973808edda730130904b839c7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1306923,
            "upload_time": "2024-08-12T03:20:31",
            "upload_time_iso_8601": "2024-08-12T03:20:31.111859Z",
            "url": "https://files.pythonhosted.org/packages/88/88/85718e41d11f7331b827404e45aaa0e6e0f7189c382956257441fc13044a/pible-0.4.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-12 03:20:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "iamjameswalters",
    "github_project": "pible",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "pible"
}
        
Elapsed time: 0.33928s