Structured Python interface to NCBI E-Utilities.
Project description
eutils is a Python package dedicated to searching and fetching records from NCBI using their E-Utilities interface.
A Quick Example
import eutils client = eutils.Client(email = 'your@emailaddress.com') pmr = client.pubmed.fetch(555) for pmr in client.pubmed.search('Hart RK [AU]'): print('{pmr.author1} wrote {pmr.title} in {pmr.year}'.format(pmr=pmr))
Installation and quick start
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
eutils-0.0.1.tar.gz
(52.5 kB
view details)
Built Distribution
eutils-0.0.1-py2.7.egg
(28.8 kB
view details)
File details
Details for the file eutils-0.0.1.tar.gz
.
File metadata
- Download URL: eutils-0.0.1.tar.gz
- Upload date:
- Size: 52.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0fc986cadc023498dd98456703eed866aa0e455c97dab5bdda96ec326b4fc067 |
|
MD5 | 41f61dfdb3f017d1acbe2126f588a787 |
|
BLAKE2b-256 | 2158a526c731d1cf819e0ce78815d72dcd8fff30fb2776e83d942abe71d9cb98 |
Provenance
File details
Details for the file eutils-0.0.1-py2.7.egg
.
File metadata
- Download URL: eutils-0.0.1-py2.7.egg
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 03e7e10419b1879f959bae2b824fd5b8e49f8c73efa21e9d5e7a209e75618208 |
|
MD5 | 94215300effea407c5ba761c3d6fa68d |
|
BLAKE2b-256 | ce5ce486f1ace9fa13a7ed3852dc6024014c38f83963f5dd4d2b00fb19a14c3e |