foursquare / pants

Pants Build System

Home Page:http://pantsbuild.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pants Build System

Foursquare setup (must build on OSX and Linux)

$  brew uninstall rust rustup
$  brew install pyenv
$  pyenv install 2.7.17
$  pyenv global 2.7.17
???

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

About

Pants Build System

http://pantsbuild.github.io/

License:Apache License 2.0


Languages

Language:Python 77.9%Language:Java 7.0%Language:Rust 6.3%Language:Starlark 5.1%Language:Shell 1.1%Language:Scala 1.1%Language:HTML 0.7%Language:JavaScript 0.5%Language:CSS 0.1%Language:Thrift 0.0%Language:Dockerfile 0.0%Language:Go 0.0%Language:GAP 0.0%Language:C++ 0.0%Language:Gherkin 0.0%Language:C 0.0%