harshbhx (PyPI)
Canonical Python library & CLI toolkit for the
harshbhxdeveloper ecosystem.
Overview
harshbhx is the official Python package for the harshbhx ecosystem. It provides both a programmatic API for identity verification and system health inspection, as well as a pipx-installable CLI toolkit.
Installation
# Install CLI tool using pipx
pipx install harshbhx
# Or install locally in a virtual environment
pip install harshbhx
CLI Usage
# Display ecosystem identity and repository details
harshbhx about
# List canonical ecosystem URLs
harshbhx links
# Print current package version
harshbhx version
# Execute system & environment diagnostic checks
harshbhx doctor
Programmatic API Usage
from harshbhx import CANONICAL_IDENTITY, run_doctor_checks
print(f"Namespace: {CANONICAL_IDENTITY['namespace']}")
print(f"Owner: {CANONICAL_IDENTITY['identity']}")
diagnostics = run_doctor_checks()
print(diagnostics)
License
MIT © Harshu
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
harshbhx-0.1.0.tar.gz
(4.1 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file harshbhx-0.1.0.tar.gz.
File metadata
- Download URL: harshbhx-0.1.0.tar.gz
- Upload date:
- Size: 4.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
05a2c04208f67d6189acdeb43792217e6551efd2b38ecd2cf0daa448f61f065f
|
|
| MD5 |
aeca446ccd743e3236bb22ed3c574369
|
|
| BLAKE2b-256 |
b7da8304d5df8f11e6f9369d896dc3574ce88e5610165ac7a0b37973577fb0a8
|
File details
Details for the file harshbhx-0.1.0-py3-none-any.whl.
File metadata
- Download URL: harshbhx-0.1.0-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via:
twine/7.0.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d21ee8ab02741bf4bc619eda12a33bbf31b50cec7adbe5e0dbea196a9d17550c
|
|
| MD5 |
090c6f2350e31a0cd947b9cb13d19c66
|
|
| BLAKE2b-256 |
be35228f354b9ef85a995644ad0c90674537e1721dd5e5f51cce575dd99514f8
|