Python-based CLI tool to manage Arch Gateway.
Project description
Setup Instructions(User): archgw CLI
This guide will walk you through the steps to set up the archgw cli on your local machine
Step 1: Create a Python virtual environment
In the tools directory, create a Python virtual environment by running:
python -m venv venv
Step 2: Activate the virtual environment
- On Linux/MacOS:
source venv/bin/activate
Step 3: Run the build script
pip install archgw==0.2.5
Uninstall Instructions: archgw CLI
pip uninstall archgw
Setup Instructions (Dev): archgw CLI
This guide will walk you through the steps to set up the archgw cli on your local machine when you want to develop the Archgw CLI
Step 1: Create a Python virtual environment
In the tools directory, create a Python virtual environment by running:
python -m venv venv
Step 2: Activate the virtual environment
- On Linux/MacOS:
source venv/bin/activate
Step 3: Run the build script
poetry install
Step 4: build Arch
archgw build
Step 5: download models
This will help download models so model_server can load faster. This should be done once.
archgw download-models
Logs
archgw command can also view logs from gateway and model_server. Use following command to view logs,
archgw logs --follow
Uninstall Instructions: archgw CLI
pip uninstall archgw
Project details
Release history Release notifications | RSS feed
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 archgw-0.2.5.tar.gz.
File metadata
- Download URL: archgw-0.2.5.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.15 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3099973b2f07313416d423c1a0c1c5052dac165fc4cd23977749bd5de1e19b8
|
|
| MD5 |
f57c2e078117b17193eaceaab70692f3
|
|
| BLAKE2b-256 |
63429d7ecb36a351697597733c0ce02818ca625361692bf1a8be7abee44da0ff
|
File details
Details for the file archgw-0.2.5-py3-none-any.whl.
File metadata
- Download URL: archgw-0.2.5-py3-none-any.whl
- Upload date:
- Size: 15.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.5 CPython/3.10.15 Darwin/24.3.0
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b99ed176f4062c87862b01595624ac1f8574e8fabd406e3a9311c2816b6cd668
|
|
| MD5 |
5e292cc0d65933d28964c1b92cf3fddc
|
|
| BLAKE2b-256 |
e24ced2342def1c3f718095da09f1b941b9650bc8680458f68f259a9bce7c14a
|