An asynchronous client for singyeong
Project description
shinkei
A client library for singyeong, a fully-dynamic, metadata-oriented service mesh.
For more info on how to configure and run a singyeong server visit the official repository previously linked.
The binaries are available on docker.
Credits
Special thanks to amy (queer) for creating and helping me understand singyeong.
Installation
The library is available on PyPi so it can be installed through pip:
pip install shinkei -U
This library is compatible only with Python 3.6+ and has two main dependencies, websockets and aiohttp.
It's also recommended to install ujson for faster JSON encoding/decoding.
The library can be installed with this extra dependency through this command:
pip install shinkei[ujson] -U
Documentation
The documentation is available at read the docs.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.