dimedbpy: Python wrapper for the DIMEdb REST API
dimedbpy provides a way to interact with the DIMEdb web service in Python. It provides metabolite queries by name, structure, and isotope information.
Here's a quick example, showing how to retrieve metabolites by its name:
from dimedbpy import get_metabolites
metabolites = get_metabolites("name", "Caffeine")
for metabolite in metabolites:
print(metabolite.isotopic_distributions)
Resources
License
Code released under the MIT license.
Release files for dimedbpy 0.1.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| dimedbpy-0.1.2.tar.gz | 5.3 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| dimedbpy-0.1.2-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 11.4 kB
Release files / dimedbpy-0.1.2.tar.gz
| Download URL | dimedbpy-0.1.2.tar.gz |
|---|---|
| Size | 5.3 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
b9177d557f03e42a4a1826541f0747fba2c356eabc422f57667f7c53326e7a9c
|
|
BLAKE2b-256 checksum How to use checksums |
c02bd22715a2f3fa88f8bb4363903aeb5931164cd5b4f231673d4628114601cf
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|
Release files / dimedbpy-0.1.2-py3-none-any.whl
| Download URL | dimedbpy-0.1.2-py3-none-any.whl |
|---|---|
| Size | 6.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
e3bdc1e193b26f9d12c9108a1b5bf40c9d4c03ea8061f188503c7715c14277b2
|
|
BLAKE2b-256 checksum How to use checksums |
0ecd45c9b00609736c9efd7ed85b4e277086a142ed2a46fb9408ac1dee5c253d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.1.0 requests-toolbelt/0.9.1 tqdm/4.48.2 CPython/3.8.5
|