Ben Chuanlong Du's Blog

It is never too late to learn.

Python Build Tools

Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!

poetry

poetry is the best dependency management/packaging tool for Python and is widely adopted.

pybuilder/pybuilder

pypa/pipenv

pydoit

ninja

PlatformIO

Meson

buildbot/buildbot

Buildbot is a Python system to automate the compile/test cycle to validate code changes.

References

https://frostming.com/2019/01-04/pipenv-poetry

https://www.youtube.com/watch?v=GBQAKldqgZs&feature=youtu.be

https://www.youtube.com/watch?v=GBQAKldqgZs&feature=youtu.be

https://medium.com/@DJetelina/pipenv-review-after-using-in-production-a05e7176f3f0

http://www.pybloggers.com/2018/07/pipenv-promises-a-lot-delivers-very-little/

https://hynek.me/articles/python-app-deps-2018/

https://medium.com/@fedor/setting-up-intellij-for-py-gradle-758770367858

https://jacobian.org/2018/feb/21/python-environment-2018/

Comments