pydantic : Data validation and settings management using python type annotations.
cliff : Command Line Interface Formulation Framework. cliff is a framework for building command line programs. It uses plugins to define sub-commands, output ...
Plone : Plone is a free and open source content management system built on top of the Zope application server.
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...
Locust : A modern load testing framework
Define user behaviour with Python code, and swarm your system with millions of simultaneous users.
sh (previously pbs) is a full-fledged subprocess interface for Python that allows you to call any program as if it were a function