Skip to content

jduan/pants

 
 

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://pantsbuild.github.io/

We release to PyPI version license downloads

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)
  • OpenJDK 7 or greater, Oracle JDK 6 or greater
  • Internet access (so that pants can fully bootstrap itself)

Packages

No packages published

Languages

  • Python 88.0%
  • Java 6.7%
  • Scala 1.7%
  • HTML 1.4%
  • Shell 1.1%
  • JavaScript 0.6%
  • Other 0.5%