Metadata-Version: 2.4
Name: rcsb.utils.targets
Version: 0.91
Summary: RCSB Python Wrapper Module for Target Utilities
Project-URL: Homepage, https://github.com/rcsb/py-rcsb_utils_targets
Author-email: John Westbrook <john.westbrook@rcsb.org>
Maintainer-email: Dennis Piehl <dennis.piehl@rcsb.org>
License-Expression: Apache-2.0
License-File: LICENSE
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.9
Requires-Dist: chembl-webresource-client>=0.10.2
Requires-Dist: rcsb-db>=1.809
Requires-Dist: rcsb-utils-chemref>=0.93
Requires-Dist: rcsb-utils-config>=0.40
Requires-Dist: rcsb-utils-io>=1.51
Requires-Dist: rcsb-utils-multiproc>=0.20
Requires-Dist: rcsb-utils-seq>=0.82
Requires-Dist: rcsb-utils-taxonomy>=0.43
Provides-Extra: tests
Requires-Dist: black>=21.5b1; extra == 'tests'
Requires-Dist: check-manifest; extra == 'tests'
Requires-Dist: coverage; extra == 'tests'
Requires-Dist: flake8; extra == 'tests'
Requires-Dist: pylint; extra == 'tests'
Requires-Dist: tox; extra == 'tests'
Description-Content-Type: text/markdown

# RCSB Python Target Data Management Utilities

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

## Introduction

This module contains methods for target data management.

### Installation

Download the library source software from the project repository:

```bash

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

```

Optionally, run test suite (Python versions 3.9) using
[tox](http://tox.readthedocs.io/en/latest/example/platform.html):

```bash
tox
```

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

```bash
pip install rcsb.utils.targets

or for the local repository:

pip install .
```
