The Hitchhiker's Guide to Python! : This opinionated guide exists to provide both novice and expert Python developers a best-practice handbook to the installation, configuration, and usa...
Alembic : Alembic is a new database migrations tool, written by the author of SQLAlchemy.
Bandit : Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs approp...
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function