A command line interface for the WAMP protocol.
WAMPli allows you to call procedures, publish to topics, and subscribe to topics from the comfort of your console.
There's also a shell mode which starts an interactive console to conveniently perform all previously mentioned operations.
pip install wampli
First get the source code by either cloning the repo or downloading the archive.
From here there are two ways to proceed.
This is basically the same as installing it from PyPI,
but you can pass the -e
flag to get an editable install.
- Run
pip install .
That's it.
- Install pipenv using
pip install pipenv
- Install the dependencies using
pipenv install
. - You can now use
pipenv run wampli
to run wampli. Which is a shortcut forpipenv run python -m wampli
WIP.
Use wampli -h
to get some basic
help.