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.8.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.8.tar.gz
.
File metadata
- Download URL: pypmed-0.1.8.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 | 73788d52eb63a35f562ee1d09b47c78dbae21ccceac10291aad646669ef412f2 |
|
MD5 | caaa908d4d34cd0e99f69f43e0e2ef89 |
|
BLAKE2b-256 | d6798325c2b77461d08776de8142ccd77daf3f2738d3e08213ed5dc15c931a5e |
File details
Details for the file pypmed-0.1.8-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.8-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 | 08f03016d6e2451c05e4164ef071bc34dea8b97842323bf24218e18b85c0b7db |
|
MD5 | 2f609ecbffc6bb27a654c28ef4e81748 |
|
BLAKE2b-256 | 7c2fa64f966a67a38e682b1b7455fd1e071c92a5cd4281680bd1d6213b6d5701 |