Skip to main content

CLI utility for creating transient Python packages.

Project description

transient-package

CLI utility for creating transient Python packages.

Installation

pip install transient-package

Usage

Create a transient package

transient-package create \
  --source triton        \
  --target triton-pascal \
  --output-directory .

Result

A triton package with version 0.0.0 will be created, which depends on the triton-pascal package.

Create a transient package with explicit versions

transient-package create \
  --source triton        \
  --source-version 3.0.0 \
  --target triton-pascal \
  --target-version 3.0.0 \
  --output-directory .

Result

A triton package with version 3.0.0 will be created, which depends on the triton-pascal package with version 3.0.0.

Create a transient package and install it

$ transient-package install \
  --source triton         \
  --target triton-pascal

Result

If the source package is not installed

A triton package with version 0.0.0 will be installed, which depends on the triton-pascal package.

If the source package is installed

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.

Remove a transient package

transient-package uninstall triton

Result

If the triton package is installed and transient, it will be removed.

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

transient_package-1.0.0.post3.tar.gz (5.6 kB view details)

Uploaded Source

Built Distribution

transient_package-1.0.0.post3-py3-none-any.whl (6.5 kB view details)

Uploaded Python 3

File details

Details for the file transient_package-1.0.0.post3.tar.gz.

File metadata

File hashes

Hashes for transient_package-1.0.0.post3.tar.gz
Algorithm Hash digest
SHA256 c920167f1c70bf8dd89fd515406f7867685cedaa928f044ec31f7e2aed8a1c4d
MD5 93ef4f429c9d813de3c1047cccb47261
BLAKE2b-256 0a0d2fdb2e727c7ac19c1ac18d2165451ab82a6f05f0266731accfb877782fcf

See more details on using hashes here.

File details

Details for the file transient_package-1.0.0.post3-py3-none-any.whl.

File metadata

File hashes

Hashes for transient_package-1.0.0.post3-py3-none-any.whl
Algorithm Hash digest
SHA256 b16b2f4da0d62d43f1285fa3c054e31e24b12badd195abdade363c77e5268dda
MD5 45dac9e48a7dcc4a8d4c6386d6e59d81
BLAKE2b-256 64922db9a807459a9425b907e1ddf3bb789adbee123a0ba579ac4ce8642c0642

See more details on using hashes here.

Supported by

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