Metadata-Version: 2.4
Name: Fastools
Version: 1.1.6
Summary: FASTA/FASTQ analysis and manipulation toolkit.
Project-URL: homepage, https://git.lumc.nl/j.f.j.laros/fastools
Author-email: "Jeroen F.J. Laros" <jlaros@fixedpoint.nl>
License-Expression: MIT
License-File: LICENSE.md
Keywords: FASTA,FASTQ,bioinformatics
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Scientific/Engineering
Requires-Dist: biopython
Requires-Dist: python-levenshtein
Requires-Dist: regex
Description-Content-Type: text/x-rst

Fastools
========

.. image:: https://img.shields.io/github/last-commit/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools/graphs/commit-activity
.. image:: https://github.com/jfjlaros/fastools/actions/workflows/python-package.yml/badge.svg
   :target: https://github.com/jfjlaros/fastools/actions/workflows/python-package.yml
.. image:: https://readthedocs.org/projects/fastools/badge/?version=latest
   :target: https://fastools.readthedocs.io/en/latest
.. image:: https://img.shields.io/github/release-date/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools/releases
.. image:: https://img.shields.io/github/release/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools/releases
.. image:: https://img.shields.io/pypi/v/fastools.svg
   :target: https://pypi.org/project/fastools/
.. image:: https://img.shields.io/github/languages/code-size/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools
.. image:: https://img.shields.io/github/languages/count/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools
.. image:: https://img.shields.io/github/languages/top/jfjlaros/fastools.svg
   :target: https://github.com/jfjlaros/fastools
.. image:: https://img.shields.io/github/license/jfjlaros/fastools.svg
   :target: https://raw.githubusercontent.com/jfjlaros/fastools/master/LICENSE.md

----

This package provides various tools for the analysis and manipulation of FASTA
and FASTQ files.

Please see ReadTheDocs_ for the latest documentation.


.. _ReadTheDocs: https://fastools.readthedocs.io/en/latest/index.html
