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.5.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.5.tar.gz
.
File metadata
- Download URL: pypmed-0.1.5.tar.gz
- Upload date:
- Size: 4.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
053f0a78a850ad480e57b2112326bb325b0aa4db9b04b1a4b7a068b0908be091
|
|
MD5 |
27ba5eb6586364d9996765bbf61feb0e
|
|
BLAKE2b-256 |
abf410c0365ac223833773678c5a365f4845974b5661ef8616a7f13e799acc21
|
File details
Details for the file pypmed-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.5-py3-none-any.whl
- Upload date:
- Size: 6.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
002f42cfc52acb3e9d60c3ac381e1275f285bf365e4ed6cedfb691813737b6bd
|
|
MD5 |
829e1d56f72006ef72df0eb3dbdac588
|
|
BLAKE2b-256 |
3f66b13834d88f89e765c6b5d8d818493b6bf2b92b396abeead52052c3c0d342
|