Metadata-Version: 2.1
Name: infoml
Version: 0.2.0
Summary: Python package for bioinformatics analysis and machine learning.
License: MIT
Author: Tony Kabilan Okeke
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: biopython (>=1.80,<2.0)
Requires-Dist: geoparse (>=2.0.3,<3.0.0)
Requires-Dist: numpy (>=1.24.1,<2.0.0)
Requires-Dist: pandas (>=1.5.2,<2.0.0)
Requires-Dist: requests (>=2.28.1,<3.0.0)
Requires-Dist: rich (>=13.0.0,<14.0.0)
Requires-Dist: scikit-learn (>=1.2.0,<2.0.0)
Requires-Dist: scipy (>=1.9.3,<2.0.0)
Requires-Dist: seaborn (>=0.12.2,<0.13.0)
Requires-Dist: tqdm (>=4.64.1,<5.0.0)
Description-Content-Type: text/markdown

<h1 align="center">infoml</h1>

<p align="center">
<a href="https://github.com/psf/black/blob/main/LICENSE">
    <img alt="License: MIT" src="https://img.shields.io/github/license/Kabilan108/infoml">
</a>
<a href="https://github.com/psf/black">
    <img alt="Code style: black" src="https://img.shields.io/badge/code%20style-black-000000.svg">
</a>
<a href="https://codecov.io/gh/Kabilan108/infoml" >
    <img src="https://codecov.io/gh/Kabilan108/infoml/branch/main/graph/badge.svg?token=38Y14PAAQQ"/>
</a>
<a href="https://github.com/Kabilan108/infoml/actions/workflows/CI-CD.yml">
<img alt="Test Status" src="https://github.com/Kabilan108/infoml/actions/workflows/CI-CD.yml/badge.svg?branch=main">
</a>
</p>

Python package for bioinformatics analysis and machine learning.

## Installation

```bash
pip install infoml
```

## Usage

- TODO

## Contributing

Interested in contributing? Check out the contributing guidelines. Please note
that this project is released with a Code of Conduct. By contributing to this
project, you agree to abide by its terms.

## License

`infoml` was created by Tony Kabilan Okeke. It is licensed under the terms of
the MIT license.

## Credits

`infoml` was created with [`cookiecutter`](https://cookiecutter.readthedocs.io/en/latest/)
and the `py-pkgs-cookiecutter` [template](https://github.com/py-pkgs/py-pkgs-cookiecutter).

