Skip to content

pantsbuild/pants

Folders and files

NameName
Last commit message
Last commit date
Mar 13, 2017
Jan 31, 2019
Feb 5, 2019
Feb 6, 2019
Mar 1, 2019
Dec 14, 2018
Jan 5, 2019
Mar 7, 2019
Feb 18, 2019
Mar 7, 2019
Jul 18, 2017
Apr 29, 2016
Jul 10, 2018
Oct 13, 2016
Aug 20, 2018
Jan 31, 2019
Jun 10, 2016
Dec 19, 2018
Nov 15, 2016
Jun 5, 2018
Mar 27, 2017
Jan 28, 2019
Apr 3, 2014
Nov 19, 2016
Oct 26, 2018
Jan 31, 2019
Oct 22, 2015
Jan 18, 2018
Feb 1, 2019
Jul 15, 2018
Jan 31, 2019
Jan 21, 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 Mac OS X
  • Python 2.7.x (the latest stable version of 2.7 is recommended)
  • 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