Description
Python applications can be bundled with their dependencies into distributable executables or folders. This is useful for developers who want to ship tools to systems where Python modules are not already installed.
It is a build and packaging tool. Bundles may include hidden dependencies or platform-specific behavior, so generated packages should be tested and scanned before distribution.