Metadata-Version: 2.4
Name: wwpdb.io
Version: 1.1
Summary: wwPDB Python Configuration Parsing
Project-URL: Homepage, https://github.com/rcsb/py-wwpdb_io
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.6
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=3.6
Requires-Dist: click
Requires-Dist: mmcif-utils
Requires-Dist: mmcif>=0.3
Requires-Dist: paramiko
Requires-Dist: wwpdb-utils-config~=0.40
Description-Content-Type: text/markdown

# OneDep I/O Untility Library

[![Build Status](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_apis/build/status/wwPDB.py-wwpdb_io?branchName=master)](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_build/latest?definitionId=4&branchName=master)


## Introduction
Utilities for supporting I/O operations from OneDep

### Installation

Download the library source software from the project repository:

```bash

git clone --recurse-submodules https://github.com/wwPDB/py-wwpdb_io.git

```

Optionally, run test suite using the Tox test runner

```bash
python setup.py test

or simply run

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

```bash
pip install wwpdb.io

or from the local repository:

pip install .
```
