Skip to content

rcsb/py-rcsb_app_chem

Repository files navigation

RCSB Python Chemical Search Service

Build Status

Introduction

This module contains application interface to RCSB chemical search services.

Installation

Download the library source software from the project repository:

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

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

python setup.py test

or simply run

tox

Installation is via the program pip.

pip install rcsb.app.chem

or for the local repository:

pip install .