Metadata-Version: 2.5
Name: mmcif.utils
Version: 1.0.0.dev1
Summary: mmCIF Utility Classes
Project-URL: Homepage, http://mmcif.wwpdb.org
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.7
Requires-Python: >=3.7
Requires-Dist: future
Requires-Dist: mmcif>=0.76
Requires-Dist: typing-extensions
Description-Content-Type: text/markdown

## mmCIF Utility Classes

### Introduction

This module contains a collection of utility classes used by the Protein Data Bank
to manage structure and chemical reference definition mmCIF data objects.

### Installation

Download the library source software from the project repository:

```bash

git clone  https://github.com/rcsb/py-mmcif_utils.git

```

Optionally, run test suite (Python versions 2.7 or 3.7) using:

```bash
python setup.py test
```

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

```bash
pip install -e .
```

