Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pants #2421

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Add pants #2421

wants to merge 2 commits into from

Conversation

jriddy
Copy link

@jriddy jriddy commented Apr 5, 2023

What is this Python project?

Pants is a flexible build system for Python, JVM, Go and other languages and environments. It focuses on build determinism and fine-grained caching to make your builds fast and reliable. It leverages existing information via code introspection to minimize boilerplate and intelligently create dependency links between parts of your codebase, so that you can build, test, and ship the things that you've changed, and not the things you haven't. While it is typically envisaged as a tool for managing a monorepo, it can be used as well for managing single projects in a repository.

Pants started at Twitter to handle their Scala monorepo, but was eventually spun off into its own thing, with a Pants v2 engine being a complete re-write from the ground up, focusing on more generalized use cases, rather than being an open-sourced version of a large SV company's build tools.

What's the difference between this Python project and similar ones?

Unlike Poetry or Flit, Pants has very strong support for multiple build targets, and can easily manage multiple projects with a single repository. It's a general purpose build tool that could be integrated with multiple language environments. Unlike some of the other tools in its class (like Bazel or Please), Pants is very actively developed, and has a very active community.

--

Anyone who agrees with this pull request could submit an Approve review to it.

@Robleigh23o
Copy link

ConscriptionConstriction! mindfulPy{¥}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants