Metadata-Version: 2.4
Name: poetry-pyinstaller-plugin
Version: 2.0.3
Summary: Poetry plugin to build and/or bundle executable binaries with PyInstaller
License: MIT
License-File: LICENSE
Keywords: poetry,plugin,pyinstaller,binary
Author: Thomas Mahé
Author-email: contact@tmahe.dev
Maintainer: Thomas Mahé
Maintainer-email: contact@tmahe.dev
Requires-Python: >=3.10,<3.15
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Plugins
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Build Tools
Classifier: Topic :: System :: Software Distribution
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: System :: Installation/Setup
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

<p align="center">
<img src="https://i.ibb.co/F40btfY1/pyinstaller-plugin-header.png" alt="PyInstaller plugin for Poetry"/>
</p>
<p align="center">
<img src="https://img.shields.io/github/check-runs/thmahe/poetry-pyinstaller-plugin/master" alt="GitHub branch check runs"/>
<img src="https://img.shields.io/pypi/v/poetry-pyinstaller-plugin" alt="PyPI - Version"/>
<img src="https://img.shields.io/pypi/dm/poetry-pyinstaller-plugin" alt="PyPI - Downloads"/>
</p>

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


