Metadata-Version: 2.1
Name: protools4py
Version: 1.3.1
Summary: A simple python package for protein process
Author-email: "Zhang.H.N" <zhang.h.n@foxmail.com>
License: MIT
Project-URL: Homepage, https://github.com/GCS-ZHN/protools
Project-URL: Bug Tracker, https://github.com/GCS-ZHN/protools/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: biopython>=1.80
Requires-Dist: pandas
Requires-Dist: tqdm
Requires-Dist: scipy
Requires-Dist: dnachisel
Requires-Dist: antpack<0.3.9,>=0.3.8
Requires-Dist: requests
Requires-Dist: seaborn

# protools
Personal protein processing tool collections.

## Installment

Necessary requirement is listed in [requirements.txt](./requirements.txt).
Optional requirement is listed below:
```bash
conda install -c schrodinger pymol
conda install -c bioconda abnumber
```
Also, pypi release will be updated every github release, just install it by `pip`:
```bash
pip install protools4py
```
