Skip to content

PendragonLore/shinkei

Repository files navigation

!! NOT MAINTAINED ANYMORE !!

shinkei

Pipeline Status ReadTheDocs Status

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.

Credits

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.

Installation

The library is available on PyPi so it can be installed through pip:

pip install shinkei -U

Requirements

These should already be handled by pip.

Optional

  • ujson (For faster json encoding/decoding)
    • pip install shinkei[ujson] -U

Documentation

The documentation is available at read the docs.