Metadata-Version: 2.1
Name: screed
Version: 1.0.5
Summary: a Python library for loading FASTA and FASTQ sequences
Home-page: https://github.com/dib-lab/screed
Author: Alex Nolley, C. Titus Brown
Author-email: ctbrown@ucdavis.edu,
License: BSD 3-clause
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
Description: # 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)
        
        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.
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Environment :: MacOS X
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8
Provides-Extra: all
Provides-Extra: test
