python wrapper for pubmed apis --> https://eutils.ncbi.nlm.nih.gov/entrez/eutils/esearch.fcgi/
Project description
pypmed - a simple Python interface for PubMed's API
pypmed is a Python library that provides easy access to the PubMed's APIs.
Installation
pip install pypmed
Example usage
This example can be executed in this example notebook.
from pypmed import apis
search_criteria = {'author_first_name': 'rachel',
'author_last_name': 'gottschalk',
'institution': 'university of pittsburgh at pittsburgh',
'publication_year': 2022
}
response = apis.query_pubmed_api(search_criteria=search_criteria)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pypmed-0.1.3.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.3.tar.gz
.
File metadata
- Download URL: pypmed-0.1.3.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.9.1 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
2a0ce4634fe216671d83f5ede8ebf9176b07906ea1baae7b08cdb86a01c3c59b
|
|
MD5 |
80200bc03af318bfd6bd1c45ac40f7a2
|
|
BLAKE2b-256 |
4fc4d954ceb8b3a5470136eaf5f802fe286a51a2454284a6185c6217a6d2160e
|
File details
Details for the file pypmed-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.3-py3-none-any.whl
- Upload date:
- Size: 5.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.4.1 CPython/3.9.1 Darwin/21.6.0
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
96d8db70bd76623c1beca78037c832f988fab64ee591b7a399e58f576a2209dd
|
|
MD5 |
5dc0ffc7710982a5a0dc04687687467d
|
|
BLAKE2b-256 |
2d464f35b5e32294458b01fc291e5e318b6a54c0b31b8bf52b8271f17a6c6fbb
|