mirror of
https://github.com/vinta/awesome-python.git
synced 2026-05-23 21:12:14 -05:00
[PR #2421] [CLOSED] Add pants #13138
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/vinta/awesome-python/pull/2421
Author: @jriddy
Created: 4/5/2023
Status: ❌ Closed
Base:
master← Head:add-pants📝 Commits (2)
217b78fAdd the Pants build systemc29e9cbMerge branch 'vinta:master' into add-pants📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.