Download
- PyPI: https://pypi.org/project/omim-cli/2.1.4/
- pip install omim-cli==2.1.4
Changes
- Add 429 rate-limit retry (10s backoff, one retry) for both remote check and download
- Use HEAD + Last-Modified for fast-path change detection
- check_updates() returns (need, failed) so users can distinguish confirmed updates from check failures
- Print full download URL on HTTP errors for manual download
- Unify request rhythm: 1s sleep before every request