Check PyPI projects for last updated dates and update README.md entries. Use this skill to keep PyPI project information current with latest release dates from PyPI. Run periodically to maintain up-to-date metadata on Python packages listed in awesome-quant.
Automatically check PyPI projects for their latest update dates and update corresponding README.md entries with the "(Last updated: YYYY-MM-DD)" information.
The skill maintains a list of PyPI projects in awesome-quant and:
Current projects tracked:
For each PyPI project, query: https://pypi.org/pypi/{package_name}/json
Extract the last release date from the releases data.
For each project with a new date:
(Last updated: 2024-08-27)Show the user:
If any updates were made:
git add README.md non-github-urls.md
git commit -m "Update PyPI project last updated dates"
git push origin main
The user can:
/update-pypi-datesUse scripts/check_pypi_dates.sh for the core update logic.