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.6.tar.gz
(4.7 kB
view details)
Built Distribution
File details
Details for the file pypmed-0.1.6.tar.gz
.
File metadata
- Download URL: pypmed-0.1.6.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 |
c005ea4336c3fcccd2bc9bc7c037a35b672b179386de711302246b69e6a909c5
|
|
MD5 |
92c8d7b7c855fd3de7dfa8a487d88064
|
|
BLAKE2b-256 |
8625ed2a567f98caad848964d6257e680e40f0a001eda06b7560c8f2fa90a7f9
|
File details
Details for the file pypmed-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: pypmed-0.1.6-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 |
284d70046226026d19e72b4e981d37a2acb400abbd7427e66160de4a29da4166
|
|
MD5 |
2513cb8027fb038db5c75f117a166f89
|
|
BLAKE2b-256 |
292026cf3ea891ca65cc97ca8f42bf3d9338145b16bc27913be91036ecb748b1
|