rcsb.utils.multiproc

RCSB Python Multiprocessing Utility Classes


License
Apache-2.0
Install
pip install rcsb.utils.multiproc==0.19

Documentation

RCSB Python Multiprocessing Utility Classes

Build Status

Introduction

This module contains a collection of utility classes for multiprocessing operations.

Installation

Download the library source software from the project repository:

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 or tox:

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.utils.multiproc

or in the local repository:

pip install .