Please supports a number of popular languages and can automate nearly any aspect of your build process.
Please is designed to parallelise builds & tests to make the most of your CPU. It's written in Go so it's fast & efficient itself, and it can build just the required parts of your code on each invocation.
All your code & dependencies get packed into a single file which can easily be deployed & run on a server. This helps deploy languages like Python which don't do this naturally.
Because Please can build many languages already (and you can easily write rules to teach it about others) you always invoke one tool to build any language or run any test, simplifying your continuous integration and development processes.
We've developed Please in tandem with our internal integration tools, so whenever any of our engineers merges a pull request, we invoke it to make sure any affected tests are passing before merging it in. Because Please allows fine-grained dependencies and knows them for every test, we can run just the affected ones to keep this step fast & lightweight.
Got integration tests that need to spin up servers, write files, and find ports? No problem, tests can be easily sandboxed to isolate them from the network and each other.