Skip to main content

litsync — incremental PubMed + PMC + FDA + ClinicalTrials.gov mirror

A modern, daily-runnable CLI for mirroring bulk biomedical datasets. It tracks every file in a SQLite state DB so re-runs do the minimum work: already-verified immutable files are skipped with no network request beyond the directory/manifest listing.

Documentation: https://takshan.github.io/LitSync

Install

pip install -e .

Or use the Makefile:

make install
make dev

Quick start

litsync --data-root /data/literature --email you@institute.org

Common options:

litsync --data-root /data/literature --email you@institute.org \
  --sources pubmed pmc fda clinicaltrials \
  --fda-endpoints drug/event drug/label
--sources pubmed pmc fda clinicaltrials   # which corpora (default: all four)
--fda-endpoints drug/event drug/label     # default: all openFDA endpoints
--pmc-groups oa_comm oa_noncomm oa_other
--pmc-formats xml txt                     # default: xml
--workers 4                               # concurrent downloads (keep modest; be polite)
--dry-run                                 # plan only, download nothing
--reverify                                # re-download local files (integrity audit)
--prune                                   # delete local files no longer on the server
--count-articles                          # count articles in already-downloaded files (no network)
--no-rich                                 # disable Rich progress bars / tables

On-disk layout

/data/literature/
  pubmed/baseline/                    pubmed26nXXXX.xml.gz (+ .md5 verified)
  pubmed/updatefiles/                 daily citation deltas
  pmc/oa_bulk/<group>/<fmt>/          baseline + dated incremental .tar.gz
  pmc/oa_file_list.csv                PMCID <-> PMID id map
  fda/<category>/<endpoint>/          openFDA bulk snapshot zips + extracted JSON
  clinicaltrials/ctg-public-xml.zip   ClinicalTrials.gov full XML dump
  clinicaltrials/ctg-public-xml/      extracted study XML files
  _state/state.sqlite                 file ledger (status, size, mtime, md5, etag, attempts)
  _state/logs/                        dated run logs
  _state/litsync.lock                 run lock (prevents overlapping cron runs)

Cron (daily 02:30)

30 2 * * *  /path/to/venv/bin/litsync --data-root /data/literature --email you@institute.org >> /data/literature/_state/cron.log 2>&1

Extract corpus to sharded JSONL

litsync-extract --data-root /data/literature --out /data/corpus \
  --sources pubmed pmc fda clinicaltrials

Or with Make:

make extract DATA_ROOT=/data/literature CORPUS_OUT=/data/corpus
make extract-test DATA_ROOT=/data/literature
image

Integrity model

  • PubMed: every .xml.gz is verified against its NCBI .md5 sidecar.
  • PMC: bulk packages have no md5 sidecar, so they are verified by Content-Length and an ETag is recorded for change detection.
  • openFDA / ClinicalTrials.gov: these sources publish full snapshots. The downloader detects changed snapshots via ETag / Last-Modified / Content-Length and only re-downloads when the snapshot changes. When a snapshot changes it is extracted again next to the zip file.
  • Downloads are atomic (.part -> rename) and resumable via HTTP Range.
  • Exit code is non-zero if any file failed, so cron/monitoring can alert.

Notes on sources

  • openFDA bulk data is zipped JSON. The manifest is fetched from https://api.fda.gov/download.json. Each endpoint partition becomes one downloaded/extracted unit.
  • ClinicalTrials.gov bulk data is the full public XML dump from https://clinicaltrials.gov/api/legacy/public-xml?format=zip. One XML file per study.
  • Both sources are snapshots, not daily deltas. Daily runs are still cheap because unchanged snapshots are skipped; changed snapshots are replaced in full.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

litsync-0.0.5.tar.gz (29.1 kB view details)

Uploaded Source

Built Distribution

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

litsync-0.0.5-py3-none-any.whl (33.3 kB view details)

Uploaded Python 3

File details

Details for the file litsync-0.0.5.tar.gz.

File metadata

  • Download URL: litsync-0.0.5.tar.gz
  • Upload date:
  • Size: 29.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for litsync-0.0.5.tar.gz
Algorithm Hash digest
SHA256 994a9c98503fef8846d6a7998b8621e9a54afea844c352a9c2a1ca6f0571d38f
MD5 391698ebb3dfa38d8c4a842d8f3220f0
BLAKE2b-256 4109d6fe143b6f38a07c212779e1f973de0296234c5473025be3a9cc4e255330

See more details on using hashes here.

Provenance

The following attestation bundles were made for litsync-0.0.5.tar.gz:

Publisher: publish.yml on Takshan/LitSync

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

File details

Details for the file litsync-0.0.5-py3-none-any.whl.

File metadata

  • Download URL: litsync-0.0.5-py3-none-any.whl
  • Upload date:
  • Size: 33.3 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/7.0.0 CPython/3.13.14

File hashes

Hashes for litsync-0.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 22a16063621e09f2425d00957afce2bb919c84954b1d2375319060a3a47ef41d
MD5 f0d22a637b5b646860ff6b8fc775cc16
BLAKE2b-256 f81df27965cc0a6bc492148442f086c37b9ed64f320aa8ad20944e7ce7d2687c

See more details on using hashes here.

Provenance

The following attestation bundles were made for litsync-0.0.5-py3-none-any.whl:

Publisher: publish.yml on Takshan/LitSync

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

Release history Release notifications | RSS feed

This release

0.0.5 This release

2 files

0.0.4

2 files

0.0.3

2 files

0.0.2

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page