.. image:: https://github.com/matthiaskoenig/pkpdbib/raw/develop/docs/images/favicon/pkpdbib-100x100-300dpi.png
:align: left
:alt: pkpdbib logo
pkpdbib: python utilities for metadata and COMBINE archives
==============================================================
|icon1| |icon2| |icon3| |icon4| |icon5| |icon6| |icon7|
.. |icon1| image:: https://github.com/matthiaskoenig/pkpdbib/workflows/CI-CD/badge.svg
:target: https://github.com/matthiaskoenig/pkpdbib/workflows/CI-CD
:alt: GitHub Actions CI/CD Status
.. |icon2| image:: https://img.shields.io/pypi/v/pkpdbib.svg
:target: https://pypi.org/project/pkpdbib/
:alt: Current PyPI Version
.. |icon3| image:: https://img.shields.io/pypi/pyversions/pkpdbib.svg
:target: https://pypi.org/project/pkpdbib/
:alt: Supported Python Versions
.. |icon4| image:: https://img.shields.io/pypi/l/pkpdbib.svg
:target: http://opensource.org/licenses/LGPL-3.0
:alt: GNU Lesser General Public License 3
.. |icon5| image:: https://zenodo.org/badge/10.5281/zenodo.11076700.svg
:target: https://doi.org/10.5281/zenodo.11076700
:alt: Zenodo DOI
.. |icon6| image:: https://img.shields.io/badge/code%20style-black-000000.svg
:target: https://github.com/ambv/black
:alt: Black
.. |icon7| image:: http://www.mypy-lang.org/static/mypy_badge.svg
:target: http://mypy-lang.org/
:alt: mypy
pkpdbib is a collection of python utilities for working with
pharmacokinetics/pharmacodynamics (PK/PD) literature with source code available from
`https://github.com/matthiaskoenig/pkpdbib <https://github.com/matthiaskoenig/pkpdbib>`__.
If you have any questions or issues please `open an issue <https://github.com/matthiaskoenig/pkpdbib/issues>`__.
How to cite
===========
.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.11076700.svg
:target: https://doi.org/10.5281/zenodo.11076700
:alt: Zenodo DOI
Contributing
============
Contributions are always welcome!
License
=======
* Source Code: `LGPLv3 <http://opensource.org/licenses/LGPL-3.0>`__
* Documentation: `CC BY-SA 4.0 <http://creativecommons.org/licenses/by-sa/4.0/>`__
The pkpdbib source is released under both the GPL and LGPL licenses version 2 or
later. You may choose which license you choose to use the software under.
This program is free software: you can redistribute it and/or modify it under
the terms of the GNU General Public License or the GNU Lesser General Public
License as published by the Free Software Foundation, either version 2 of the
License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A
PARTICULAR PURPOSE. See the GNU General Public License for more details.
Funding
=======
Matthias König (MK) was supported by the Federal Ministry of Education and Research
(BMBF, Germany) within the research network Systems Medicine of the Liver
(**LiSyM**, grant number 031L0054). MK is supported by the Federal Ministry of
Education and Research (BMBF, Germany) within ATLAS by grant number 031L0304B and
by the German Research Foundation (DFG) within the Research Unit Program FOR 5151
QuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection
- A Systems Medicine Approach) by grant number 436883643 and by grant number
465194077 (Priority Programme SPP 2311, Subproject SimLivA).
Installation
============
`pkpdbib` is available from `pypi <https://pypi.python.org/pypi/pkpdbib>`__ and
can be installed via::
pip install pkpdbib
Develop version
---------------
The latest develop version can be installed via::
pip install git+https://github.com/matthiaskoenig/pkpdbib.git@develop
Or via cloning the repository and installing via::
git clone https://github.com/matthiaskoenig/pkpdbib.git
cd pkpdbib
pip install -e .
To install for development use::
pip install -e .[development]
Documentation
=============
Retrieve PDFs via Sci-hub
- Open the zotero library, select items without PDF attachment, right click -> Export items -> CSV -> <substance>.csv
Run script from `src/pkdb_literature/scihub.tools`::
scihub_pdfs -z <substance>.csv
© 2021-2024 Matthias König
Raw data
{
"_id": null,
"home_page": "https://github.com/matthiaskoenig/pkpdbib",
"name": "pkpdbib",
"maintainer": "Matthias Koenig",
"docs_url": null,
"requires_python": ">=3.10",
"maintainer_email": "konigmatt@googlemail.com",
"keywords": "literature, pubmed, scihub, pharmacokinetics, pharmacodynamics",
"author": "Matthias Koenig",
"author_email": "konigmatt@googlemail.com",
"download_url": "https://files.pythonhosted.org/packages/1e/55/7890ca543a6c434a5777999bf5e35258782c916612e323bce67a3c97b909/pkpdbib-0.1.0.tar.gz",
"platform": null,
"description": ".. image:: https://github.com/matthiaskoenig/pkpdbib/raw/develop/docs/images/favicon/pkpdbib-100x100-300dpi.png\n :align: left\n :alt: pkpdbib logo\n\npkpdbib: python utilities for metadata and COMBINE archives\n==============================================================\n|icon1| |icon2| |icon3| |icon4| |icon5| |icon6| |icon7|\n\n\n.. |icon1| image:: https://github.com/matthiaskoenig/pkpdbib/workflows/CI-CD/badge.svg\n :target: https://github.com/matthiaskoenig/pkpdbib/workflows/CI-CD\n :alt: GitHub Actions CI/CD Status\n.. |icon2| image:: https://img.shields.io/pypi/v/pkpdbib.svg\n :target: https://pypi.org/project/pkpdbib/\n :alt: Current PyPI Version\n.. |icon3| image:: https://img.shields.io/pypi/pyversions/pkpdbib.svg\n :target: https://pypi.org/project/pkpdbib/\n :alt: Supported Python Versions\n.. |icon4| image:: https://img.shields.io/pypi/l/pkpdbib.svg\n :target: http://opensource.org/licenses/LGPL-3.0\n :alt: GNU Lesser General Public License 3\n.. |icon5| image:: https://zenodo.org/badge/10.5281/zenodo.11076700.svg\n :target: https://doi.org/10.5281/zenodo.11076700\n :alt: Zenodo DOI\n.. |icon6| image:: https://img.shields.io/badge/code%20style-black-000000.svg\n :target: https://github.com/ambv/black\n :alt: Black\n.. |icon7| image:: http://www.mypy-lang.org/static/mypy_badge.svg\n :target: http://mypy-lang.org/\n :alt: mypy\n\npkpdbib is a collection of python utilities for working with\npharmacokinetics/pharmacodynamics (PK/PD) literature with source code available from \n`https://github.com/matthiaskoenig/pkpdbib <https://github.com/matthiaskoenig/pkpdbib>`__.\n \nIf you have any questions or issues please `open an issue <https://github.com/matthiaskoenig/pkpdbib/issues>`__.\n\nHow to cite\n===========\n\n.. image:: https://zenodo.org/badge/DOI/10.5281/zenodo.11076700.svg\n :target: https://doi.org/10.5281/zenodo.11076700\n :alt: Zenodo DOI\n\nContributing\n============\n\nContributions are always welcome!\n\nLicense\n=======\n\n* Source Code: `LGPLv3 <http://opensource.org/licenses/LGPL-3.0>`__\n* Documentation: `CC BY-SA 4.0 <http://creativecommons.org/licenses/by-sa/4.0/>`__\n\nThe pkpdbib source is released under both the GPL and LGPL licenses version 2 or\nlater. You may choose which license you choose to use the software under.\n\nThis program is free software: you can redistribute it and/or modify it under\nthe terms of the GNU General Public License or the GNU Lesser General Public\nLicense as published by the Free Software Foundation, either version 2 of the\nLicense, or (at your option) any later version.\n\nThis program is distributed in the hope that it will be useful, but WITHOUT ANY\nWARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A\nPARTICULAR PURPOSE. See the GNU General Public License for more details.\n\nFunding\n=======\nMatthias K\u00f6nig (MK) was supported by the Federal Ministry of Education and Research \n(BMBF, Germany) within the research network Systems Medicine of the Liver \n(**LiSyM**, grant number 031L0054). MK is supported by the Federal Ministry of \nEducation and Research (BMBF, Germany) within ATLAS by grant number 031L0304B and \nby the German Research Foundation (DFG) within the Research Unit Program FOR 5151 \nQuaLiPerF (Quantifying Liver Perfusion-Function Relationship in Complex Resection \n- A Systems Medicine Approach) by grant number 436883643 and by grant number \n465194077 (Priority Programme SPP 2311, Subproject SimLivA).\n\nInstallation\n============\n`pkpdbib` is available from `pypi <https://pypi.python.org/pypi/pkpdbib>`__ and \ncan be installed via:: \n\n pip install pkpdbib\n\nDevelop version\n---------------\nThe latest develop version can be installed via::\n\n pip install git+https://github.com/matthiaskoenig/pkpdbib.git@develop\n\nOr via cloning the repository and installing via::\n\n git clone https://github.com/matthiaskoenig/pkpdbib.git\n cd pkpdbib\n pip install -e .\n\nTo install for development use::\n\n pip install -e .[development]\n\n\nDocumentation\n=============\nRetrieve PDFs via Sci-hub\n\n- Open the zotero library, select items without PDF attachment, right click -> Export items -> CSV -> <substance>.csv\n\n\nRun script from `src/pkdb_literature/scihub.tools`::\n\n scihub_pdfs -z <substance>.csv\n\n\u00a9 2021-2024 Matthias K\u00f6nig\n",
"bugtrack_url": null,
"license": "LGPL-3.0",
"summary": "pkpdbib are python utilities for PK/PD literature and bibliography management.",
"version": "0.1.0",
"project_urls": {
"Bug Tracker": "https://github.com/matthiaskoenig/pkpdbib/issues",
"Documentation": "https://github.com/matthiaskoenig/pkpdbib",
"Download": "https://pypi.org/project/pkpdbib",
"Homepage": "https://github.com/matthiaskoenig/pkpdbib",
"Source Code": "https://github.com/matthiaskoenig/pkpdbib"
},
"split_keywords": [
"literature",
" pubmed",
" scihub",
" pharmacokinetics",
" pharmacodynamics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "4df2607cc5fc3bcb326f9280c8311dbb38f2540b96239b7f6d7c67af1b10c1dd",
"md5": "75ca27af86c2b635190e29503e1dfb1e",
"sha256": "be069be20cd3eee3cf4cddab8bff0806b9ea4d364f46e53d91b77916a2625012"
},
"downloads": -1,
"filename": "pkpdbib-0.1.0-py2.py3-none-any.whl",
"has_sig": false,
"md5_digest": "75ca27af86c2b635190e29503e1dfb1e",
"packagetype": "bdist_wheel",
"python_version": "py2.py3",
"requires_python": ">=3.10",
"size": 59285,
"upload_time": "2024-04-27T11:34:25",
"upload_time_iso_8601": "2024-04-27T11:34:25.305048Z",
"url": "https://files.pythonhosted.org/packages/4d/f2/607cc5fc3bcb326f9280c8311dbb38f2540b96239b7f6d7c67af1b10c1dd/pkpdbib-0.1.0-py2.py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1e557890ca543a6c434a5777999bf5e35258782c916612e323bce67a3c97b909",
"md5": "7b2c3953a29ad7c0b815c424ed37afb7",
"sha256": "2f2c68e47ee3906fe3b934935bf19adb24d1aa9ec802420357ca3ea286adbd64"
},
"downloads": -1,
"filename": "pkpdbib-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "7b2c3953a29ad7c0b815c424ed37afb7",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.10",
"size": 59983,
"upload_time": "2024-04-27T11:34:48",
"upload_time_iso_8601": "2024-04-27T11:34:48.761123Z",
"url": "https://files.pythonhosted.org/packages/1e/55/7890ca543a6c434a5777999bf5e35258782c916612e323bce67a3c97b909/pkpdbib-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-04-27 11:34:48",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "matthiaskoenig",
"github_project": "pkpdbib",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"tox": true,
"lcname": "pkpdbib"
}