Metadata-Version: 2.1
Name: prymer
Version: 2.1.0
Summary: Python primer design library
Home-page: https://github.com/fulcrumgenomics/prymer
License: MIT
Keywords: bioinformatics,genomics,dna
Author: Yossi Farjoun
Author-email: yossi@fulcrumgenomics.com
Requires-Python: >=3.11,<4.0
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Topic :: Software Development :: Documentation
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: fgpyo (==0.7.1)
Requires-Dist: ordered-set (>=4.1.0,<5.0.0)
Requires-Dist: pybedlite (==1.0.0)
Requires-Dist: pyproject_hooks (>=1.0.0,<2.0.0,!=1.1.0)
Requires-Dist: pysam (>=0.22.1,<0.23.0)
Requires-Dist: strenum (>=0.4.15,<0.5.0)
Project-URL: Bug Tracker, https://github.com/fulcrumgenomics/prymer/issues
Project-URL: Documentation, https://github.com/fulcrumgenomics/prymer
Project-URL: Repository, https://github.com/fulcrumgenomics/prymer
Description-Content-Type: text/markdown

# Python Primer Design Library

[![Python Versions][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]

---

[![Install with Bioconda][bioconda-badge]][bioconda-link]
[![Bioconda][bioconda-dl-badge]][bioconda-dl-link]
[![PyPI version][pypi-badge]][pypi-link]
[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]
[![Python package][python-package-badge]][python-package-link]

[language-badge]:       https://img.shields.io/badge/python-3.11_|_3.12-blue
[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/prymer/branch/main/graph/badge.svg
[code-coverage-link]:   https://codecov.io/gh/fulcrumgenomics/prymer
[license-badge]:        http://img.shields.io/badge/license-MIT-blue.svg
[license-link]:         https://github.com/fulcrumgenomics/prymer/blob/main/LICENSE
[bioconda-badge]:       https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat
[bioconda-link]:        http://bioconda.github.io/recipes/prymer/README.html
[bioconda-dl-badge]:    https://img.shields.io/conda/dn/bioconda/prymer.svg?label=Bioconda
[bioconda-dl-link]:     https://anaconda.org/bioconda/prymer
[pypi-badge]:           https://badge.fury.io/py/prymer.svg
[pypi-link]:            https://pypi.python.org/pypi/prymer
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/prymer
[pypi-downloads-link]:  https://pypi.python.org/pypi/prymer
[python-package-badge]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml/badge.svg
[python-package-link]:  https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml

## Quick setup

See [Installation](docs/installation.md).


