Metadata-Version: 2.1
Name: biosequtils
Version: 1.0.1
Summary: Provide methods on hand for bioinformatics coding work
Author-email: Tiezheng Yuan <tiezhengyuan@hotmail.com>
Project-URL: Homepage, https://github.com/Tiezhengyuan/bio_utils
Project-URL: Issues, https://github.com/Tiezhengyuan/bio_utils/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# bio_utils
Define some methods and functions for bioinformatics data processing.

## introduction
Goals:
- Speed-up bioinformatics development
- Improve quality and reusability of python coding

## installation

The quick installation is pip installation.
```
pip install biosequtils
```

## development

Run unit testing
```
pytest tests
```
