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.4.tar.gz
(4.6 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.4.tar.gz
.
File metadata
- Download URL: pypmed-0.1.4.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 |
833657fbf5d28646519f4cf7afff85ecbff7abcd80efb67e8dd68822741d69b6
|
|
MD5 |
c1cfe75d3db33f74a8d0b2286c74af7a
|
|
BLAKE2b-256 |
7733c14f211e3ad4dcdaebf506aa56b09449f6f0e7f84705372f55ce8aed1838
|
File details
Details for the file pypmed-0.1.4-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.4-py3-none-any.whl
- Upload date:
- Size: 5.9 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 |
7ed2705111683ced7490db4bae4daf24951f177558dcb36260001354910b86f2
|
|
MD5 |
dc4d3670662194b4bf2eda0099f18459
|
|
BLAKE2b-256 |
f21418ea226245be928485a818cf279b5f068dc41fb37dbc97041b2c92444411
|