An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          


PyInstaller plugin for Poetry



GitHub branch check runs
PyPI - Version
PyPI - Downloads

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/).