/py-rcsb_utils_struct

Primary LanguagePythonApache License 2.0Apache-2.0

RCSB Python Primary Structure Data Utilities

Build Status

Introduction

Python utility classes for accessing PDB primary structure data and features associated with these data.

Installation

Download the library source software from the project repository:

git clone --recurse-submodules https://github.com/rcsb/py-rcsb_utils_struct.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.struct

or for the local repository:

pip install .