|
|
|
|
|
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. |
|
PyInstaller is cross platform, and arguably good.