.flake8
.gitignore
.isort.cfg
.pylintrc
.readthedocs.yml
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.py
docs/Makefile
docs/api.rst
docs/conf.py
docs/index.rst
docs/make.bat
docs/quickstart.rst
docs/_static/custom.js
docs/_static/scorer.js
docs/_static/style.css
docs/_templates/genindex.html
docs/_templates/layout.html
docs/_templates/relations.html
docs/ext/bot/api.rst
docs/ext/bot/index.rst
docs/ext/bot/quickstart.rst
examples/example_receiver.py
examples/example_sender.py
shinkei/__init__.py
shinkei/api.py
shinkei/backoff.py
shinkei/client.py
shinkei/exceptions.py
shinkei/gateway.py
shinkei/handlers.py
shinkei/keepalive.py
shinkei/objects.py
shinkei/querybuilder.py
shinkei.egg-info/PKG-INFO
shinkei.egg-info/SOURCES.txt
shinkei.egg-info/dependency_links.txt
shinkei.egg-info/requires.txt
shinkei.egg-info/top_level.txt
shinkei/ext/__init__.py
shinkei/ext/bot.py