[![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]
---
[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/workflows/Python%20package/badge.svg
[python-package-link]: https://github.com/fulcrumgenomics/fgpyo/actions?query=workflow%3A%22Python+package%22
[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
# fgpyo
`pip install fgpyo`
**Requires python 3.8+**
See documentation on [fgpyo.readthedocs.org][rtd-link].
# Getting Setup
[Poetry][poetry-link] is used to manage the python development environment.
A simple way to create an environment with the desired version of python and poetry is to use [conda][conda-link]. E.g.:
```bash
conda create -n fgpyo -c conda-forge "python>=3.8" poetry
conda activate fgpyo
# --all-extras is required to install `mkdocs` and associated dependencies,
# which are required for development
poetry install --all-extras
```
[rtd-link]: http://fgpyo.readthedocs.org/en/stable
[poetry-link]: https://github.com/python-poetry/poetry
[conda-link]: https://docs.conda.io/en/latest/miniconda.html
Raw data
{
"_id": null,
"home_page": "https://github.com/fulcrumgenomics/fgpyo",
"name": "fgpyo",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8.0",
"maintainer_email": null,
"keywords": "bioinformatics",
"author": "Nils Homer",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/e2/c0/324e62793b6e10383ce4b0e7e218c89cef675de4251e294a053e42ea9581/fgpyo-0.8.0.tar.gz",
"platform": null,
"description": "\n[![Language][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[![Python package][python-package-badge]][python-package-link]\n[![PyPI version][pypi-badge]][pypi-link]\n[![PyPI download total][pypi-downloads-badge]][pypi-downloads-link]\n\n---\n\n[language-badge]: http://img.shields.io/badge/language-python-brightgreen.svg\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/fgpyo/branch/main/graph/badge.svg\n[code-coverage-link]: https://codecov.io/gh/fulcrumgenomics/fgpyo\n[license-badge]: http://img.shields.io/badge/license-MIT-blue.svg\n[license-link]: https://github.com/fulcrumgenomics/fgpyo/blob/main/LICENSE\n[python-package-badge]: https://github.com/fulcrumgenomics/fgpyo/workflows/Python%20package/badge.svg\n[python-package-link]: https://github.com/fulcrumgenomics/fgpyo/actions?query=workflow%3A%22Python+package%22\n[pypi-badge]: https://badge.fury.io/py/fgpyo.svg\n[pypi-link]: https://pypi.python.org/pypi/fgpyo\n[pypi-downloads-badge]: https://img.shields.io/pypi/dm/fgpyo\n[pypi-downloads-link]: https://pypi.python.org/pypi/fgpyo\n\n# fgpyo\n\n`pip install fgpyo`\n\n**Requires python 3.8+**\n\nSee documentation on [fgpyo.readthedocs.org][rtd-link].\n\n# Getting Setup\n\n[Poetry][poetry-link] is used to manage the python development environment. \n\nA simple way to create an environment with the desired version of python and poetry is to use [conda][conda-link]. E.g.:\n\n```bash\nconda create -n fgpyo -c conda-forge \"python>=3.8\" poetry\nconda activate fgpyo\n\n# --all-extras is required to install `mkdocs` and associated dependencies,\n# which are required for development \npoetry install --all-extras\n```\n\n[rtd-link]: http://fgpyo.readthedocs.org/en/stable\n[poetry-link]: https://github.com/python-poetry/poetry\n[conda-link]: https://docs.conda.io/en/latest/miniconda.html\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "Python bioinformatics and genomics library",
"version": "0.8.0",
"project_urls": {
"Homepage": "https://github.com/fulcrumgenomics/fgpyo",
"Repository": "https://github.com/fulcrumgenomics/fgpyo"
},
"split_keywords": [
"bioinformatics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1b6fa28fd766d047e1b0e67b65e6495c77cd5fb8d620848df7163294b0efd0b6",
"md5": "57a5d76ee9b552300ba3d6189cb567b9",
"sha256": "d08c7bc21f39ca41216e6611613f2ee8fe5ccb5f52c43e5de2def95697cdf33d"
},
"downloads": -1,
"filename": "fgpyo-0.8.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "57a5d76ee9b552300ba3d6189cb567b9",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8.0",
"size": 71472,
"upload_time": "2024-10-24T20:16:39",
"upload_time_iso_8601": "2024-10-24T20:16:39.156840Z",
"url": "https://files.pythonhosted.org/packages/1b/6f/a28fd766d047e1b0e67b65e6495c77cd5fb8d620848df7163294b0efd0b6/fgpyo-0.8.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e2c0324e62793b6e10383ce4b0e7e218c89cef675de4251e294a053e42ea9581",
"md5": "a883de00f1be0ab45b1e7b5525935fe2",
"sha256": "07f58af40f867b6d8cbe6417c9e9b077dd7067ca3cc57d3eca97a4c1432195fd"
},
"downloads": -1,
"filename": "fgpyo-0.8.0.tar.gz",
"has_sig": false,
"md5_digest": "a883de00f1be0ab45b1e7b5525935fe2",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8.0",
"size": 63411,
"upload_time": "2024-10-24T20:16:40",
"upload_time_iso_8601": "2024-10-24T20:16:40.833616Z",
"url": "https://files.pythonhosted.org/packages/e2/c0/324e62793b6e10383ce4b0e7e218c89cef675de4251e294a053e42ea9581/fgpyo-0.8.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-24 20:16:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "fulcrumgenomics",
"github_project": "fgpyo",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "fgpyo"
}