Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 1008 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 1008 Bytes

RCSB Python Citation Data Utility Classes

Build Status

Introduction

This module containsA collection of Python utility classes for managing PDB citation data.

Installation

Download the library source software from the project repository:

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

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

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.utils.citation

or install the local repository using:

pip install -e .