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...
Faktory : Faktory is a language-agnostic, persistent background job system.
readability-lxml : In few words, Given a html document, it pulls out the main body text and cleans it up. It also can clean up title based on latest readability.js code.
Locust : A modern load testing framework
Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
Flask : Flask is a microframework for Python based on Werkzeug, Jinja 2 and good intentions. And before you ask: It's BSD licensed!
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function