Skip to main content

Simple Throw-Away Publish/Subscribe

Project description

Simple Throw-Away Publish/Subscribe. Create channels simply by connecting one or mote websocket clients to a random URL path on a webserver with staps. Not meant to be used with webbrowsers but as a cheap way to let multiple websocket clients written outside the browser communicate with each other.

  • Free software: BSD license

Installation

pip install staps

Documentation

https://staps.readthedocs.io/en/latest/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows

set PYTEST_ADDOPTS=--cov-append
tox

Other

PYTEST_ADDOPTS=--cov-append tox

Changelog

0.1.6 (2016-07-20)

  • Do not build universal wheel as Python2 is not supported.

0.1.5 (2016-07-19)

  • Improved packaging to include missing templates.

0.1.4 (2016-07-19)

  • Add HTTP handler to show usage information and autogenerate UUID4 URLs.

  • Add CLI option to listen directly on TCP ports.

0.1.3 (2016-07-18)

  • Improved documentation.

0.1.2 (2016-05-25)

  • Include requirements.txt in source distribution.

  • Reorganize imports using isort.

0.1.1 (2016-05-25)

  • Include staps.conf in MANIFEST.in.

  • Use prefered socket path in usage documentation.

0.1.0 (2016-03-03)

  • First release on PyPI.

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

staps-0.1.6.tar.gz (14.0 kB view hashes)

Uploaded Source

Built Distribution

staps-0.1.6-py3-none-any.whl (10.5 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