/py-rcsb_utils_targets

RCSB module containing methods for target data management

Primary LanguagePythonApache License 2.0Apache-2.0

RCSB Python Target Data Management Utilities

Build Status

Introduction

This module contains methods for target data management.

Installation

Download the library source software from the project repository:

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

Optionally, run test suite (Python versions 3.9) using setuptools or tox:

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.utils.targets

or for the local repository:

pip install .