# 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).
Raw data
{
"_id": null,
"home_page": "https://github.com/fulcrumgenomics/prymer",
"name": "prymer",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.11",
"maintainer_email": null,
"keywords": "bioinformatics, genomics, dna",
"author": "Yossi Farjoun",
"author_email": "yossi@fulcrumgenomics.com",
"download_url": "https://files.pythonhosted.org/packages/04/73/47b467d2a8c992d72e24ed95f0fc32d59d17b6019cc7f6a93222e5c6445a/prymer-2.2.0.tar.gz",
"platform": null,
"description": "# Python Primer Design Library\n\n[![Python Versions][language-badge]][language-link]\n[![Code Style][code-style-badge]][code-style-link]\n[![Type Checked][type-checking-badge]][type-checking-link]\n[![PEP8][pep-8-badge]][pep-8-link]\n[![Code Coverage][code-coverage-badge]][code-coverage-link]\n[![License][license-badge]][license-link]\n\n---\n\n[![Install with Bioconda][bioconda-badge]][bioconda-link]\n[![Bioconda][bioconda-dl-badge]][bioconda-dl-link]\n[![PyPI version][pypi-badge]][pypi-link]\n[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]\n[![Python package][python-package-badge]][python-package-link]\n\n[language-badge]: https://img.shields.io/badge/python-3.11_|_3.12-blue\n[language-link]: http://www.python.org/\n[code-style-badge]: https://img.shields.io/badge/code%20style-black-000000.svg\n[code-style-link]: https://black.readthedocs.io/en/stable/ \n[type-checking-badge]: http://www.mypy-lang.org/static/mypy_badge.svg\n[type-checking-link]: http://mypy-lang.org/\n[pep-8-badge]: https://img.shields.io/badge/code%20style-pep8-brightgreen.svg\n[pep-8-link]: https://www.python.org/dev/peps/pep-0008/\n[code-coverage-badge]: https://codecov.io/gh/fulcrumgenomics/prymer/branch/main/graph/badge.svg\n[code-coverage-link]: https://codecov.io/gh/fulcrumgenomics/prymer\n[license-badge]: http://img.shields.io/badge/license-MIT-blue.svg\n[license-link]: https://github.com/fulcrumgenomics/prymer/blob/main/LICENSE\n[bioconda-badge]: https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?style=flat\n[bioconda-link]: http://bioconda.github.io/recipes/prymer/README.html\n[bioconda-dl-badge]: https://img.shields.io/conda/dn/bioconda/prymer.svg?label=Bioconda\n[bioconda-dl-link]: https://anaconda.org/bioconda/prymer\n[pypi-badge]: https://badge.fury.io/py/prymer.svg\n[pypi-link]: https://pypi.python.org/pypi/prymer\n[pypi-downloads-badge]: https://img.shields.io/pypi/dm/prymer\n[pypi-downloads-link]: https://pypi.python.org/pypi/prymer\n[python-package-badge]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml/badge.svg\n[python-package-link]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml\n\n## Quick setup\n\nSee [Installation](docs/installation.md).\n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python primer design library",
"version": "2.2.0",
"project_urls": {
"Bug Tracker": "https://github.com/fulcrumgenomics/prymer/issues",
"Documentation": "https://github.com/fulcrumgenomics/prymer",
"Homepage": "https://github.com/fulcrumgenomics/prymer",
"Repository": "https://github.com/fulcrumgenomics/prymer"
},
"split_keywords": [
"bioinformatics",
" genomics",
" dna"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "36d42b3393a37294ea5190b4061a03c3ea5e1d51d4b484a72766c53a2bcb9427",
"md5": "244247fba3081aec84bafed58703b0df",
"sha256": "8a4f81ae871977ea4fd5955a5005f2eb83720aa732c3ab626116319493f088cf"
},
"downloads": -1,
"filename": "prymer-2.2.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "244247fba3081aec84bafed58703b0df",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.11",
"size": 65106,
"upload_time": "2024-09-24T19:03:40",
"upload_time_iso_8601": "2024-09-24T19:03:40.028990Z",
"url": "https://files.pythonhosted.org/packages/36/d4/2b3393a37294ea5190b4061a03c3ea5e1d51d4b484a72766c53a2bcb9427/prymer-2.2.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "047347b467d2a8c992d72e24ed95f0fc32d59d17b6019cc7f6a93222e5c6445a",
"md5": "22cd9eb353e547375546c54034bc5e10",
"sha256": "70c5846f72a674f8b1c19b5d11c40dddb3a8197a7309c57aa2e248208ae59b0f"
},
"downloads": -1,
"filename": "prymer-2.2.0.tar.gz",
"has_sig": false,
"md5_digest": "22cd9eb353e547375546c54034bc5e10",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.11",
"size": 52705,
"upload_time": "2024-09-24T19:03:41",
"upload_time_iso_8601": "2024-09-24T19:03:41.614284Z",
"url": "https://files.pythonhosted.org/packages/04/73/47b467d2a8c992d72e24ed95f0fc32d59d17b6019cc7f6a93222e5c6445a/prymer-2.2.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-24 19:03:41",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fulcrumgenomics",
"github_project": "prymer",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "prymer"
}