Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 985 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 985 Bytes

RCSB Python PDB Validation Data Utilities

Build Status

Introduction

Python utility classes for calculating and accessing PDB validation data.

Installation

Download the library source software from the project repository:

git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_validation.git

Optionally, run test suite (Python versions 2.7, 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.validation

or for the local repository:

pip install .