# RCSB Python Citation Data Utility Classes
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=10&branchName=master)
## Introduction
This module containsA collection of Python utility classes for managing PDB citation data.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_citation.git
```
Optionally, run test suite (Python versions 2.7 and 3.9) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):
```bash
python setup.py test
or simply run
tox
```
Installation is via the program [pip](https://pypi.python.org/pypi/pip).
```bash
pip install rcsb.utils.citation
or install the local repository using:
pip install -e .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_citation",
"name": "rcsb.utils.citation",
"maintainer": null,
"docs_url": null,
"requires_python": null,
"maintainer_email": null,
"keywords": null,
"author": "John Westbrook",
"author_email": "john.westbrook@rcsb.org",
"download_url": "https://files.pythonhosted.org/packages/7f/42/e270f4172c9b4ced2926196d4880b05665b578e8044886dc204e57982cf0/rcsb_utils_citation-0.23.tar.gz",
"platform": null,
"description": "# RCSB Python Citation Data Utility Classes\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=10&branchName=master)\n\n## Introduction\n\nThis module containsA collection of Python utility classes for managing PDB citation data.\n\n### Installation\n\nDownload the library source software from the project repository:\n\n```bash\n\ngit clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_citation.git\n\n```\n\nOptionally, run test suite (Python versions 2.7 and 3.9) using\n[setuptools](https://setuptools.readthedocs.io/en/latest/) or\n[tox](http://tox.readthedocs.io/en/latest/example/platform.html):\n\n```bash\npython setup.py test\n\nor simply run\n\ntox\n```\n\nInstallation is via the program [pip](https://pypi.python.org/pypi/pip).\n\n```bash\npip install rcsb.utils.citation\n\nor install the local repository using:\n\npip install -e .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python utility classes to manage PDB citation data",
"version": "0.23",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_citation"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "518b4d45bc189336de302af694c373d101a3a93e0e4338b58612bea220d1846f",
"md5": "2f6b9479f19bf5c8c8179dbdcb5054e7",
"sha256": "e817e5ac88aeca26ec3e59a0cad92b8890429dfd78cd3be0bda0305ae2ce53ac"
},
"downloads": -1,
"filename": "rcsb.utils.citation-0.23-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "2f6b9479f19bf5c8c8179dbdcb5054e7",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 18771,
"upload_time": "2024-07-01T19:04:23",
"upload_time_iso_8601": "2024-07-01T19:04:23.285249Z",
"url": "https://files.pythonhosted.org/packages/51/8b/4d45bc189336de302af694c373d101a3a93e0e4338b58612bea220d1846f/rcsb.utils.citation-0.23-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7f42e270f4172c9b4ced2926196d4880b05665b578e8044886dc204e57982cf0",
"md5": "985494dc3dac481b0a5e9b743974efbe",
"sha256": "1250f250a98a852c5a8292711cabae26b354a99d9366545b463c4a030526ee63"
},
"downloads": -1,
"filename": "rcsb_utils_citation-0.23.tar.gz",
"has_sig": false,
"md5_digest": "985494dc3dac481b0a5e9b743974efbe",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 18509,
"upload_time": "2024-07-01T19:03:53",
"upload_time_iso_8601": "2024-07-01T19:03:53.118422Z",
"url": "https://files.pythonhosted.org/packages/7f/42/e270f4172c9b4ced2926196d4880b05665b578e8044886dc204e57982cf0/rcsb_utils_citation-0.23.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-07-01 19:03:53",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_citation",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.15"
]
]
},
{
"name": "nltk",
"specs": [
[
">=",
"3.2.5"
]
]
},
{
"name": "regex",
"specs": [
[
"<",
"2022.3.2"
],
[
">=",
"2019.11.1"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.citation"
}