You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ever wonder if your repos still reference Python releases that reached end-of-life? Drop this tiny scanner into your CI (or run it locally) and it will crawl Dockerfiles, requirements, setup.cfg, pyproject.toml, GitHub Actions, tox.ini, etc. and fail the build if any EOL “snake” is found. Keeps your projects safe, modern and green.
Dead-simple CLI that finds Python 2 relics in your code via AST.
Install
pip install dead-snakes-scanner
About
Ever wonder if your repos still reference Python releases that reached end-of-life? Drop this tiny scanner into your CI (or run it locally) and it will crawl Dockerfiles, requirements, setup.cfg, pyproject.toml, GitHub Actions, tox.ini, etc. and fail the build if any EOL “snake” is found. Keeps your projects safe, modern and green.