mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-07-27 20:07:50 +00:00
874 B
874 B
name, description
| name | description |
|---|---|
| update-pypi-dates | Refresh tracked PyPI last-updated dates in awesome-quant README.md. Use when the user asks to update PyPI dates, refresh PyPI metadata, or run update-pypi-dates. |
Update PyPI Dates
Refresh last release dates for selected PyPI packages listed in README.md.
Workflow
- Run the checker:
uv run python .agents/skills/update-pypi-dates/scripts/check_pypi_dates.py
- Show the user which packages changed.
- Run README validation:
uv run python scripts/validate_readme.py
- If the user asked for a commit, stage only the relevant files and commit.
- Do not push unless the user explicitly asks.
Tracked Packages
The script currently tracks:
qfrmchinesestockapitusharemetatrader5/MetaTrader5
To add packages, edit PYPI_PROJECTS in scripts/check_pypi_dates.py.