prymer


Nameprymer JSON
Version 3.0.0 PyPI version JSON
download
home_pageNone
SummaryPython primer design library
upload_time2025-01-14 20:05:47
maintainerNone
docs_urlNone
authorYossi Farjoun
requires_python<4.0,>=3.11
licenseMIT
keywords bioinformatics genomics dna
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python Primer Design Library

[![Python Versions][language-badge]][language-link]
[![License][license-badge]][license-link]
[![MyPy Checked][type-checking-badge]][type-checking-link]
[![Poetry][poetry-badge]][poetry-link]
[![Ruff][ruff-badge]][ruff-link]

[language-badge]:       https://img.shields.io/badge/python-3.11_|_3.12-blue
[language-link]:        http://www.python.org/
[license-badge]:        http://img.shields.io/badge/license-MIT-blue.svg
[license-link]:         https://github.com/fulcrumgenomics/prymer/blob/main/LICENSE
[type-checking-badge]:  http://www.mypy-lang.org/static/mypy_badge.svg
[type-checking-link]:   http://mypy-lang.org/
[poetry-badge]:         https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json
[poetry-link]:          https://python-poetry.org/
[ruff-badge]:           https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json
[ruff-link]:            https://docs.astral.sh/ruff/

[![Install with Bioconda][bioconda-badge]][bioconda-link]
[![PyPI version][pypi-badge]][pypi-link]

[bioconda-badge]:       https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?label=Install%20with
[bioconda-link]:        http://bioconda.github.io/recipes/prymer/README.html
[pypi-badge]:           https://img.shields.io/pypi/v/prymer?label=Install%20with%20PyPi
[pypi-link]:            https://pypi.python.org/pypi/prymer

[![Bioconda][bioconda-dl-badge]][bioconda-dl-link]
[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]


[bioconda-dl-badge]:    https://img.shields.io/conda/dn/bioconda/prymer.svg?label=Bioconda%20downloads
[bioconda-dl-link]:     https://anaconda.org/bioconda/prymer
[pypi-downloads-badge]: https://img.shields.io/pypi/dm/prymer.svg?label=PyPi%20downloads
[pypi-downloads-link]:  https://pypi.python.org/pypi/prymer

[![tests][python-tests-badge]][python-tests-link]
[![publish prymer][publish-prymer-badge]][publish-prymer-link]
[![Code Coverage][code-coverage-badge]][code-coverage-link]

[publish-prymer-badge]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml/badge.svg
[publish-prymer-link]:  https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml
[python-tests-badge]:   https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml/badge.svg
[python-tests-link]:    https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml
[code-coverage-badge]:  https://codecov.io/gh/fulcrumgenomics/prymer/branch/main/graph/badge.svg
[code-coverage-link]:   https://codecov.io/gh/fulcrumgenomics/prymer

## Recommended Installation

The package `prymer` requires installation of [Primer3](https://github.com/primer3-org/primer3) and [interactive `bwa`](https://github.com/fulcrumgenomics/bwa-aln-interactive).

To satisfy these requirements, it is recommended to install using [bioconda](https://bioconda.github.io/):

```console
mamba install -c bioconda prymer
```

## Development and Testing

See the [developer's instructions][developers-instructions-link] for more information.

[developers-instructions-link]: https://prymer.readthedocs.io/en/latest/installation-and-developers-documentation.html#installation-for-development


            

Raw data

            {
    "_id": null,
    "home_page": null,
    "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/0d/1d/e76fecba401ae787a91fe7781414870716746ea9302f156d7ff57eb46b1f/prymer-3.0.0.tar.gz",
    "platform": null,
    "description": "# Python Primer Design Library\n\n[![Python Versions][language-badge]][language-link]\n[![License][license-badge]][license-link]\n[![MyPy Checked][type-checking-badge]][type-checking-link]\n[![Poetry][poetry-badge]][poetry-link]\n[![Ruff][ruff-badge]][ruff-link]\n\n[language-badge]:       https://img.shields.io/badge/python-3.11_|_3.12-blue\n[language-link]:        http://www.python.org/\n[license-badge]:        http://img.shields.io/badge/license-MIT-blue.svg\n[license-link]:         https://github.com/fulcrumgenomics/prymer/blob/main/LICENSE\n[type-checking-badge]:  http://www.mypy-lang.org/static/mypy_badge.svg\n[type-checking-link]:   http://mypy-lang.org/\n[poetry-badge]:         https://img.shields.io/endpoint?url=https://python-poetry.org/badge/v0.json\n[poetry-link]:          https://python-poetry.org/\n[ruff-badge]:           https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json\n[ruff-link]:            https://docs.astral.sh/ruff/\n\n[![Install with Bioconda][bioconda-badge]][bioconda-link]\n[![PyPI version][pypi-badge]][pypi-link]\n\n[bioconda-badge]:       https://img.shields.io/badge/install%20with-bioconda-brightgreen.svg?label=Install%20with\n[bioconda-link]:        http://bioconda.github.io/recipes/prymer/README.html\n[pypi-badge]:           https://img.shields.io/pypi/v/prymer?label=Install%20with%20PyPi\n[pypi-link]:            https://pypi.python.org/pypi/prymer\n\n[![Bioconda][bioconda-dl-badge]][bioconda-dl-link]\n[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]\n\n\n[bioconda-dl-badge]:    https://img.shields.io/conda/dn/bioconda/prymer.svg?label=Bioconda%20downloads\n[bioconda-dl-link]:     https://anaconda.org/bioconda/prymer\n[pypi-downloads-badge]: https://img.shields.io/pypi/dm/prymer.svg?label=PyPi%20downloads\n[pypi-downloads-link]:  https://pypi.python.org/pypi/prymer\n\n[![tests][python-tests-badge]][python-tests-link]\n[![publish prymer][publish-prymer-badge]][publish-prymer-link]\n[![Code Coverage][code-coverage-badge]][code-coverage-link]\n\n[publish-prymer-badge]: https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml/badge.svg\n[publish-prymer-link]:  https://github.com/fulcrumgenomics/prymer/actions/workflows/publish_prymer.yml\n[python-tests-badge]:   https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml/badge.svg\n[python-tests-link]:    https://github.com/fulcrumgenomics/prymer/actions/workflows/tests.yml\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\n## Recommended Installation\n\nThe package `prymer` requires installation of [Primer3](https://github.com/primer3-org/primer3) and [interactive `bwa`](https://github.com/fulcrumgenomics/bwa-aln-interactive).\n\nTo satisfy these requirements, it is recommended to install using [bioconda](https://bioconda.github.io/):\n\n```console\nmamba install -c bioconda prymer\n```\n\n## Development and Testing\n\nSee the [developer's instructions][developers-instructions-link] for more information.\n\n[developers-instructions-link]: https://prymer.readthedocs.io/en/latest/installation-and-developers-documentation.html#installation-for-development\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python primer design library",
    "version": "3.0.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": "a9be6b5e0d9e7c753ce8275860e1f0cba66d74dbe4cc115f4d97c5a9ef60e3d2",
                "md5": "3080b3f4df2cbf203aa32a3cc7bc260c",
                "sha256": "292b33b618c56c31948a6b71b28436ca3a7504a815f6f19de80e79e990772fea"
            },
            "downloads": -1,
            "filename": "prymer-3.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "3080b3f4df2cbf203aa32a3cc7bc260c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.11",
            "size": 72029,
            "upload_time": "2025-01-14T20:05:41",
            "upload_time_iso_8601": "2025-01-14T20:05:41.471117Z",
            "url": "https://files.pythonhosted.org/packages/a9/be/6b5e0d9e7c753ce8275860e1f0cba66d74dbe4cc115f4d97c5a9ef60e3d2/prymer-3.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "0d1de76fecba401ae787a91fe7781414870716746ea9302f156d7ff57eb46b1f",
                "md5": "897d8f1d1bcbbece389e630bd80801b0",
                "sha256": "0d9fc25bdd3e9dd88eec2175fe1ce3607e0e485383093d9c6bc2fdeb2d78e272"
            },
            "downloads": -1,
            "filename": "prymer-3.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "897d8f1d1bcbbece389e630bd80801b0",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.11",
            "size": 60377,
            "upload_time": "2025-01-14T20:05:47",
            "upload_time_iso_8601": "2025-01-14T20:05:47.210897Z",
            "url": "https://files.pythonhosted.org/packages/0d/1d/e76fecba401ae787a91fe7781414870716746ea9302f156d7ff57eb46b1f/prymer-3.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-14 20:05:47",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "fulcrumgenomics",
    "github_project": "prymer",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "prymer"
}
        
Elapsed time: 0.45274s