Metadata-Version: 2.4
Name: fgpyo
Version: 1.4.0
Summary: Python bioinformatics and genomics library
Project-URL: Homepage, https://github.com/fulcrumgenomics/fgpyo
Project-URL: Repository, https://github.com/fulcrumgenomics/fgpyo
Author: Nils Homer, Tim Fennell, Nathan Roach
License-Expression: MIT
License-File: LICENSE
Keywords: bioinformatics
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Typing :: Typed
Requires-Python: <4.0,>=3.9.0
Requires-Dist: attrs>=19.3.0
Requires-Dist: pysam>=0.22.1
Requires-Dist: strenum<0.5,>=0.4.15
Requires-Dist: typing-extensions>=4.12.2; python_version < '3.13'
Requires-Dist: zlib-ng>=0.5.1
Description-Content-Type: text/markdown


[![Language][language-badge]][language-link]
[![Code Style][code-style-badge]][code-style-link]
[![Type Checked][type-checking-badge]][type-checking-link]
[![PEP8][pep-8-badge]][pep-8-link]
[![Code Coverage][code-coverage-badge]][code-coverage-link]
[![License][license-badge]][license-link]

---

[![Python package][python-package-badge]][python-package-link]
[![PyPI version][pypi-badge]][pypi-link]
[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]
[![Bioconda][bioconda-badge]][bioconda-link]
[![DOI][zenodo-badge]][zenodo-link]

---
[language-badge]:       http://img.shields.io/badge/language-python-brightgreen.svg
[language-link]:        http://www.python.org/
[code-style-badge]:     https://img.shields.io/badge/code%20style-black-000000.svg
[code-style-link]:      https://black.readthedocs.io/en/stable/ 
[type-checking-badge]:  http://www.mypy-lang.org/static/mypy_badge.svg
[type-checking-link]:   http://mypy-lang.org/
[pep-8-badge]:          https://img.shields.io/badge/code%20style-pep8-brightgreen.svg
[pep-8-link]:           https://www.python.org/dev/peps/pep-0008/
[code-coverage-badge]:  https://codecov.io/gh/fulcrumgenomics/fgpyo/branch/main/graph/badge.svg
[code-coverage-link]:   https://codecov.io/gh/fulcrumgenomics/fgpyo
[license-badge]:        http://img.shields.io/badge/license-MIT-blue.svg
[license-link]:         https://github.com/fulcrumgenomics/fgpyo/blob/main/LICENSE
[python-package-badge]: https://github.com/fulcrumgenomics/fgpyo/actions/workflows/tests.yml/badge.svg?branch=main
[python-package-link]:  https://github.com/fulcrumgenomics/fgpyo/actions/workflows/tests.yml
[pypi-badge]:           https://badge.fury.io/py/fgpyo.svg
[pypi-link]:            https://pypi.python.org/pypi/fgpyo
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/fgpyo
[pypi-downloads-link]:  https://pypi.python.org/pypi/fgpyo
[bioconda-badge]:       https://img.shields.io/conda/dn/bioconda/fgpyo.svg?label=Bioconda
[bioconda-link]:        http://bioconda.github.io/recipes/fgpyo/README.html
[zenodo-badge]:         https://zenodo.org/badge/431553243.svg
[zenodo-link]:          https://doi.org/10.5281/zenodo.10694617

# fgpyo

Quality of life improvements for Bioinformatics in Python.

<p>
<a href="https://fulcrumgenomics.com"><img src=".github/logos/fulcrumgenomics.svg" alt="Fulcrum Genomics" height="100"/></a>
</p>

[Visit us at Fulcrum Genomics](https://www.fulcrumgenomics.com) to learn more about how we can power your Bioinformatics with fgpyo and beyond.

<a href="mailto:contact@fulcrumgenomics.com?subject=[GitHub inquiry]"><img src="https://img.shields.io/badge/Email_us-brightgreen.svg?&style=for-the-badge&logo=gmail&logoColor=white"/></a>
<a href="https://www.fulcrumgenomics.com"><img src="https://img.shields.io/badge/Visit_Us-blue.svg?&style=for-the-badge&logo=wordpress&logoColor=white"/></a>

`pip install fgpyo`

**Requires python 3.9+**

See documentation on [fgpyo.readthedocs.org](http://fgpyo.readthedocs.org/en/stable).


## Development and Testing

See the [developer's instructions](CONTRIBUTING.md) for more information.
