Skip to main content

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))

http://www.ncbi.nlm.nih.gov/books/NBK25499/

Installation and quick start

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

eutils-0.0.1.tar.gz (52.5 kB view hashes)

Uploaded Source

Built Distribution

eutils-0.0.1-py2.7.egg (28.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page