pipen-cli-init
A pipen cli plugin to create a pipen project (pipeline)
Installation
pip install -U pipen-cli-init
Enablig/Disabling the plugin
Installing this plugin will enable it, and uninstalling will disable it.
Usage
❯ pipen init --help
Usage: pipen init [-h] [dir]
Initialize a pipen project (pipeline)
Optional Arguments:
-h, --help show help message and exit
Positional Arguments:
dir The directory to create the project in [default: ./]
Example
> cd example-pipeline/
> pipen init
> # answer the questions
> # after the project is created, install the dependencies
> uv sync
> # run the pipeline
> uv run python -m <pipeline_name>
> # or if you choose console_script to be True
> uv run <pipeline_name>
If you want to publish the pipeline:
uv build
uv publish
Then you can install it and run the pipeline globally:
> python -m <pipeline_name>
> # or if you choose console_script to be True
> <pipeline_name>
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pipen_cli_init-1.1.2.tar.gz
(204.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pipen_cli_init-1.1.2.tar.gz.
File metadata
- Download URL: pipen_cli_init-1.1.2.tar.gz
- Upload date:
- Size: 204.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b36121317978b60c241587b32af17013dda584f307af07f0392923be5de48d8a
|
|
| MD5 |
6f9b1375f9cd2e94fa64660f69e98e51
|
|
| BLAKE2b-256 |
ff4de3baf69bef5d9b0a5614199cabe991bd21c341f0f24cbc0729a4aa6d632a
|
File details
Details for the file pipen_cli_init-1.1.2-py3-none-any.whl.
File metadata
- Download URL: pipen_cli_init-1.1.2-py3-none-any.whl
- Upload date:
- Size: 6.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
uv/0.12.2 {"installer":{"name":"uv","version":"0.12.2","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f72721dde67cc4bd3e7d8fbd11c270c389248f9a107930f2767158deb1b3c82
|
|
| MD5 |
83868a26f84f156e54b991d48c3b8003
|
|
| BLAKE2b-256 |
4f8bb19a0d46f5e9d3916adbc711bfc8d90de8b644862e8f1bce69605baa53a8
|