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...
ghost.py : ghost.py is a webkit web client written in python.
Pyramid : Pyramid is a very general open source Python web framework.
Google App Engine : Google App Engine lets you run web applications on Google's infrastructure. App Engine applications are easy to build, easy to maintain, and easy to s...
Pyre : Pyre is a performant type checker for Python compliant with PEP 484. Pyre can analyze codebases with millions of lines of code incrementally – providi...
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function