Skip to content

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.

Notifications You must be signed in to change notification settings

swamy18/dead-snakes-scanner

Repository files navigation

README.md

dead-snakes-scanner

ci codecov PyPI

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages