Metadata-Version: 2.4
Name: wwpdb.utils.wf
Version: 1.0
Summary: OneDep WF status DB access utilities
Project-URL: Homepage, https://github.com/wwpdb/py-wwpdb_utils_wf
Author-email: Ezra Peisach <ezra.peisach@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.7
Requires-Python: >=3.7
Requires-Dist: mmcif
Requires-Dist: mmcif-utils
Requires-Dist: mysqlclient
Requires-Dist: wwpdb-io
Requires-Dist: wwpdb-utils-config>=0.42
Requires-Dist: wwpdb-utils-dp~=0.52
Requires-Dist: wwpdb-utils-session
Description-Content-Type: text/markdown

# py-www_utils_wf
OneDep WF status DB access utilities

### Installation

Download the library source software from the project repository:

```bash

git clone --recurse-submodules https://github.com/wwpdb/py-wwpdb_utils_wf.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
```
