Skip to main content

自记账的工具箱

Project description

zjz_cli

Cli tool for zjz

Requirements

Installation

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

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.10 -m venv ~/.my-cli-tool-env

Note: Use python3.10 or python3.11 etc., depending on your installed Python version. Ensure the version is 3.10+.

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.

Usage

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

zjz_cli --help

Why a virtual environment?

Using venv 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.4.tar.gz (14.4 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.4-py3-none-any.whl (19.8 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: zjz_cli-0.0.4.tar.gz
  • Upload date:
  • Size: 14.4 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.4.tar.gz
Algorithm Hash digest
SHA256 80f50258b0e61a34703b0296b7d697e8010cb758869456d8fd1be7b3c9d21700
MD5 ccb1fa8717bd7284b71fbfc093a4af95
BLAKE2b-256 804d9d52472298c5998c65a26f01cc0ff98430d7a6e657339c4e1b32b32128e0

See more details on using hashes here.

File details

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

File metadata

  • Download URL: zjz_cli-0.0.4-py3-none-any.whl
  • Upload date:
  • Size: 19.8 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.4-py3-none-any.whl
Algorithm Hash digest
SHA256 3bb5acd6a9f870d4807ec7f4db6c8f249c938a8bd7dc99791556c16557ee2f6c
MD5 25ea8a8e0768d9bd73dd10f5a5e048ad
BLAKE2b-256 7b78d86c387150bf0b8aeb63960ae67161ff531fb609bdfc04143845556fae1a

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