Skip to content

v0.3.0

Choose a tag to compare

@SepineTam SepineTam released this 03 Jun 07:36

NBER CLI v0.3.0 Release Notes

What's New

Feed Cache Commands

  • feed init — Create a local SQLite cache for NBER's new working papers RSS feed.
  • feed fetch — Fetch the RSS feed, cache seen items, and show newly discovered papers. Supports --max-items, --display-all, and JSON output.
  • feed migrate — Move the feed cache database and update ~/.nber-cli/config.json.
  • feed clean — Clean cached records by age, date range, or all records with confirmation.
  • Python API and docs — Added feed cache helpers, data models, and English/Chinese documentation.

Installation

uv tool install nber-cli==0.3.0
# or
pip install nber-cli==0.3.0
# or
uvx nber-cli

Full Changelog: v0.2.0...v0.3.0
Download: v0.3.0 Release