Metadata-Version: 2.1
Name: prymer
Version: 2.0.1
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

[![CI](https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml?query=branch%3Amain)
[![Python Versions](https://img.shields.io/badge/python-3.11_|_3.12-blue)](https://github.com/fulcrumgenomics/prymer)
[![MyPy Checked](http://www.mypy-lang.org/static/mypy_badge.svg)](http://mypy-lang.org/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://docs.astral.sh/ruff/)
[![codecov](https://codecov.io/github/fulcrumgenomics/prymer/graph/badge.svg?token=wuTCpNGVaP)](https://codecov.io/github/fulcrumgenomics/prymer)

## Quick setup

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


