An implementation of the Syndicate broker protocol for Python
Go to file
Tony Garnock-Jones d690b74bdb Note final compatible version of python preserves for this legacy branch 2021-08-17 14:54:46 -04:00
syndicate An attempt at better connection error-handling 2020-07-22 10:06:58 +02:00
.gitignore Initial commit 2018-11-20 19:45:27 +00:00
Makefile Clean up for publication 2019-06-23 13:17:47 +01:00
README.md Fix linking 2021-05-12 15:45:05 +02:00
chat.py Actors; Facets; logging; error handling 2019-06-23 21:43:52 +01:00
environment Initial commit 2018-11-20 19:45:27 +00:00
ovlinfo.py Actors; Facets; logging; error handling 2019-06-23 21:43:52 +01:00
requirements.txt Note final compatible version of python preserves for this legacy branch 2021-08-17 14:54:46 -04:00
setup.py Bump version for new preserves 0.1.x 2019-09-11 15:09:40 +01:00

README.md

mini-syndicate-py

This is a Python implementation of the Syndicate network protocol.

It does not yet offer a formal Actor or Facet implementation for Python, nor any Syndicate DSL language extensions.

pip install mini-syndicate

or

git clone https://git.syndicate-lang.org/syndicate-lang/mini-syndicate-py
cd mini-syndicate-py
virtualenv -p python3 pyenv
. pyenv/bin/activate
pip install -r requirements.txt

Running

Start a Syndicate broker (such as this one) in one window.

Then, run chat.py several times in several separate windows:

python chat.py tcp://localhost:8001#chat