Metadata-Version: 2.4
Name: wwpdb.utils.dp
Version: 0.59.3
Summary: API for Common Data Processing Operations
Project-URL: Homepage, https://github.com/wwpdb/py-wwpdb_utils_dp
Author-email: John Westbrook <john.westbrook@rcsb.org>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: gemmi>=0.4
Requires-Dist: mmcif>=0.18
Requires-Dist: wwpdb-io
Requires-Dist: wwpdb-utils-config>=0.34
Description-Content-Type: text/markdown

## API for Common Data Processing Operations


### Installation

Installation is via the program [pip](https://pypi.python.org/pypi/pip).

```bash
pip install wwpdb_utils_dp

```

