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...
ruff : An extremely fast Python linter and code formatter, written in Rust.
Data Science Toolkit : A collection of the best open data sets and open-source tools for data science, wrapped in an easy-to-use REST/JSON API with command line, Python and ...
mock : A Python Mocking and Patching Library for Testing
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function