notifiers : A Python one stop shop for all notification providers with a unified and simple interface.
Scrapy : Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. It can be...
Diagrams : Diagrams lets you draw the cloud system architecture in Python code.
It was born for prototyping a new system architecture without any design tools. Y...
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...
docopt : Command-line interface description language. docopt helps you define interface for your command-line app, and automatically generate parser for it.
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function