Skip to main content

High-level helpers for PubMed search, metadata & full-text retrieval.

Project description

searchpubmed

A Python helper‑library for programmatic PubMed work:

  • Search – build and run complex boolean queries (E‑Search)
  • Link – map PMIDs ↔ PMCIDs (E‑Link)
  • Fetch – pull rich article metadata (E‑Fetch / E‑Summary)
  • Full‑text – download JATS XML + HTML from PMC
  • Analyse – get tidy results as pandas DataFrames

CI codecov

Query‑builder

The package now ships with a lightweight query‑builder and five pre‑tuned strategies for common real‑world‑data searches.

from searchpubmed import build_query, STRATEGY3_OPTS
print(build_query(STRATEGY3_OPTS)[:120] + "…")
# => (("observational" 5 "ehr"[tiab] OR …) AND english[lang] AND ("2010"[dp] : "3000"[dp]))

Create your own QueryOptions:

from searchpubmed import QueryOptions, build_query
opts = QueryOptions(
    data_sources=["ehr", "claims"],  # synonym keys
    design_terms=["observational", "secondary"],
    proximity_within=None,
)
print(build_query(opts))

Core features

  • Perform complex boolean searches (AND/OR/NOT, phrase, proximity N)
  • Batch retrieval of PMIDs and conversion to PMCIDs
  • Fetch detailed metadata (title, abstract, authors, journal, date)
  • Configurable rate‑limiting to stay within NCBI usage caps
  • Results returned as pandas DataFrames for instant analysis

Installation

pip install searchpubmed

License

Apache 2.0 – see the LICENSE file for details.

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

searchpubmed-0.5.4.tar.gz (34.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

searchpubmed-0.5.4-py3-none-any.whl (27.4 kB view details)

Uploaded Python 3

File details

Details for the file searchpubmed-0.5.4.tar.gz.

File metadata

  • Download URL: searchpubmed-0.5.4.tar.gz
  • Upload date:
  • Size: 34.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for searchpubmed-0.5.4.tar.gz
Algorithm Hash digest
SHA256 9b4c483f1c595b6b3ec679e5b9d2506842b8056a8c82d06b446f887830dac046
MD5 5c4943d8e4ecc3c72ae771ea09a0678b
BLAKE2b-256 0931972b1e119a7088860fd4b64dac0e45336fb01455a98f0d3aaa59dc2be1e6

See more details on using hashes here.

Provenance

The following attestation bundles were made for searchpubmed-0.5.4.tar.gz:

Publisher: publish.yml on OHDSI/searchpubmed

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file searchpubmed-0.5.4-py3-none-any.whl.

File metadata

  • Download URL: searchpubmed-0.5.4-py3-none-any.whl
  • Upload date:
  • Size: 27.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.12.9

File hashes

Hashes for searchpubmed-0.5.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3a3241a355ae1a33150ec728443b1311ec0048e65c0c83846aba3061c754c6fd
MD5 98b8b1c4c617f2bedfdc73b5f811d4aa
BLAKE2b-256 a45030e14af91a4884b4b9e9f63a625839ae74d3abd440a1fb39dffa2b110db4

See more details on using hashes here.

Provenance

The following attestation bundles were made for searchpubmed-0.5.4-py3-none-any.whl:

Publisher: publish.yml on OHDSI/searchpubmed

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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