Metadata-Version: 2.1
Name: zonis
Version: 2.0.0
Summary: Agnostic IPC for Python programs 
Author: skelmis
Author-email: skelmis.craft@gmail.com
Requires-Python: >=3.10,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: websockets (>=10.4,<11.0)
Description-Content-Type: text/markdown

Zonis
---

A coro based callback system for many to one IPC setups.

`pip install zonis`


=======
See the [examples](https://github.com/Skelmis/Zonis/tree/master/examples) for simple use cases.
___

## Build the docs locally

If you want to build and run the docs locally using sphinx run
```
sphinx-autobuild -a docs docs/_build/html --watch zonis
```

this will build the docs and start a local server; additionally it will listed for changes to the source directory ``zonis`` and to the docs source directory ``docs/``.
You can find the builded files at ``docs/_build``.

