Skip to content

sww/pants

Folders and files

NameName
Last commit message
Last commit date
Nov 18, 2019
Nov 18, 2019
Nov 20, 2019
Nov 5, 2019
Nov 8, 2019
Nov 21, 2019
Nov 21, 2019
Nov 21, 2019
Sep 22, 2019
Apr 29, 2016
Sep 2, 2019
Oct 11, 2019
Oct 7, 2019
Jun 22, 2019
Oct 29, 2019
Oct 3, 2019
Sep 8, 2019
Aug 13, 2019
Nov 15, 2016
Jun 5, 2018
Mar 27, 2017
Nov 18, 2019
Apr 3, 2014
Nov 19, 2016
Jun 21, 2019
Oct 28, 2019
Oct 22, 2015
Nov 21, 2019
Oct 29, 2019
Aug 19, 2019
Oct 3, 2019
Nov 17, 2019

Repository files navigation

Pants Build System

Pants is a build system for software projects in a variety of languages. It works particularly well for a source code repository that contains many distinct projects.

Friendly documentation: http://www.pantsbuild.org/

We release to PyPI version license

We use Travis CI to verify the build Build Status.

We use Coveralls to monitor test coverage Coverage Status.

Requirements

At a minimum, Pants requires the following to run properly:

  • Linux or macOS.
  • Python 3.6+.
  • A C compiler, system headers, Python headers (to compile native Python modules) and the libffi library and headers (to compile and link modules that use CFFI to access native code).
  • Internet access (so that Pants can fully bootstrap itself)

Additionally, if you use the JVM backend to work with Java or Scala code (installed by default):

  • OpenJDK or Oracle JDK version 7 or greater.

About

The Pants Build System

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 80.0%
  • Rust 16.7%
  • Starlark 0.9%
  • Java 0.9%
  • Go 0.7%
  • Shell 0.3%
  • Other 0.5%