# RCSB Python PDB Validation Data Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=4&branchName=master)
## Introduction
Python utility classes for calculating and accessing PDB validation data.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_validation.git
```
Optionally, run test suite (Python versions 2.7, and 3.7) 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.validation
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_validation",
"name": "rcsb.utils.validation",
"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/69/14/b95abdf2d42cc858892648394a8cc3d4b398fba5832124381a1fefd0f701/rcsb_utils_validation-0.33.tar.gz",
"platform": null,
"description": "# RCSB Python PDB Validation Data Utilities\n\n [](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=4&branchName=master)\n\n## Introduction\n\nPython utility classes for calculating and accessing PDB validation 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_validation.git\n\n```\n\nOptionally, run test suite (Python versions 2.7, and 3.7) 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.validation\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Validation Data Utility Classes",
"version": "0.33",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_validation"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e75dd9e41115d084e66d2f2adcafed658646d0feb6ebddcf9efa90e7bb7af71b",
"md5": "17e0d63e7e21b95ec5415c3c989b5dee",
"sha256": "fab9fb374b7278e6bf151abdf00bd3109181c290a2e34141ca79a81848022114"
},
"downloads": -1,
"filename": "rcsb.utils.validation-0.33-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "17e0d63e7e21b95ec5415c3c989b5dee",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 24654,
"upload_time": "2024-12-10T00:07:14",
"upload_time_iso_8601": "2024-12-10T00:07:14.485599Z",
"url": "https://files.pythonhosted.org/packages/e7/5d/d9e41115d084e66d2f2adcafed658646d0feb6ebddcf9efa90e7bb7af71b/rcsb.utils.validation-0.33-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6914b95abdf2d42cc858892648394a8cc3d4b398fba5832124381a1fefd0f701",
"md5": "c181a6a12481969c982ce09b87d45b88",
"sha256": "0da47068bc8e900fc1f713b2f0adf53bd8d7974f89eb8e16591fb3e32404e617"
},
"downloads": -1,
"filename": "rcsb_utils_validation-0.33.tar.gz",
"has_sig": false,
"md5_digest": "c181a6a12481969c982ce09b87d45b88",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 23836,
"upload_time": "2024-12-10T00:06:56",
"upload_time_iso_8601": "2024-12-10T00:06:56.116964Z",
"url": "https://files.pythonhosted.org/packages/69/14/b95abdf2d42cc858892648394a8cc3d4b398fba5832124381a1fefd0f701/rcsb_utils_validation-0.33.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:06:56",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_validation",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "future",
"specs": [
[
">=",
"0.17.1"
]
]
},
{
"name": "mmcif",
"specs": [
[
">=",
"0.73"
]
]
},
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.31"
]
]
},
{
"name": "ruamel.yaml",
"specs": []
},
{
"name": "six",
"specs": [
[
">=",
"1.12.0"
]
]
},
{
"name": "rcsb.utils.config",
"specs": [
[
">=",
"0.35"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.validation"
}