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 for it are available on docker.
Special thanks to amy (queer) for creating and helping me understand singyeong and to Rapptz (Danny) for the amazing docs addon and overall heavily inspiring this lib's design through discord.py.
The library is available on PyPi so it can be installed through pip:
pip install shinkei -U
- Python 3.5.3+
- websockets 6.0
- aiohttp 3.3.0+
These should already be handled by pip
.
- ujson (For faster json encoding/decoding)
pip install shinkei[ujson] -U
The documentation is available at read the docs.