Metadata-Version: 2.1
Name: bfx
Version: 0.1.0
Summary: A suite for bioinformatics tools with little to no dependencies.
Home-page: https://github.com/not-a-feature/bfx
Author: Jules Kreuer
Author-email: contact@juleskreuer.eu
License: GPL-3.0-or-later
Project-URL: Documentation, https://bfx.readthedocs.io
Project-URL: Source, https://github.com/not-a-feature/bfx
Project-URL: Changelog, https://pyscaffold.org/en/latest/changelog.html
Project-URL: Tracker, https://github.com/pyscaffold/pyscaffold/issues
Project-URL: Download, https://pypi.org/project/bfx/#files
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.8
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
License-File: LICENSE.txt
Requires-Dist: importlib-metadata ; python_version < "3.8"
Provides-Extra: testing
Requires-Dist: setuptools ; extra == 'testing'
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'


[![ReadTheDocs](https://readthedocs.org/projects/bfx/badge/?version=latest)](https://bfx.readthedocs.io/en/stable/)
[![PyPI-Server](https://img.shields.io/pypi/v/bfx.svg)](https://pypi.org/project/bfx/)
[![Monthly Downloads](https://pepy.tech/badge/bfx/month)](https://pepy.tech/project/bfx)


# bfx

![logo](https://github.com/not-a-feature/bfx/raw/main/logo.png)

> A suite for bioinformatics tools with little to no dependencies.

This WIP module offers several usefull bioinformatics tool for projects
that can't rely on large dependencies like BioPython or others.

This lightweight bioinformatics module is ideal for projects with limited dependencies. It includes fasta/fastq readers (supporting compressed files), BLOSUM matrices, and population genetics tools – with more features on the way!

<!-- pyscaffold-notes -->

## Note

This project has been set up using PyScaffold 4.5. For details and usage
information on PyScaffold see https://pyscaffold.org/.
