Hacker News new | ask | show | jobs
by ensignavenger 1263 days ago
If you are wanting to release it to pypi as a python package, I would personally use Poetry. But your case- a single pure Python package, is a simple case that won't have many problems like are brought up in the article, whatever tool you use.

If you want a stand alone executable, I haven't found a good, single, cross platform tool for that yet... seems like there is a separate tool for each platform.

2 comments

> If you want a stand alone executable, I haven't found a good, single, cross platform tool for that yet.

PyInstaller is cross platform, and arguably good.

Nuitka works on Windows, Linux and Mac

https://nuitka.net/