Skip to main content
Version: 2.9 (deprecated)

Overview


The Python ecosystem has a great many tools for various features. Pants installs, configures, and invokes those tools for you, while taking care of orchestrating the workflow, caching results, and running concurrently.

Pants currently supports the following goals and features for Python:

goalunderlying tools
dependency resolutionpip
test runningpytest
linting/formattingblack, yapf, flake8, docformatter, isort, pylint, bandit, autoflake, pyupgrade
typecheckingMypy
code generationprotoc (including the gRPC and MyPy plugins)
packagingsetuptools, pex, aws lambda
running a REPLpython, iPython
counting lines of codescc

There are also goals for querying and understanding your dependency graph, and a robust help system. We're adding support for additional tools and features all the time, and it's straightforward to implement your own.