This software converts Python source code to independent Windows and Linux applications as a web service.
In addition to this, Python Packager also automatically adds licenses to the source code, provides source code analysis, and documentations of the code. The inclusion of such features means that the user doesn't have to worry about any of the documentation themselves as it is entirely taken care of by the software.
Python Packager is designed to be an easy-to-use web interface, primarily relying on already existing tools "under the hood." This makes it ideal for users not familiar with the tools to still be able to package Python programs without any hassle. The software's goal is to bring all these Python-based tools together into a single interface, making packaging Python programs as smooth as possible and providing users with a "just works" experience.
PyInstaller is used for building Python executables for both Linux and Windows, similar to Py2Exe. Additionally, the software also uses PyLint to analyse source code and epydoc for documentation. While Python Packager does not boast of any unique features, it is a very useful tool that simplifies the process of packaging Python programs.
Version r13: N/A