pyamr


Namepyamr JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://bahp.github.io/pyAMR/
SummaryA lightweight package to compute Antimicrobial Resistance (AMR) metrics.
upload_time2023-06-13 13:18:22
maintainer
docs_urlNone
authorBernard Hernandez
requires_python
licenseMIT
keywords amr
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage
            # pyamr

<img src="docs/source/_static/images/logo-pyamr-v1.png" align="right" width="130">

[url-py39]: https://www.python.org/downloads/release/python-390/
[url-license]: https://www.gnu.org/licenses/gpl-3.0
[url-codecov]: https://codecov.io/gh/bahp/pyAMR
[url-readthedocs]: https://readthedocs.org/projects/docs/badge/?version=latest
[url-gh-package]: https://github.com/bahp/pyAMR/actions/workflows/python-package.yml

[badge-py39]: https://img.shields.io/badge/python-3.9-blue.svg
[badge-codecov]: https://codecov.io/gh/bahp/pyAMR/branch/main/graph/badge.svg?token=GLL7GYY5TE
[badge-license]: https://img.shields.io/badge/license-GPLv3-orange.svg
[badge-gh-package]: https://github.com/bahp/pyAMR/actions/workflows/python-package.yml/badge.svg

[![Python 3.6][badge-py39]][url-py39]
[![readthedocs][url-readthedocs]]()
[![codecov][badge-codecov]][url-codecov]
[![License][badge-license]][url-license]

[![.github/workflows/python-package.yml][badge-gh-package]][url-gh-package]

[url-documentation]: https://bahp.github.io/pyAMR/index.html
[url-installation]: https://bahp.github.io/pyAMR/usage/installation.html
[url-development]: https://bahp.github.io/pyAMR/usage/development.html

Community | [Documentation][url-documentation] | Resources | Contributors | Release Notes

PyAMR is a python lightweight library to facilitate the computation of common Antimicrobial 
Resistance (AMR) related statistics such as the proportion of resistance isolates, the 
resistance trend or the antimicrobial spectrum of activity. In addition, it includes a number 
of examples to visualise such information which relay on plotting libraries such as 
``matplotlib``, ``seaborn`` or ``plotly``.



<!-- ----------------------- -->
<!--    ABOUT THE PROJECT    -->
<!-- ----------------------- -->
## About the project

**EPIC IMPOC** is an NIHR i4i funded project which aims to develop an intelligent clinical 
decision support system to help doctors prescribe the most appropriate antibiotics. 
EPIC IMPOC is a collaborative project between medics and other health-care professionals from 
the National Institute for Health Research Health Protection Research Unit (NIHR HPRU) and 
engineers from the Centre for Bio-Inspire Technology (CBIT) at Imperial College London.

When using any of this project's source code, please cite:

```console
@article{hernandez2021resistance,
  title = {Resistance Trend Estimation Using Regression Analysis to Enhance Antimicrobial Surveillance: A Multi-Centre Study in London 2009--2016},
  author = {Hernandez, Bernard and Herrero-Vi{\~n}as, Pau and Rawson, Timothy M and Moore, Luke SP and Holmes, Alison H and Georgiou, Pantelis},
  journal = {Antibiotics},
  volume = {10},
  number = {10},
  pages = {1267},
  year = {2021},
  month = oct,
  publisher = {MDPI},
  doi = {10.3390/antibiotics10101267},
  url = {},
}
```


<!-- ----------------------- -->
<!--     Installation        -->
<!-- ----------------------- -->
## Installation

Please follow the [Installation Guide][url-installation].

## License
## Changelog
## Roadmap
## Acknowledgements
## Contributors
## Support
## FAQ
## Contact

$ python -m build --sdist --wheel

            

Raw data

            {
    "_id": null,
    "home_page": "https://bahp.github.io/pyAMR/",
    "name": "pyamr",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "AMR",
    "author": "Bernard Hernandez",
    "author_email": "Bernard Hernandez <b.hernandez-perez@imperial.ac.uk>",
    "download_url": "https://files.pythonhosted.org/packages/08/f7/bed224dcca1a44612aeec9a826fc7d1de235be6bf212bde68a50c0617293/pyamr-0.0.6.tar.gz",
    "platform": null,
    "description": "# pyamr\r\n\r\n<img src=\"docs/source/_static/images/logo-pyamr-v1.png\" align=\"right\" width=\"130\">\r\n\r\n[url-py39]: https://www.python.org/downloads/release/python-390/\r\n[url-license]: https://www.gnu.org/licenses/gpl-3.0\r\n[url-codecov]: https://codecov.io/gh/bahp/pyAMR\r\n[url-readthedocs]: https://readthedocs.org/projects/docs/badge/?version=latest\r\n[url-gh-package]: https://github.com/bahp/pyAMR/actions/workflows/python-package.yml\r\n\r\n[badge-py39]: https://img.shields.io/badge/python-3.9-blue.svg\r\n[badge-codecov]: https://codecov.io/gh/bahp/pyAMR/branch/main/graph/badge.svg?token=GLL7GYY5TE\r\n[badge-license]: https://img.shields.io/badge/license-GPLv3-orange.svg\r\n[badge-gh-package]: https://github.com/bahp/pyAMR/actions/workflows/python-package.yml/badge.svg\r\n\r\n[![Python 3.6][badge-py39]][url-py39]\r\n[![readthedocs][url-readthedocs]]()\r\n[![codecov][badge-codecov]][url-codecov]\r\n[![License][badge-license]][url-license]\r\n\r\n[![.github/workflows/python-package.yml][badge-gh-package]][url-gh-package]\r\n\r\n[url-documentation]: https://bahp.github.io/pyAMR/index.html\r\n[url-installation]: https://bahp.github.io/pyAMR/usage/installation.html\r\n[url-development]: https://bahp.github.io/pyAMR/usage/development.html\r\n\r\nCommunity | [Documentation][url-documentation] | Resources | Contributors | Release Notes\r\n\r\nPyAMR is a python lightweight library to facilitate the computation of common Antimicrobial \r\nResistance (AMR) related statistics such as the proportion of resistance isolates, the \r\nresistance trend or the antimicrobial spectrum of activity. In addition, it includes a number \r\nof examples to visualise such information which relay on plotting libraries such as \r\n``matplotlib``, ``seaborn`` or ``plotly``.\r\n\r\n\r\n\r\n<!-- ----------------------- -->\r\n<!--    ABOUT THE PROJECT    -->\r\n<!-- ----------------------- -->\r\n## About the project\r\n\r\n**EPIC IMPOC** is an NIHR i4i funded project which aims to develop an intelligent clinical \r\ndecision support system to help doctors prescribe the most appropriate antibiotics. \r\nEPIC IMPOC is a collaborative project between medics and other health-care professionals from \r\nthe National Institute for Health Research Health Protection Research Unit (NIHR HPRU) and \r\nengineers from the Centre for Bio-Inspire Technology (CBIT) at Imperial College London.\r\n\r\nWhen using any of this project's source code, please cite:\r\n\r\n```console\r\n@article{hernandez2021resistance,\r\n  title = {Resistance Trend Estimation Using Regression Analysis to Enhance Antimicrobial Surveillance: A Multi-Centre Study in London 2009--2016},\r\n  author = {Hernandez, Bernard and Herrero-Vi{\\~n}as, Pau and Rawson, Timothy M and Moore, Luke SP and Holmes, Alison H and Georgiou, Pantelis},\r\n  journal = {Antibiotics},\r\n  volume = {10},\r\n  number = {10},\r\n  pages = {1267},\r\n  year = {2021},\r\n  month = oct,\r\n  publisher = {MDPI},\r\n  doi = {10.3390/antibiotics10101267},\r\n  url = {},\r\n}\r\n```\r\n\r\n\r\n<!-- ----------------------- -->\r\n<!--     Installation        -->\r\n<!-- ----------------------- -->\r\n## Installation\r\n\r\nPlease follow the [Installation Guide][url-installation].\r\n\r\n## License\r\n## Changelog\r\n## Roadmap\r\n## Acknowledgements\r\n## Contributors\r\n## Support\r\n## FAQ\r\n## Contact\r\n\r\n$ python -m build --sdist --wheel\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A lightweight package to compute Antimicrobial Resistance (AMR) metrics.",
    "version": "0.0.6",
    "project_urls": {
        "Bug Tracker": "https://github.com/bahp/pyAMR/issues",
        "Documentation": "https://bahp.github.io/pyAMR/",
        "Homepage": "https://bahp.github.io/pyAMR/",
        "Source": "https://github.com/bahp/pyamr/"
    },
    "split_keywords": [
        "amr"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08f7bed224dcca1a44612aeec9a826fc7d1de235be6bf212bde68a50c0617293",
                "md5": "0ece630400f03f4d782c6a521b90f8f2",
                "sha256": "7fd3a7cfcdf54396c6ae6244c7772fa68675e58654b0372d00b1937969d63c6c"
            },
            "downloads": -1,
            "filename": "pyamr-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "0ece630400f03f4d782c6a521b90f8f2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 113806,
            "upload_time": "2023-06-13T13:18:22",
            "upload_time_iso_8601": "2023-06-13T13:18:22.146466Z",
            "url": "https://files.pythonhosted.org/packages/08/f7/bed224dcca1a44612aeec9a826fc7d1de235be6bf212bde68a50c0617293/pyamr-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-13 13:18:22",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "bahp",
    "github_project": "pyAMR",
    "travis_ci": true,
    "coveralls": true,
    "github_actions": true,
    "requirements": [],
    "lcname": "pyamr"
}
        
Elapsed time: 0.08663s