Skip to content

triplequote/pants

Folders and files

NameName
Last commit message
Last commit date
Oct 21, 2019
Oct 30, 2019
Oct 22, 2019
Oct 17, 2019
Oct 7, 2019
Oct 31, 2019
Oct 25, 2019
Oct 31, 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
Oct 19, 2019
Apr 3, 2014
Nov 19, 2016
Jun 21, 2019
Oct 28, 2019
Oct 22, 2015
Jan 18, 2018
Oct 19, 2019
Oct 29, 2019
Aug 19, 2019
Oct 3, 2019
Oct 1, 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.