CLI utility for creating transient Python packages.
pip install transient-packagetransient-package create \
--source triton \
--target triton-pascal \
--output-directory .A triton package with version 0.0.0 will be created, which depends on the triton-pascal package.
transient-package create \
--source triton \
--source-version 3.0.0 \
--target triton-pascal \
--target-version 3.0.0 \
--output-directory .A triton package with version 3.0.0 will be created, which depends on the triton-pascal package with version 3.0.0.
$ transient-package install \
--source triton \
--target triton-pascalA triton package with version 0.0.0 will be installed, which depends on the triton-pascal package.
A triton package with version <source package version> will be installed, which depends on the triton-pascal package with version <source package version>.
The source package will be uninstalled before installing the transient package.
transient-package uninstall tritonIf the triton package is installed and transient, it will be removed.