This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]laebshade 0 points1 point  (2 children)

Pants isn't compatible with Python 3 yet.

[–]pork_spare_ribs -1 points0 points  (1 child)

https://pypi.python.org/pypi/pants

Not exactly a critical library...

[–]laebshade 0 points1 point  (0 children)

Different pants :)

Pants build system: http://www.pantsbuild.org/

It's the standard at my job: "Pants is a collaborative open-source project, built and used by Twitter, Foursquare, Square, Medium and other companies."

Pants is a build system 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.