apiverve-bible


Nameapiverve-bible JSON
Version 1.0.11 PyPI version JSON
download
home_pageNone
SummaryBible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.
upload_time2024-05-26 02:47:43
maintainerNone
docs_urlNone
authorNone
requires_python>=3.12
licenseNone
keywords bible bible verse bible api bible tool bible software
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Bible API
============

Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.

![Build Status](https://img.shields.io/badge/build-passing-green)
![Code Climate](https://img.shields.io/badge/maintainability-B-purple)
![Prod Ready](https://img.shields.io/badge/production-ready-blue)

This is a Python API Wrapper for the [Bible API](https://apiverve.com/marketplace/api/bible)

---

## Installation
	pip install apiverve-bible

---

## Configuration

Before using the bible API client, you have to setup your account and obtain your API Key.  
You can get it by signing up at [https://apiverve.com](https://apiverve.com)

---

## Usage

The Bible API documentation is found here: [https://docs.apiverve.com/api/bible](https://docs.apiverve.com/api/bible).  
You can find parameters, example responses, and status codes documented here.

### Setup

```
# Import the client module
from apiverve_bible.apiClient import BibleAPIClient

# Initialize the client with your APIVerve API key
api = BibleAPIClient("[YOUR_API_KEY]")
```

---


### Perform Request
Using the API client, you can perform requests to the API.

###### Define Query

```
query = { "book": "Genesis",  "chapter": 5,  "verse": 17 }
```

###### Simple Request

```
# Make a request to the API
result = api.execute(query)

# Print the result
print(result)
```

###### Example Response

```
{
  "status": "ok",
  "error": null,
  "data": {
    "text": "But with thee will I establish my covenant; and thou shalt come into the ark, thou, and thy sons, and thy wife, and thy sons' wives with thee.",
    "book": "Genesis",
    "abbr": "gn",
    "chapter": 5,
    "verses": [
      17
    ],
    "version": "KJV"
  }
}
```

---

## Customer Support

Need any assistance? [Get in touch with Customer Support](https://apiverve.com/contact).

---

## Updates
Stay up to date by following [@apiverveHQ](https://twitter.com/apiverveHQ) on Twitter.

---

## Legal

All usage of the APIVerve website, API, and services is subject to the [APIVerve Terms of Service](https://apiverve.com/terms) and all legal documents and agreements.

---

## License
Licensed under the The MIT License (MIT)

Copyright (©) 2024 APIVerve, and Evlar LLC

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "apiverve-bible",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.12",
    "maintainer_email": null,
    "keywords": "bible, bible verse, bible api, bible tool, bible software",
    "author": null,
    "author_email": "APIVerve <hello@apiverve.com>",
    "download_url": "https://files.pythonhosted.org/packages/a7/aa/fd3a750e19948619e64ea82fd7c7bb7d8cd1581ab27f1c3d9edf0ce73d6e/apiverve_bible-1.0.11.tar.gz",
    "platform": null,
    "description": "Bible API\r\n============\r\n\r\nBible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.\r\n\r\n![Build Status](https://img.shields.io/badge/build-passing-green)\r\n![Code Climate](https://img.shields.io/badge/maintainability-B-purple)\r\n![Prod Ready](https://img.shields.io/badge/production-ready-blue)\r\n\r\nThis is a Python API Wrapper for the [Bible API](https://apiverve.com/marketplace/api/bible)\r\n\r\n---\r\n\r\n## Installation\r\n\tpip install apiverve-bible\r\n\r\n---\r\n\r\n## Configuration\r\n\r\nBefore using the bible API client, you have to setup your account and obtain your API Key.  \r\nYou can get it by signing up at [https://apiverve.com](https://apiverve.com)\r\n\r\n---\r\n\r\n## Usage\r\n\r\nThe Bible API documentation is found here: [https://docs.apiverve.com/api/bible](https://docs.apiverve.com/api/bible).  \r\nYou can find parameters, example responses, and status codes documented here.\r\n\r\n### Setup\r\n\r\n```\r\n# Import the client module\r\nfrom apiverve_bible.apiClient import BibleAPIClient\r\n\r\n# Initialize the client with your APIVerve API key\r\napi = BibleAPIClient(\"[YOUR_API_KEY]\")\r\n```\r\n\r\n---\r\n\r\n\r\n### Perform Request\r\nUsing the API client, you can perform requests to the API.\r\n\r\n###### Define Query\r\n\r\n```\r\nquery = { \"book\": \"Genesis\",  \"chapter\": 5,  \"verse\": 17 }\r\n```\r\n\r\n###### Simple Request\r\n\r\n```\r\n# Make a request to the API\r\nresult = api.execute(query)\r\n\r\n# Print the result\r\nprint(result)\r\n```\r\n\r\n###### Example Response\r\n\r\n```\r\n{\r\n  \"status\": \"ok\",\r\n  \"error\": null,\r\n  \"data\": {\r\n    \"text\": \"But with thee will I establish my covenant; and thou shalt come into the ark, thou, and thy sons, and thy wife, and thy sons' wives with thee.\",\r\n    \"book\": \"Genesis\",\r\n    \"abbr\": \"gn\",\r\n    \"chapter\": 5,\r\n    \"verses\": [\r\n      17\r\n    ],\r\n    \"version\": \"KJV\"\r\n  }\r\n}\r\n```\r\n\r\n---\r\n\r\n## Customer Support\r\n\r\nNeed any assistance? [Get in touch with Customer Support](https://apiverve.com/contact).\r\n\r\n---\r\n\r\n## Updates\r\nStay up to date by following [@apiverveHQ](https://twitter.com/apiverveHQ) on Twitter.\r\n\r\n---\r\n\r\n## Legal\r\n\r\nAll usage of the APIVerve website, API, and services is subject to the [APIVerve Terms of Service](https://apiverve.com/terms) and all legal documents and agreements.\r\n\r\n---\r\n\r\n## License\r\nLicensed under the The MIT License (MIT)\r\n\r\nCopyright (&copy;) 2024 APIVerve, and Evlar LLC\r\n\r\nPermission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:\r\n\r\nThe above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.\r\n\r\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.",
    "version": "1.0.11",
    "project_urls": {
        "Homepage": "https://apiverve.com"
    },
    "split_keywords": [
        "bible",
        " bible verse",
        " bible api",
        " bible tool",
        " bible software"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4133efb5133ccade46db62310bc4d49d145ca247a739e60c888e588200e96ff9",
                "md5": "6aa19f624608308a8b26e442cf39e0c2",
                "sha256": "bee6bd63cd5d7ce6f3593a209187ae27fcb70e695aaccf624f7ef5d71c8d1d30"
            },
            "downloads": -1,
            "filename": "apiverve_bible-1.0.11-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "6aa19f624608308a8b26e442cf39e0c2",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.12",
            "size": 6386,
            "upload_time": "2024-05-26T02:47:41",
            "upload_time_iso_8601": "2024-05-26T02:47:41.593247Z",
            "url": "https://files.pythonhosted.org/packages/41/33/efb5133ccade46db62310bc4d49d145ca247a739e60c888e588200e96ff9/apiverve_bible-1.0.11-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a7aafd3a750e19948619e64ea82fd7c7bb7d8cd1581ab27f1c3d9edf0ce73d6e",
                "md5": "abb3dadce539a881d25921b298d3f02a",
                "sha256": "27a3fa81c323d6e80bb65e32f67deee9fbd5466c76d0e1e634ed01016bae7042"
            },
            "downloads": -1,
            "filename": "apiverve_bible-1.0.11.tar.gz",
            "has_sig": false,
            "md5_digest": "abb3dadce539a881d25921b298d3f02a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.12",
            "size": 6686,
            "upload_time": "2024-05-26T02:47:43",
            "upload_time_iso_8601": "2024-05-26T02:47:43.354922Z",
            "url": "https://files.pythonhosted.org/packages/a7/aa/fd3a750e19948619e64ea82fd7c7bb7d8cd1581ab27f1c3d9edf0ce73d6e/apiverve_bible-1.0.11.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-26 02:47:43",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "apiverve-bible"
}
        
Elapsed time: 0.38403s