edwh-pipcompile-plugin
Table of Contents
Installation
pip install edwh-pipcompile-plugin
But probably you want to install the whole edwh package:
pipx install edwh[pip]
# or
pipx install edwh[plugins,omgeving]
Usage
To see all available subcommands or get help for a specific command, you can use:
edwh help pip
edwh help pip.compile
You can use pip.compile (and pip.upgrade, etc.) in multiple ways.
You can run it on a specific file: ew pip.compile <myfile.in>. This will result in a myfile.txt.
You can run it on a directory: ew pip.compile <mydirectory> or ew pip.compile ..
This will transform all .in files into .out files (with the same name):
mydirectory/first.in->mydirectory/first.txtmydirectory/second.in->mydirectory/second.txt
You can also add --combine to combine multiple .in files into a single .txt file (
called <directory>/requirements.txt).
If you want to modify this behavior, you can do so via pyproject.toml:
[tool.edwh.pipcompile.directory]
input = ["first.in", "../second.in"] # will ignore other .in files;
# transformed to directory/first.in and ./second.in
output = "output.txt" # directory/output.txt
Where 'directory' is the name of a specific folder.
You can use the special symbol __cwd__ to target the project folder.
License
edwh-pipcompile-plugin is distributed under the terms of the MIT license.
Changelog
Release files for edwh-pipcompile-plugin 0.6.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| edwh_pipcompile_plugin-0.6.1.tar.gz | 11.8 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| edwh_pipcompile_plugin-0.6.1-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 21.9 kB
Release files / edwh_pipcompile_plugin-0.6.1.tar.gz
| Download URL | edwh_pipcompile_plugin-0.6.1.tar.gz |
|---|---|
| Size | 11.8 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
a2114ebffefac32b6364c56c4ecc2b6e739e6fcd2387b3e56cdbacf884e7ae50
|
|
BLAKE2b-256 checksum How to use checksums |
557c7b6441a6a5562901235b4862e56168997c9252169a933607415b89ffa4fb
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.28.1
|
Release files / edwh_pipcompile_plugin-0.6.1-py3-none-any.whl
| Download URL | edwh_pipcompile_plugin-0.6.1-py3-none-any.whl |
|---|---|
| Size | 10.2 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
54cf27a1611f72683168961768995ab7625e4e0033edc88fa169c7e729bcf2c9
|
|
BLAKE2b-256 checksum How to use checksums |
1ec3cea0571741363b2d5ea0e9ed0c00eb7f1fe1dd70a0771acdf57450f27341
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
python-httpx/0.28.1
|