Metadata-Version: 2.1
Name: protein-design-tools
Version: 0.1.5
Summary: A library of tools for protein design.
Home-page: https://github.com/drewschaub/protein-design-tools
Author: Andrew Schaub
Author-email: andrew.schaub@protonmail.com
License:  MIT License
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: numpy

![Banner](assets/banner.png)

<br>
<br>

A library of tools for protein design.

## Installation

Describe how to install your package. For example:

```bash
pip install protein-design-tools
```

## Usage
Provide some examples of how to use your package. For example:

### Calculate the radius of gyration of a protein structure's backbone

```python
protein_structure = ProteinStructure()
protein_structure.read_pdb("your.pdb")
radgyr = get_radgy(protein_structure, atom_type="backbone")

```

## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

## License
Include information about the license. For example:

MIT
