Metadata-Version: 2.4
Name: wwpdb.utils.seqdb-v2
Version: 0.13
Summary: wwPDB Sequence search utilities
Project-URL: Homepage, https://github.com/rcsb/py-wwpdb_utils_seqdb_v2
Author-email: Ezra Peisach <ezra.peisach@rcsb.org>
License-Expression: Apache-2.0
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.6
Requires-Dist: mmcif
Requires-Dist: mmcif-utils
Requires-Dist: requests
Requires-Dist: wwpdb-utils-config>=0.33
Description-Content-Type: text/markdown

# OneDep Sequence Search/Retrieval Library

Master: [![Build Status](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_apis/build/status/wwPDB.py-wwpdb_utils_seqdb_v2?branchName=master)](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_build/latest?definitionId=10&branchName=master)

Develop: [![Build Status](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_apis/build/status/wwPDB.py-wwpdb_utils_seqdb_v2?branchName=develop)](https://dev.azure.com/wwPDB/wwPDB%20Python%20Projects/_build/latest?definitionId=10&branchName=develop)

## Introduction

This repository povides the tools and access to remote sequence search and retrieval.

### Installation

Download the library source software from the project repository:

```bash

git clone --recurse-submodules https://github.com/wwpdb/py-wwpdb_utils_seqdb_v2.git

```

Optionally, run test suite using the Tox test runner

```bash
python setup.py test

or simply run

tox

If the environment variable MOCKREQUESTS is set, the tests will not contact any remote servers.


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

```bash
pip install wwpdb.utils.seqdb_v2

or from the local repository:

pip install .
```


