Poetry plugin to export the dependencies to various formats
Project description
Poetry Plugin: Export
This package is a plugin that allows the export of locked packages to various formats.
Note: For now, only the requirements.txt
format is available.
This plugin provides the same features as the existing export
command of Poetry which it will eventually replace.
Installation
The easiest way to install the export
plugin is via the plugin add
command of Poetry.
poetry plugin add poetry-plugin-export
If you used pipx
to install Poetry you can add the plugin via the pipx inject
command.
pipx inject poetry poetry-plugin-export
Otherwise, if you used pip
to install Poetry you can add the plugin packages via the pip install
command.
pip install poetry-plugin-export
Usage
The plugin provides an export
command to export to the desired format.
poetry export -f requirements.txt --output requirements.txt
Note: Only the requirements.txt
format is currently supported.
Available options
--format (-f)
: The format to export to (default:requirements.txt
). Currently, onlyrequirements.txt
is supported.--output (-o)
: The name of the output file. If omitted, print to standard output.--without
: The dependency groups to ignore when exporting.--with
: The optional dependency groups to include when exporting.--only
: The only dependency groups to include when exporting.--default
: Only export the main dependencies. (Deprecated)--dev
: Include development dependencies. (Deprecated)--extras (-E)
: Extra sets of dependencies to include.--without-hashes
: Exclude hashes from the exported file.--with-credentials
: Include credentials for extra indices.
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.
Source Distribution
Built Distribution
File details
Details for the file poetry-plugin-export-1.0.6.tar.gz
.
File metadata
- Download URL: poetry-plugin-export-1.0.6.tar.gz
- Upload date:
- Size: 26.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | af870afceb38e583afa57bcfadfa5cd35ebd74e35aacadcb802bb3a073c13adb |
|
MD5 | 3a5d7858bfccafaa33dad343f99ade65 |
|
BLAKE2b-256 | 7a58040a58ad48814a3fd22d0ca78967deb4be72fdd0e2990085379a70a8fe1d |
File details
Details for the file poetry_plugin_export-1.0.6-py3-none-any.whl
.
File metadata
- Download URL: poetry_plugin_export-1.0.6-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.1.14 CPython/3.9.13 Linux/5.15.0-1014-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 55ae87d4560a6a3f96e04eba63c78cadbd0410e9652dee0ee1cde93281e9cb48 |
|
MD5 | 8a129f9f3f150cb6f1dbf7911b3b1e4a |
|
BLAKE2b-256 | 23d08fa7a78b125d6da7e6bf602be8bcdd68bd92f9021c28dc3769a340fd587e |