slemonide / chip-client

Command line interface for chip-server API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

chip-client

chip-client is a command line interface for chip-server. CHiP stands for Configurable-Http-Proxy

Basic setup

To create a virtual environment:

python3 -m venv

Then activate it:

source .venv/bin/activate

Install the requirements:

$ pip install -r requirements.txt

Run the application:

$ python chip-client.py --help

To run the tests:

$ pytest

About

Command line interface for chip-server API

License:MIT License


Languages

Language:Python 100.0%