Skip to main content

Poetry plugin to bundle projects into various formats

Project description

Poetry bundle plugin

This package is a plugin that allows the bundling of Poetry projects into various formats.

Installation

The easiest way to install the bundle plugin is via the plugin add command of Poetry.

poetry plugin add poetry-bundle-plugin

If you used pipx to install Poetry you can add the plugin via the pipx inject command.

pipx inject poetry poetry-bundle-plugin

Otherwise, if you used pip to install Poetry you can add the plugin packages via the pip install command.

pip install poetry-bundle-plugin

Usage

The plugin introduces a bundle command namespace that regroups commands to bundle the current project and its dependencies into various formats. These commands are particularly useful to deploy Poetry-managed applications.

bundle venv

bundle venv

The bundle venv command bundles the project and its dependencies into a virtual environment.

The following command

poetry bundle venv /path/to/environment

will bundle the project in the /path/to/environment directory by creating the virtual environment, installing the dependencies and the current project inside it. If the directory does not exist, it will be created automatically.

By default, the command uses the current Python executable to build the virtual environment. If you want to use a different one, you can specify it with the --python/-p option:

poetry bundle venv /path/to/environment --python /full/path/to/python
poetry bundle venv /path/to/environment -p python3.8
poetry bundle venv /path/to/environment -p 3.8

Note

If the virtual environment already exists, two things can happen:

  • The python version of the virtual environment is the same as the main one: the dependencies will be synced (updated or removed).
  • The python version of the virtual environment is different: the virtual environment will be recreated from scratch.

You can also ensure that the virtual environment is recreated by using the --clear option:

poetry bundle venv /path/to/environment --clear

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

poetry-bundle-plugin-0.1.0.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

poetry_bundle_plugin-0.1.0-py3-none-any.whl (8.7 kB view details)

Uploaded Python 3

File details

Details for the file poetry-bundle-plugin-0.1.0.tar.gz.

File metadata

  • Download URL: poetry-bundle-plugin-0.1.0.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: poetry/1.2.0a1 CPython/3.9.4 Darwin/20.5.0

File hashes

Hashes for poetry-bundle-plugin-0.1.0.tar.gz
Algorithm Hash digest
SHA256 22d36161efee4c0171a867d2c074ad7fa5a327c193349779e94d28c292898497
MD5 fd5f116463f7dd62af1c271bd1fdbfc4
BLAKE2b-256 1f1ef05c2485fbf6d5f146316581f9e329fc181d478134401d1752dcd1e1210e

See more details on using hashes here.

File details

Details for the file poetry_bundle_plugin-0.1.0-py3-none-any.whl.

File metadata

File hashes

Hashes for poetry_bundle_plugin-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 9ca2d0c5856d2045296d2896a870daad0f93a5b29f3510fd7707350a2dc8ac1c
MD5 d8adb953e7421bf864794cbb45253a08
BLAKE2b-256 fd94975aa0fe76bf2dcd4b6c4e48221941bafe4def7c2d365f38f90faf01ce31

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page