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.

pantslogo

 

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:

  • Are large and/or growing rapidly

  • Consist of many subprojects that share a significant amount of code

  • Have complex dependencies on third-party libraries

  • Use a variety of languages, code generators and frameworks

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."

 

pants1

 

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.

 

pantslogo

More Information

Pants Documentation

Twitter Blog

Related Articles

Twitter 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.

Gradle 2.0 Released

 

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, FacebookGoogle+ or Linkedin

 

Banner


Insights From AI Index 2024 Report
17/04/2024

Published this week, the latest Stanford HAI AI Index report tracks worldwide trends in AI. A mix of its new research and findings from many other sources, it provides a wide ranging look at how  [ ... ]



Deno Improves JSR Support
08/04/2024

Deno has been updated to improve JSR support, and to build on the Temporal API introduced in version 1.4.  Deno is the JavaScript and TypeScript runtime from the creator of Node.js.


More News

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

Last Updated ( Monday, 06 June 2016 )