Twitter Releases Pants |
Written by Kay Ewbank | |||
Monday, 06 June 2016 | |||
Twitter has released Version 1.0.0 of a Python build tool called Pants, an open source build tool for monorepo-style source repositories.
The tool is aimed at larger code bases that maven and ant can't deal with, according to the developers, who say it is designed for codebases that:
Pants supports an interesting range of languages in addition to Python, including Scala, Java, JavaScript, Go, C/C++, Thrift, protobuf, and Android code. It also works well with IntelliJ. According to a post on the Twitter blog, "Many developers at Twitter use IntelliJ and the IntelliJ Pants plugin imports Pants projects in a way IntelliJ understands."
Pants was used internally at Twitter before being released to the open source community, and continues to be Twitter's build tool of choice. The tool has a plugin API that has been stabilized for this release, enabling caching by default, and removing some unnecessary configuration to make setup easier.
Twitter began developing Pants to give it a way to maintain code in large single monorepo repositories, where standard build tools experienced performance degradation as the codebase grew and builds became more complex. Pants has been developed to cope well with large monorepos through the use of techniques including a distributed cache, concurrent task execution, incremental compilation, and fine-grained dependency management. The 1.0.0 release has a stabilized plugin API, caching enabled by default, and some unnecessary configuration has been removed to make setup easier.
More InformationRelated ArticlesTwitter Promises Devs A Better Future Twitter Flight Now Taking Applications Twitter Mobile Developer Conference Twitter tells developers: stop building apps! Twitter Switches Off JSON API - No More Tweet Counts.
To be informed about new articles on I Programmer, sign up for our weekly newsletter,subscribe to the RSS feed and follow us on, Twitter, Facebook, Google+ or Linkedin.
Comments
or email your comment to: comments@i-programmer.info |
|||
Last Updated ( Monday, 06 June 2016 ) |