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.7.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.7.tar.gz
.
File metadata
- Download URL: pypmed-0.1.7.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 |
e5b75753c4e5491704e549918b730523bbc1d9ab2ca1f9529c3cfd639838f1bc
|
|
MD5 |
c0cdc34064ceaa141f2fee501f93a53e
|
|
BLAKE2b-256 |
6ba276647bb258ca178ab25d33d4d07833df71d44cabf1a06321276c261422ff
|
File details
Details for the file pypmed-0.1.7-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.7-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 |
4ecec0f8659693cffc16bb8bb55c7ac95c4e64c5ca71cbdaaebb038586cc73e5
|
|
MD5 |
41daa57b3f16d0f6f712d6da08510399
|
|
BLAKE2b-256 |
0ad905cfdbba8f24d95beb220c76e364829fb555e7f19e10a42a52b121d363df
|