No project description provided
Project description
WAMPli
A command line interface for the WAMP protocol.
Introduction
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.
Install
Using PIP
pip install wampli
Manually
First get the source code by either cloning the repo or downloading the archive.
From here there are two ways to proceed.
Install using setup.py:
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 using pipenv:
- 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
Usage
WIP.
Use wampli -h
to get some basic
help.
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
File details
Details for the file wampli-0.3.1.tar.gz
.
File metadata
- Download URL: wampli-0.3.1.tar.gz
- Upload date:
- Size: 10.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 25ab4d023acf5ddea8b703ddb2352a9c1a12cf2019f49a8f8c9b3615e71a312c |
|
MD5 | 2af63b8559704ba8c40f75da723b1c43 |
|
BLAKE2b-256 | 875d1ce51d20dc42c456449cf64acf57f57b7c44e8bc4340581162c5c5b6b210 |
File details
Details for the file wampli-0.3.1-py3-none-any.whl
.
File metadata
- Download URL: wampli-0.3.1-py3-none-any.whl
- Upload date:
- Size: 12.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.6.0 requests-toolbelt/0.9.1 tqdm/4.39.0 CPython/3.7.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2ed50b2d3c4e1d6c8ef0a2485748632ac2c20aedb413163e189fbe0e77b78683 |
|
MD5 | d7fb081ec83e64f95be7b3f93c251b15 |
|
BLAKE2b-256 | d121cf220a065feacd4e566ca489fa6fc8187d2df271212c847798c525571004 |