https://github.com/thmahe/poetry-pyinstaller-plugin
Poetry plugin to build and/or bundle binaries with PyInstaller
https://github.com/thmahe/poetry-pyinstaller-plugin
plugin poetry pyinstaller python
Last synced: 5 months ago
JSON representation
Poetry plugin to build and/or bundle binaries with PyInstaller
- Host: GitHub
- URL: https://github.com/thmahe/poetry-pyinstaller-plugin
- Owner: thmahe
- License: mit
- Created: 2024-02-22T15:33:29.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2026-01-16T20:29:12.000Z (5 months ago)
- Last Synced: 2026-01-17T09:12:04.329Z (5 months ago)
- Topics: plugin, poetry, pyinstaller, python
- Language: Python
- Homepage: https://poetry-pyinstaller-plugin.tmahe.fr/
- Size: 4.01 MB
- Stars: 39
- Watchers: 4
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Easily create executable binaries from your `pyproject.toml` using [PyInstaller](https://pyinstaller.org).
## Features
* **Multiple distribution formats**
* **Single file** created in `dist` folder (executable archive)
* **Folder** created in `dist` folder (containing executable and libraries)
* **Bundled** executable in platform specific wheels as scripts
* Both single file & folder distribution type can be bundled in wheels
## Installation
Poetry supports multiple installation methods for plugins.
For complete installation instructions, see the full [installation documentation](https://poetry-pyinstaller-plugin.tmahe.fr/getting_started/installation/).
## Documentation
[Documentation](https://poetry-pyinstaller-plugin.tmahe.fr/) for the current plugin version is available from the [official website](https://poetry-pyinstaller-plugin.tmahe.fr/).