hikari-sake


Namehikari-sake JSON
Version 1.0.8 PyPI version JSON
download
home_pageNone
SummaryA distributed asynchronous cache standard designed for Hikari.
upload_time2023-12-28 14:38:32
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9.0,<3.13
licenseNone
keywords hikari
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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) .

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "hikari-sake",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9.0,<3.13",
    "maintainer_email": null,
    "keywords": "hikari",
    "author": null,
    "author_email": "Faster Speeding <lucina@lmbyrne.dev>",
    "download_url": "https://files.pythonhosted.org/packages/ff/b5/238e4160fc3314812c11671780c23fbdbe2bc7bdc69179257a383b8c69fb/hikari_sake-1.0.8.tar.gz",
    "platform": null,
    "description": "# Sake\n\nA distributed asynchronous cache interface (plus several implementations) designed for use with Hikari.\n\n# Installation\n\nYou can install Sake from PyPI using the following command.\n\n```\npython -m pip install hikari-sake -U\n```\n\nThe `hikari-sake[tanjun]` feature flag can be used to ensure that the installed Tanjun version\nis compatible with Sake's Tanjun adapters. You should still have a Tanjun version pinned in\nyour own requirements as this just provides an acceptable range for the requirement.\n\n# Support\n\n[Hikari's support guild](https://discord.gg/hikari) provides for support for Sake.\n\n# Quick Usage.\n\nFor usage see the the [documentation](https://fasterspeeding.github.io/Sake/) and\n[examples](https://github.com/FasterSpeeding/Sake/tree/master/examples) .\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A distributed asynchronous cache standard designed for Hikari.",
    "version": "1.0.8",
    "project_urls": {
        "Changelog": "https://sake.cursed.solutions/changelog",
        "Documentation": "https://sake.cursed.solutions",
        "Homepage": "https://github.com/FasterSpeeding/Sake",
        "Repository": "https://github.com/FasterSpeeding/Sake"
    },
    "split_keywords": [
        "hikari"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "e1fd5cc88aa6bbcc0540260fbf3f91c2a020fba95ba5720e2db2188de78db970",
                "md5": "48f4592b1e114942b778964346230803",
                "sha256": "a9a38f8ebe5609ab10efa4fdb321935d4fb8b3822e0cbc2ed8af8251157c74db"
            },
            "downloads": -1,
            "filename": "hikari_sake-1.0.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48f4592b1e114942b778964346230803",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9.0,<3.13",
            "size": 35857,
            "upload_time": "2023-12-28T14:38:30",
            "upload_time_iso_8601": "2023-12-28T14:38:30.691824Z",
            "url": "https://files.pythonhosted.org/packages/e1/fd/5cc88aa6bbcc0540260fbf3f91c2a020fba95ba5720e2db2188de78db970/hikari_sake-1.0.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ffb5238e4160fc3314812c11671780c23fbdbe2bc7bdc69179257a383b8c69fb",
                "md5": "50f7b339da984294bb28d85597ec3ff4",
                "sha256": "37ac09ee61cb862d9004f8012c1b829e9e7088c4ed61cda8268039c81b19f4fd"
            },
            "downloads": -1,
            "filename": "hikari_sake-1.0.8.tar.gz",
            "has_sig": false,
            "md5_digest": "50f7b339da984294bb28d85597ec3ff4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9.0,<3.13",
            "size": 253088,
            "upload_time": "2023-12-28T14:38:32",
            "upload_time_iso_8601": "2023-12-28T14:38:32.448418Z",
            "url": "https://files.pythonhosted.org/packages/ff/b5/238e4160fc3314812c11671780c23fbdbe2bc7bdc69179257a383b8c69fb/hikari_sake-1.0.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-12-28 14:38:32",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "FasterSpeeding",
    "github_project": "Sake",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "hikari-sake"
}
        
Elapsed time: 0.16199s