Skip to main content

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.

  1. Run pip install .

That's it.

Install using pipenv:
  1. Install pipenv using pip install pipenv
  2. Install the dependencies using pipenv install.
  3. You can now use pipenv run wampli to run wampli. Which is a shortcut for pipenv run python -m wampli

Usage

WIP. Use wampli -h to get some basic help.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

wampli-0.3.1.tar.gz (10.6 kB view hashes)

Uploaded Source

Built Distribution

wampli-0.3.1-py3-none-any.whl (12.8 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page