trqsh (PyPI)
Install the trqsh CLI with pip. This package fetches the signed, prebuilt binary for your platform from the GitHub release on first run.
pip install trqsh
# or, isolated:
pipx install trqsh
trqsh http 3000 # expose localhost:3000 over a public HTTPS URL
How it works
The console script trqsh calls trqsh.ensure_binary(), which detects your OS
(darwin/linux/windows) and CPU (amd64/arm64), downloads
trqsh_<version>_<os>_<arch>.<ext> from
https://github.com/trqsh/trqsh/releases, verifies its SHA-256 against
checksums.txt, caches the binary under ~/.cache/trqsh/<version>/, and execs
it. Pure standard library — no runtime dependencies.
Environment overrides
| Variable | Purpose |
|---|---|
TRQSH_VERSION |
Pin a specific release (defaults to the package version). |
TRQSH_REPO |
Alternate owner/repo for the release download. |
TRQSH_DOWNLOAD_BASE |
Full base URL of a mirror serving the release assets (for air-gapped/internal mirrors). |
TRQSH_SKIP_CHECKSUM=1 |
Skip SHA-256 verification (not recommended). |
Licensed Apache-2.0.
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 trqsh-0.1.2.tar.gz.
File metadata
- Download URL: trqsh-0.1.2.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
09b5517b6752babaa7dfed0f5d6af92ed5a43013a55782775b72555a256aa852
|
|
| MD5 |
175a2df66ec3dc1379b15250ba5732c1
|
|
| BLAKE2b-256 |
0eb190bb0b00cc6bfce92015a418e6b17caa8dbed5e92d11332aa86c86b00ecf
|
File details
Details for the file trqsh-0.1.2-py3-none-any.whl.
File metadata
- Download URL: trqsh-0.1.2-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a07de781108aaa632deb582fa84330eb200afc14f655f6d4c96c09e6d3f7df23
|
|
| MD5 |
ba87d6cc83c21b4978edccc54017b043
|
|
| BLAKE2b-256 |
b4155e938a8bf26df5f8ab363ad8a53cb66e8cdb173cb5101f06bec81b75071b
|