[Announce] Autobahn-Python-Repl v17.12.4

Hi guys

I’m happy to announce that Autobahn-Python-REPL is now in a state where I feel happy doing an initial public release for people to play with.

This tool is built on PtPython and provides a REPL environment that allows for quick and easy interaction with one or more WAMP routers simultaneously in

an interactive fashion.

I’ve been working on this project for a few months now after starting it as a rewrite of a basic Autobahn REPL used on an internal project at my employer and

although it’s taken a while I think it’s not in a state where people should be able to make use of it in their own projects.

To install, simply create a Python 3.6 virtual environment and run

pip install autobahn-python-repl

``

Once it’s installed you can run it by doing

venv/bin/autobahn_python_repl

``

The documentation as it currently stands can be read at PyPi: pypi.python.org/pypi/autobahn-python-repl/

The current state of the documentation is that the standard usage of the REPL for purposes of calling/registering and publishing/subscribing is covered. Additional documentation

on extending the features provided (Yes, you can do this :slight_smile: and customising the REPL environment is still WIP.

You can file issues at GitHub: https://github.com/opn-oss/autobahn-python-repl

I would love to hear from you guys with regards to suggestions or features that you’d like added, so don’t be shy :slight_smile:

Slight mis-wording on the OP:

and although it’s taken a while I think it’s not in a state where people should be able to make use of it in their own projects.

should read

and although it’s taken a while I think it’s in a state where people should be able to make use of it in their own projects.

Hi Adam,

cool;) thx for sharing!

reshared:
https://twitter.com/crossbario/status/937686593531412480
https://www.linkedin.com/feed/update/urn:li:activity:6343452801611415552

Cheers,
/Tobias

···

Am 04.12.2017 um 10:50 schrieb Adam Jorgensen:

Hi guys

I'm happy to announce that Autobahn-Python-REPL is now in a state where I
feel happy doing an initial public release for people to play with.

This tool is built on PtPython and provides a REPL environment that allows
for quick and easy interaction with one or more WAMP routers simultaneously
in
an interactive fashion.

I've been working on this project for a few months now after starting it as
a rewrite of a basic Autobahn REPL used on an internal project at my
employer and
although it's taken a while I think it's not in a state where people should
be able to make use of it in their own projects.

To install, simply create a Python 3.6 virtual environment and run
pip install autobahn-python-repl

Once it's installed you can run it by doing
venv/bin/autobahn_python_repl

The documentation as it currently stands can be read at PyPi:
pypi.python.org/pypi/autobahn-python-repl/

The current state of the documentation is that the standard usage of the
REPL for purposes of calling/registering and publishing/subscribing is
covered. Additional documentation
on extending the features provided (Yes, you can do this :slight_smile: and
customising the REPL environment is still WIP.

You can file issues at GitHub:
https://github.com/opn-oss/autobahn-python-repl

I would love to hear from you guys with regards to suggestions or features
that you'd like added, so don't be shy :slight_smile: