reccd

Daemon helper for the ANSWER


Keywords
answer
License
MIT
Install
pip install reccd==1.0.3

Documentation

reccd

PyPI PyPI - Python Version GitHub

Daemon helper for the ANSWER

About

A wrapper to easily adapt gRPC communication without implementing protobuf.

Usage

Print help message:

python -m reccd --help

Print version number:

python -m reccd --version

Prints a list of available modules:

python -m reccd -vvv modules

Start the gRPC daemon server:

python -m reccd -l -d -vvv server -a 0.0.0.0:8080 template

Communicates with the daemon server:

python -m reccd -l -d -vvv client -a 0.0.0.0:8080 -m post -p /echo message

License

See the LICENSE file for details. In summary, reccd is licensed under the MIT license.