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.post1.tar.gz (5.5 kB view details)

Uploaded Source

Built Distribution

transient_package-1.0.0.post1-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

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

File metadata

File hashes

Hashes for transient_package-1.0.0.post1.tar.gz
Algorithm Hash digest
SHA256 05583d1331ee9b1c367884ab1647b7bb56e510f8e6881f0ee4caa4b8679cc5cc
MD5 0d1be1e9305a7dcc4850d189651352ce
BLAKE2b-256 fef8eb69885214e171c8648172f0bad0b81e86d15f4a862d454583571a492aa0

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for transient_package-1.0.0.post1-py3-none-any.whl
Algorithm Hash digest
SHA256 fe0768ce4d9ed6f8558ca02c7b662294cafbff875258ed62fbcee881dd176db0
MD5 f4038d3ba930dd77327e46253a5ea78f
BLAKE2b-256 4535b0c29c1c86b91f19c758bffc8c62436b6dfbc3ce186f097e2b1b5283e54e

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