# RCSB Python Enzyme Classification Data Utilities
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=3&branchName=master)
## Introduction
Python utility classes for accessing Enzyme Commission classification data
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_ec.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.ec
or for the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_ec",
"name": "rcsb.utils.ec",
"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/30/72/41e5b75b3c0e085a01e4dd0d7349aa67a868d08717fdf673e0c05c9c1fbd/rcsb_utils_ec-0.26.tar.gz",
"platform": null,
"description": "# RCSB Python Enzyme Classification Data Utilities\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=3&branchName=master)\n\n## Introduction\n\nPython utility classes for accessing Enzyme Commission classification 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_ec.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.ec\n\nor for the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python utility classes for processing EC classification data",
"version": "0.26",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_ec"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "307241e5b75b3c0e085a01e4dd0d7349aa67a868d08717fdf673e0c05c9c1fbd",
"md5": "e97a6ea7704e912d488fb28a5294a7d8",
"sha256": "e89e174943f7f7fa3017920cbe4189a0a7773d717bbba3ba29ca723b587b51b8"
},
"downloads": -1,
"filename": "rcsb_utils_ec-0.26.tar.gz",
"has_sig": false,
"md5_digest": "e97a6ea7704e912d488fb28a5294a7d8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 12942,
"upload_time": "2024-12-10T00:05:10",
"upload_time_iso_8601": "2024-12-10T00:05:10.886958Z",
"url": "https://files.pythonhosted.org/packages/30/72/41e5b75b3c0e085a01e4dd0d7349aa67a868d08717fdf673e0c05c9c1fbd/rcsb_utils_ec-0.26.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:05:10",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_ec",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "rcsb.utils.io",
"specs": [
[
">=",
"1.15"
]
]
},
{
"name": "beautifulsoup4",
"specs": []
},
{
"name": "lxml",
"specs": []
}
],
"tox": true,
"lcname": "rcsb.utils.ec"
}