Name | adme-py JSON |
Version |
0.1.0
JSON |
| download |
home_page | None |
Summary | Tool to calculate ADME properties in python. |
upload_time | 2024-09-24 01:14:32 |
maintainer | None |
docs_url | None |
author | None |
requires_python | >=3.8 |
license | MIT License |
keywords |
adme
cheminformatics
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
![ADME-py-logo_large](https://github.com/mcnaughtonadm/adme-py/assets/47539433/a2b53c05-8d36-4798-ad51-111823527217)
# adme-py 💊
[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
`adme-py` is a Python package that leverages open-source tools such as `rdkit` to generate *Absorption*, *Distribution*, *Metabolism*, and *Excretion* (and sometimes including *Toxicity*) summaries for molecules.
It seeks to mimic the outputs provided by commonly-used tools such as [SwissADME](http://www.swissadme.ch/index.php) and [others](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9864198/) but is not restricted to a web application and can be imported or used through the command-line. This allows for nicer integration between other Python scripts.
# Installation 🪛
To install `adme-py` run the following:
```bash
pip install adme-py
```
or install from github directly with:
```bash
pip install git+https://github.com/mcnaughtonadm/adme-py.git
```
# How to Run 🏃
To run `adme-py` in it's most basic form, you can do the following:
```python
from adme_py import ADME
summary = ADME("Cc1ccccc1").calculate()
summary.properties["physiochemical"]["tpsa"]
```
# License 📜
The code in this package is licensed under the [MIT](LICENSE) License.
Raw data
{
"_id": null,
"home_page": null,
"name": "adme-py",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.8",
"maintainer_email": "Andrew McNaughton <mcnaughtonadm@gmail.com>",
"keywords": "adme, cheminformatics",
"author": null,
"author_email": "Andrew McNaughton <mcnaughtonadm@gmail.com>",
"download_url": "https://files.pythonhosted.org/packages/fe/c6/18de3ca62e8a7c48449bc5bfca1ca724d78a9d901a6143069e9d576ab29d/adme_py-0.1.0.tar.gz",
"platform": null,
"description": "\n![ADME-py-logo_large](https://github.com/mcnaughtonadm/adme-py/assets/47539433/a2b53c05-8d36-4798-ad51-111823527217)\n\n# adme-py \ud83d\udc8a\n[![Rye](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/rye/main/artwork/badge.json)](https://rye.astral.sh/)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)\n\n`adme-py` is a Python package that leverages open-source tools such as `rdkit` to generate *Absorption*, *Distribution*, *Metabolism*, and *Excretion* (and sometimes including *Toxicity*) summaries for molecules. \n\nIt seeks to mimic the outputs provided by commonly-used tools such as [SwissADME](http://www.swissadme.ch/index.php) and [others](https://www.ncbi.nlm.nih.gov/pmc/articles/PMC9864198/) but is not restricted to a web application and can be imported or used through the command-line. This allows for nicer integration between other Python scripts.\n\n# Installation \ud83e\ude9b \n\nTo install `adme-py` run the following:\n\n```bash\npip install adme-py\n```\n\nor install from github directly with:\n\n```bash\npip install git+https://github.com/mcnaughtonadm/adme-py.git\n```\n\n# How to Run \ud83c\udfc3\n\nTo run `adme-py` in it's most basic form, you can do the following:\n\n```python\nfrom adme_py import ADME\n\nsummary = ADME(\"Cc1ccccc1\").calculate()\n\nsummary.properties[\"physiochemical\"][\"tpsa\"]\n```\n\n# License \ud83d\udcdc\n\nThe code in this package is licensed under the [MIT](LICENSE) License.\n\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Tool to calculate ADME properties in python.",
"version": "0.1.0",
"project_urls": {
"Homepage": "https://github.com/mcnaughtonadm/adme-py",
"Issues": "https://github.com/mcnaughtonadm/adme-py/issues",
"Repository": "https://github.com/mcnaughtonadm/adme-py.git"
},
"split_keywords": [
"adme",
" cheminformatics"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "1000805124638b9040b4cb93d6eb05a336bf21457ece1ceb846a787debf76323",
"md5": "23a2bfaf787c2b6be01af8ab1dacb5c3",
"sha256": "cced1be5f63360f3aa5a7ee256ca93efd6472e21041d09b599e12e2ef7ddb06a"
},
"downloads": -1,
"filename": "adme_py-0.1.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "23a2bfaf787c2b6be01af8ab1dacb5c3",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8",
"size": 17479,
"upload_time": "2024-09-24T01:14:30",
"upload_time_iso_8601": "2024-09-24T01:14:30.368405Z",
"url": "https://files.pythonhosted.org/packages/10/00/805124638b9040b4cb93d6eb05a336bf21457ece1ceb846a787debf76323/adme_py-0.1.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fec618de3ca62e8a7c48449bc5bfca1ca724d78a9d901a6143069e9d576ab29d",
"md5": "3e545be68bd2308e2de64a69e5d788a4",
"sha256": "fc4ebce9d5a803a48d52a9808387529daba15262988cb42bfded93e7c93e6c60"
},
"downloads": -1,
"filename": "adme_py-0.1.0.tar.gz",
"has_sig": false,
"md5_digest": "3e545be68bd2308e2de64a69e5d788a4",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8",
"size": 19483,
"upload_time": "2024-09-24T01:14:32",
"upload_time_iso_8601": "2024-09-24T01:14:32.825171Z",
"url": "https://files.pythonhosted.org/packages/fe/c6/18de3ca62e8a7c48449bc5bfca1ca724d78a9d901a6143069e9d576ab29d/adme_py-0.1.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-09-24 01:14:32",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "mcnaughtonadm",
"github_project": "adme-py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "adme-py"
}