ryansb / pants

The Pantsbuild developer workflow system

Home Page:https://www.pantsbuild.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pants Build System

Pants is a scalable build system for monorepos: codebases containing multiple projects, often using multiple programming languages and frameworks, in a single unified code repository.

Some noteworthy features include:

  • Explicit dependency modeling.
  • Fine-grained invalidation.
  • Shared result caching.
  • Concurrent execution.
  • Remote execution.
  • Unified interface for multiple tools and languages.
  • Extensibility and customizability via a plugin API.

Documentation: www.pantsbuild.org.

We release to PyPI version license

Requirements

To run Pants, you need:

  • Linux or macOS.
  • Python 3.7+ discoverable on your PATH.
  • A C compiler, system headers and Python headers (to compile native Python modules).
  • Internet access (so that Pants can fully bootstrap itself).

About

The Pantsbuild developer workflow system

https://www.pantsbuild.org

License:Apache License 2.0


Languages

Language:Python 76.3%Language:Rust 21.4%Language:Starlark 0.8%Language:Go 0.7%Language:Shell 0.4%Language:Scala 0.3%Language:Java 0.1%Language:Mustache 0.1%Language:C 0.0%