# RCSB Python Multiprocessing Utility Classes
[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=7&branchName=master)
## Introduction
This module contains a collection of utility classes for multiprocessing operations.
### Installation
Download the library source software from the project repository:
```bash
git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_multiproc.git
```
Optionally, run test suite (Python versions 2.7, 3.6, 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.multiproc
or in the local repository:
pip install .
```
Raw data
{
"_id": null,
"home_page": "https://github.com/rcsb/py-rcsb_utils_multiproc",
"name": "rcsb.utils.multiproc",
"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/74/91/ea1d94fecb2f016f4fdf62f1113ef338d857059fef59db9e3459a483e994/rcsb_utils_multiproc-0.21.tar.gz",
"platform": null,
"description": "# RCSB Python Multiprocessing Utility Classes\n\n[](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=7&branchName=master)\n\n## Introduction\n\nThis module contains a collection of utility classes for multiprocessing operations.\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_multiproc.git\n\n```\n\nOptionally, run test suite (Python versions 2.7, 3.6, 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.multiproc\n\nor in the local repository:\n\npip install .\n```\n",
"bugtrack_url": null,
"license": "Apache 2.0",
"summary": "RCSB Python Multiprocessing Utility Classes",
"version": "0.21",
"project_urls": {
"Homepage": "https://github.com/rcsb/py-rcsb_utils_multiproc"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cee4cf7dd8fb090eb3bb806b2656533cd6050f1dfcecf48a4e0b4f12fe3d1567",
"md5": "193008cccc8510adc75753b868b9936f",
"sha256": "ff518f12a3d1e2790d9e476e36d7f78f5230de7f8e0f701437a92ea081527fa1"
},
"downloads": -1,
"filename": "rcsb.utils.multiproc-0.21-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "193008cccc8510adc75753b868b9936f",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": null,
"size": 10775,
"upload_time": "2024-12-10T00:06:25",
"upload_time_iso_8601": "2024-12-10T00:06:25.676965Z",
"url": "https://files.pythonhosted.org/packages/ce/e4/cf7dd8fb090eb3bb806b2656533cd6050f1dfcecf48a4e0b4f12fe3d1567/rcsb.utils.multiproc-0.21-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "7491ea1d94fecb2f016f4fdf62f1113ef338d857059fef59db9e3459a483e994",
"md5": "53c88d213590f3b545cdaf6983deac34",
"sha256": "7c7cdb5812192f2f3d7de85efd26ab5db5b3a8df8c024dfa59eeed43e2cf3bc6"
},
"downloads": -1,
"filename": "rcsb_utils_multiproc-0.21.tar.gz",
"has_sig": false,
"md5_digest": "53c88d213590f3b545cdaf6983deac34",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 10014,
"upload_time": "2024-12-10T00:06:04",
"upload_time_iso_8601": "2024-12-10T00:06:04.634494Z",
"url": "https://files.pythonhosted.org/packages/74/91/ea1d94fecb2f016f4fdf62f1113ef338d857059fef59db9e3459a483e994/rcsb_utils_multiproc-0.21.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-10 00:06:04",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "rcsb",
"github_project": "py-rcsb_utils_multiproc",
"travis_ci": false,
"coveralls": true,
"github_actions": false,
"requirements": [
{
"name": "future",
"specs": []
},
{
"name": "multiprocess",
"specs": [
[
">=",
"0.70.10"
]
]
}
],
"tox": true,
"lcname": "rcsb.utils.multiproc"
}