ScholarTools / ST_pubmed

Pubmed Entrez API implementation
MIT License
1 stars 0 forks source link

Pubmed

This is an implementation of the National Library of Medicine's Entrez API that is focused on providing functionality related to Pubmed.

The provided gateway functions provide a way of programmatically interacting with Pubmed.

The alternatives include:

  1. Web scraping, which I discourage since the API is generally a better approach
  2. A mix of web browsing and offline analysis of data
  3. Direct usage of the Pubmed database, which can be downloaded from ... (TODO: Insert link)

Current Status

This is currently a very slow work in progress.

Usage Examples

Examples are currently demonstrated in test_api.py

As the library stabilizes I'll move more examples here.

Setup