NCBI E-utilities Client
Project description
pyeutils is a lightweight Python wrapper for the NCBI E-utilities (Entrez Programming Utilities) API. It simplifies programmatic access to the vast array of biomedical data available from NCBI, including PubMed, Gene, Protein, Nucleotide, and more.
NCBI’s E-utilities are a powerful but low-level REST interface. pyeutils abstracts the complexity and provides a more Pythonic way to interact with the API.
Features
Convenient interface to NCBI’s Entrez databases
Supports key E-utilities: esearch, efetch, esummary
epost, elink, egquery, and espell not yet implemented
Handles request throttling and query parameters
Returns structured Python objects (e.g., dicts, lists, or parsed XML/JSON)
Compatible with Python 3.9+
Installation
Install via pip:
pip install pyeutils
Quick Start
import pyeutils
client = pyeutils.NcbiEutils(API_TOKEN)
result = client.esearch('assembly', 'GCF_000005845.2')
print(result.id_list)
Documentation
none yet
License
MIT License. See LICENSE file for details.
Support
For questions, bugs, or feature requests, open an issue at: https://github.com/Fxe/pyeutils/issues
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyeutils-0.0.1.tar.gz.
File metadata
- Download URL: pyeutils-0.0.1.tar.gz
- Upload date:
- Size: 9.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
cc95f3bc0c5d94771b6672738cc54e5d1473916de609259189009cc6e7a30c71
|
|
| MD5 |
aacdb506c1d23473b8d7d5bc88b6efaf
|
|
| BLAKE2b-256 |
228c61babdbf380ee9f0e50b36dab5dce744885e3135b9b80bd7ae6d65f8ab93
|
File details
Details for the file pyeutils-0.0.1-py3-none-any.whl.
File metadata
- Download URL: pyeutils-0.0.1-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
014201cb108671779ce8edb57596c2c623656c940db5882cf12a322973f6da85
|
|
| MD5 |
369b77b03560907a67d6eb5601ae2b1f
|
|
| BLAKE2b-256 |
d2dae543c0290a0d5eaff46547252171a2cc09fca439783c9a799d80d4f20b31
|