# Overview
Python wrapper for the [Database of Religious History (DRH)](https://religiondatabase.org/) providing programmatic access to DRH data.
# Install
To install `drhwrapper` you need a python installation on your system, running python >= 3.8. Run
```bash
pip install drhwrapper
```
# Python API
Using `drhwrapper`, DRH data can be accessesd programmatically from within python.
All functionality is mediated through an instance of drhwrapper.DRHwrapper, e.g.
```python
>>> from drhwrapper import DRHwrapper
>>> drh = DRHwrapper()
```
# Getting started
To run the demos, you will first need to install the `drhwrapper` package from PyPI. It is good practice to use a virtual environment to keep depencies tidy and separate from other projects
```bash
# create virtual environment
python -m venv env
# activate virtual environment
# Windows
env\Scripts\activate
# macOS, Linux
source env/bin/activate
# install drhwrapper
pip install drhwrapper
```
Raw data
{
"_id": null,
"home_page": "https://github.com/religionhistory/drhwrapper",
"name": "drhwrapper",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": null,
"keywords": "religion, history, api, wrapper",
"author": "Victor M\u00f8ller Poulsen",
"author_email": "victormoeller@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/c7/cb/1d06314c5594c7f09f27280c13f093b2c4c94b6cb435a85272476ae3e15d/drhwrapper-0.1.1.tar.gz",
"platform": null,
"description": "# Overview\nPython wrapper for the [Database of Religious History (DRH)](https://religiondatabase.org/) providing programmatic access to DRH data. \n\n# Install \nTo install `drhwrapper` you need a python installation on your system, running python >= 3.8. Run \n\n```bash\npip install drhwrapper\n```\n\n# Python API\nUsing `drhwrapper`, DRH data can be accessesd programmatically from within python.\nAll functionality is mediated through an instance of drhwrapper.DRHwrapper, e.g.\n\n```python\n>>> from drhwrapper import DRHwrapper\n>>> drh = DRHwrapper()\n```\n\n# Getting started \nTo run the demos, you will first need to install the `drhwrapper` package from PyPI. It is good practice to use a virtual environment to keep depencies tidy and separate from other projects\n\n```bash\n# create virtual environment\npython -m venv env \n\n# activate virtual environment\n# Windows\nenv\\Scripts\\activate\n# macOS, Linux\nsource env/bin/activate\n\n# install drhwrapper\npip install drhwrapper \n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "A Python wrapper for the Database of Religious History API",
"version": "0.1.1",
"project_urls": {
"Bug Tracker": "https://github.com/religionhistory/drhwrapper/issues",
"Demos": "https://github.com/religionhistory/drhwrapper/tree/main/demo",
"Documentation": "https://github.com/religionhistory/drhwrapper#readme",
"Homepage": "https://github.com/religionhistory/drhwrapper",
"Source Code": "https://github.com/religionhistory/drhwrapper"
},
"split_keywords": [
"religion",
" history",
" api",
" wrapper"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "6785ba7f26f40f598287805a7fba066de9bc819c357709dd952833315462ba35",
"md5": "a557ed7a8dae56243c2f2628a2de86dd",
"sha256": "84ae0ef468b8cb68c44d64ace14447a89cc17f610e7b11c59b15a5297e4c5cb0"
},
"downloads": -1,
"filename": "drhwrapper-0.1.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "a557ed7a8dae56243c2f2628a2de86dd",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 12723,
"upload_time": "2024-08-28T11:36:53",
"upload_time_iso_8601": "2024-08-28T11:36:53.343544Z",
"url": "https://files.pythonhosted.org/packages/67/85/ba7f26f40f598287805a7fba066de9bc819c357709dd952833315462ba35/drhwrapper-0.1.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c7cb1d06314c5594c7f09f27280c13f093b2c4c94b6cb435a85272476ae3e15d",
"md5": "2a326cd2ab9037cf032a16eb227c5060",
"sha256": "ecb07303f7b24613fb32f34496006d647aad394e420fc4a9b26f74ff035bfd4a"
},
"downloads": -1,
"filename": "drhwrapper-0.1.1.tar.gz",
"has_sig": false,
"md5_digest": "2a326cd2ab9037cf032a16eb227c5060",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 14534,
"upload_time": "2024-08-28T11:36:55",
"upload_time_iso_8601": "2024-08-28T11:36:55.291467Z",
"url": "https://files.pythonhosted.org/packages/c7/cb/1d06314c5594c7f09f27280c13f093b2c4c94b6cb435a85272476ae3e15d/drhwrapper-0.1.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-08-28 11:36:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "religionhistory",
"github_project": "drhwrapper",
"github_not_found": true,
"lcname": "drhwrapper"
}