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
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
Built Distribution
File details
Details for the file staps-0.1.6.tar.gz
.
File metadata
- Download URL: staps-0.1.6.tar.gz
- Upload date:
- Size: 14.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 61af46b81efd2d475e793cd7f699ccb9a0b5899501a71b26fb8b1e9ae00d620c |
|
MD5 | e531969852b979a95b012fb402fa9918 |
|
BLAKE2b-256 | 52ff501246cb93bfe1d207ac563de8a693495a065fa0cc5c7a932c67b613a7fe |
Provenance
File details
Details for the file staps-0.1.6-py3-none-any.whl
.
File metadata
- Download URL: staps-0.1.6-py3-none-any.whl
- Upload date:
- Size: 10.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1d301a6daa644947873446fc48f1e045b6846930f7621e162a3d301e0febaf57 |
|
MD5 | 383a30c64d8ac3811710b05a26a09fc5 |
|
BLAKE2b-256 | 8308bc3a055aeda0c14378078b234757076a050c6424626728989c5d588d35a5 |