Metadata-Version: 2.4
Name: rcsb.app.chem
Version: 0.42
Summary: RCSB Chemical Search Service
Home-page: https://github.com/rcsb/py-rcsb_app_chem
Author: John Westbrook
Author-email: john.westbrook@rcsb.org
License: Apache 2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: OpenEye-toolkits>=2022.2.2
Requires-Dist: fastapi==0.68.0
Requires-Dist: gunicorn==20.0.4
Requires-Dist: rcsb.utils.io>=1.17
Requires-Dist: rcsb.utils.chem>=0.73
Requires-Dist: requests<3.0.0,>=2.24.0
Requires-Dist: aiofiles<0.6.0,>=0.5.0
Requires-Dist: jinja2<3.0.0,>=2.11.2
Requires-Dist: uvicorn[standard]<0.14.0,>=0.12.0
Requires-Dist: async_exit_stack<2.0.0,>=1.0.1
Requires-Dist: async_generator<2.0.0,>=1.10
Provides-Extra: dev
Requires-Dist: check-manifest; extra == "dev"
Provides-Extra: test
Requires-Dist: coverage; extra == "test"
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: summary

# RCSB Python Chemical Search Service

[![Build Status](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_apis/build/status/rcsb.py-rcsb_app_chem?branchName=master)](https://dev.azure.com/rcsb/RCSB%20PDB%20Python%20Projects/_build/latest?definitionId=22&branchName=master)

## Introduction

This module contains application interface to RCSB chemical search services.

### Installation

Download the library source software from the project repository:

```bash

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

```

Optionally, run test suite (Python 3.8) using
[setuptools](https://setuptools.readthedocs.io/en/latest/) or
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):

```bash
python setup.py test

or simply run

tox
```

Installation is via the program [pip](https://pypi.python.org/pypi/pip).

```bash
pip install rcsb.app.chem

or for the local repository:

pip install .
```
