Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fasterspeeding/sake
A distributed asynchronous cache standard for Hikari.
https://github.com/fasterspeeding/sake
bot discord discord-api hikari
Last synced: about 2 months ago
JSON representation
A distributed asynchronous cache standard for Hikari.
- Host: GitHub
- URL: https://github.com/fasterspeeding/sake
- Owner: FasterSpeeding
- License: bsd-3-clause
- Created: 2020-09-29T22:56:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T12:30:23.000Z (8 months ago)
- Last Synced: 2024-05-01T15:19:22.807Z (8 months ago)
- Topics: bot, discord, discord-api, hikari
- Language: Python
- Homepage: https://sake.cursed.solutions/
- Size: 4.07 MB
- Stars: 19
- Watchers: 1
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Sake
A distributed asynchronous cache interface (plus several implementations) designed for use with Hikari.
# Installation
You can install Sake from PyPI using the following command.
```
python -m pip install hikari-sake -U
```The `hikari-sake[tanjun]` feature flag can be used to ensure that the installed Tanjun version
is compatible with Sake's Tanjun adapters. You should still have a Tanjun version pinned in
your own requirements as this just provides an acceptable range for the requirement.# Support
[Hikari's support guild](https://discord.gg/hikari) provides for support for Sake.
# Quick Usage.
For usage see the the [documentation](https://fasterspeeding.github.io/Sake/) and
[examples](https://github.com/FasterSpeeding/Sake/tree/master/examples) .