Metadata-Version: 2.4
Name: screed
Version: 1.2.0
Summary: a Python library for loading FASTA and FASTQ sequences
Author: Alex Nolley, C. Titus Brown
Maintainer-email: "C. Titus Brown" <titus@idyll.org>, Luiz Irber <luiz@sourmash.bio>
License-Expression: BSD-3-Clause
Project-URL: Homepage, https://github.com/dib-lab/screed
Project-URL: Documentation, https://screed.readthedocs.io/
Project-URL: Source, https://github.com/dib-lab/screed
Project-URL: Tracker, https://github.com/dib-lab/screed/issues
Project-URL: CI, https://github.com/dib-lab/screed/actions
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.11
Description-Content-Type: text/markdown
License-File: doc/LICENSE.rst
Provides-Extra: test
Requires-Dist: pycodestyle; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pytest>=6.2.2; extra == "test"
Provides-Extra: all
Requires-Dist: screed[test]; extra == "all"
Dynamic: license-file

# screed -- short read sequence utils in Python.

[![Documentation](https://readthedocs.org/projects/screed/badge/?version=latest)](http://screed.readthedocs.io/en/latest/)
<a href="https://pypi.org/project/screed/"><img alt="PyPI" src="https://badge.fury.io/py/screed.svg"></a>
<a href="https://github.com/dib-lab/screed/blob/latest/doc/LICENSE.rst"><img alt="License: 3-Clause BSD" src="https://img.shields.io/badge/License-BSD%203--Clause-blue.svg"></a>
![Python tests](https://github.com/dib-lab/screed/workflows/Python%20tests/badge.svg)
[![Debian Stable Badge](https://badges.debian.net/badges/debian/stable/python3-screed/version.svg)](https://packages.debian.org/stable/python3-screed)
[![Debian Testing Badge](https://badges.debian.net/badges/debian/testing/python3-screed/version.svg)](https://packages.debian.org/testing/python3-screed)

The official repository for screed is:

   https://github.com/dib-lab/screed

See http://readthedocs.org/docs/screed/en/latest/ for docs.

Issues are tracked at https://github.com/dib-lab/khmer/issues.
