Launcher exe for distributing Python apps on Windows
Project description
An other tool to make standalone Windows applications with Python.
The launcher is a small C program that loads the Python DLL and calls Py_Main with itself as parameter, loading a zipped Python application appended to the exe. It isolates the execution from the environment (e.g. other Python installations on the same machine).
Dependencies are installed with pip. There is no automatic detection or scanning of source files. Instead, setup.py (with setuptools’ install_requires) or requirements.txt is used.
Quick Start
- make a setup.py for your application, use scripts and/or entry_points for console_scripts
- run python setup.py bdist_launcher
Done. See result in dist/launcher*.
Documentation
See documentation/index.rst for more details.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size python_embedded_launcher-0.13-py2.py3-none-any.whl (62.2 kB) | File type Wheel | Python version py2.py3 | Upload date | Hashes View |
Filename, size python-embedded-launcher-0.13.tar.gz (60.1 kB) | File type Source | Python version None | Upload date | Hashes View |
Hashes for python_embedded_launcher-0.13-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 71bc72b7439702237ef80e008bbe33491eed303de5919a56a2bb603f8a8b43fb |
|
MD5 | 515f5e25451327b785487bc4f14d9801 |
|
BLAKE2-256 | a29438cdec732ef4ec1677b466ec1df215a0cd91dcfb4c96e6bea19cf72c7ad7 |
Hashes for python-embedded-launcher-0.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91b9d678ed9d80169e0b44b63dd78d6603f6fa0fc65e25be1e10818f7c42d54d |
|
MD5 | 71f0ac6d4b24ed431c16df6b24d6f10c |
|
BLAKE2-256 | 336dcc6c412675496d39660cdd479990bd86cef569fdfefa16f6a8262e548f86 |