Skip to main content

Cli tool for zjz

Project description

zjz-cli

Cli tool for zjz

Requirements

Installation

It is strongly recommended to install this tool inside a Python virtual environment to avoid dependency conflicts with other Python projects on your system.

You can choose one of the following installation methods:

  • Use Python's built-in venv
  • Use uv

You only need to follow one method, not both.

Option 1: Install with venv

Step 1: Create a virtual environment

Open your terminal and choose a location for the environment. A common practice is to place it in your home directory as a hidden folder (e.g., ~/.my-cli-tool-env). Run:

python3 -m venv ~/.my-cli-tool-env

Step 2: Activate the virtual environment

  • Linux / macOS:
source ~/.my-cli-tool-env/bin/activate
  • Windows (Command Prompt):
.my-cli-tool-env\Scripts\activate.bat
  • Windows (PowerShell):
.my-cli-tool-env\Scripts\Activate.ps1

You will see (.my-cli-tool-env) appear at the beginning of your command prompt, indicating the virtual environment is active.

Step 3: Install the tool

With the virtual environment activated, install the package from PyPI:

pip install --upgrade zjz-cli

That's it! The CLI command zjz-cli is now available inside this virtual environment.

Option 2: Install with uv

If you prefer using uv, you can create and manage the virtual environment with it instead.

Step 1: Install uv

Follow the official guide to install uv:

Install uv

Step 2: Create a virtual environment

uv venv ~/.my-cli-tool-env

Step 3: Activate the virtual environment

  • Linux / macOS:
source ~/.my-cli-tool-env/bin/activate
  • Windows (Command Prompt):
.my-cli-tool-env\Scripts\activate.bat
  • Windows (PowerShell):
.my-cli-tool-env\Scripts\Activate.ps1

Step 4: Install the tool

With the virtual environment activated, install the package with uv:

uv pip install --upgrade zjz-cli

That's it! The CLI command zjz-cli is now available inside this virtual environment.

Usage

Once the virtual environment is activated, you can run the tool:

zjz-cli --help

Why a virtual environment?

Using a virtual environment prevents version clashes between Python packages required by this tool and other Python applications on your system. It also keeps your global Python installation clean. For more background, see Python Virtual Environments: A Primer.

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

zjz_cli-0.0.11.tar.gz (16.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

zjz_cli-0.0.11-py3-none-any.whl (22.6 kB view details)

Uploaded Python 3

File details

Details for the file zjz_cli-0.0.11.tar.gz.

File metadata

  • Download URL: zjz_cli-0.0.11.tar.gz
  • Upload date:
  • Size: 16.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for zjz_cli-0.0.11.tar.gz
Algorithm Hash digest
SHA256 2a351b22aa907c1c6912469c196eb480a4333407689654d155774b441e97da30
MD5 7dee6d219746dea387dd7dcfbfcf2b42
BLAKE2b-256 1ec41b902b85d8fad6dc475e70d1bad8ece445181637f65e408c7a8603eed599

See more details on using hashes here.

File details

Details for the file zjz_cli-0.0.11-py3-none-any.whl.

File metadata

  • Download URL: zjz_cli-0.0.11-py3-none-any.whl
  • Upload date:
  • Size: 22.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.9.6

File hashes

Hashes for zjz_cli-0.0.11-py3-none-any.whl
Algorithm Hash digest
SHA256 bba3ddbec648cc5c930fe7440f28be3c80a5f5ddf46c28d93b139650ebecde57
MD5 466d5142a4b4d2a4d2717bcfd1c2f5a7
BLAKE2b-256 17446e117b7578733ab080e65dfb7c65a923ed834910bb5f87a9fc70663f403d

See more details on using hashes here.

Supported by

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