hikari-sake


Namehikari-sake JSON
Version 1.1.2 PyPI version JSON
download
home_pageNone
SummaryA distributed asynchronous cache standard designed for Hikari.
upload_time2024-11-17 01:31:00
maintainerNone
docs_urlNone
authorNone
requires_python<3.14,>=3.9.0
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.14,>=3.9.0",
    "maintainer_email": null,
    "keywords": "hikari",
    "author": null,
    "author_email": "Faster Speeding <lucina@lmbyrne.dev>",
    "download_url": "https://files.pythonhosted.org/packages/99/b7/ef4e320dbb3782881584432b462896929bff43be9b4c7ce8c901a3475dc7/hikari_sake-1.1.2.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\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A distributed asynchronous cache standard designed for Hikari.",
    "version": "1.1.2",
    "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": "",
            "digests": {
                "blake2b_256": "22b684fd8d8eca0863c4433d75c237a8ea5139bbb3e2f091cbd6ad309518640a",
                "md5": "96d0203e5f4e27d2d03f6da9ec34e363",
                "sha256": "81c31fd7e34cd33cf500e77e0ee2c05e43a89cc91007785bbc6ba29c14949cb4"
            },
            "downloads": -1,
            "filename": "hikari_sake-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "96d0203e5f4e27d2d03f6da9ec34e363",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.14,>=3.9.0",
            "size": 36315,
            "upload_time": "2024-11-17T01:30:58",
            "upload_time_iso_8601": "2024-11-17T01:30:58.361582Z",
            "url": "https://files.pythonhosted.org/packages/22/b6/84fd8d8eca0863c4433d75c237a8ea5139bbb3e2f091cbd6ad309518640a/hikari_sake-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "99b7ef4e320dbb3782881584432b462896929bff43be9b4c7ce8c901a3475dc7",
                "md5": "6b899cce54d5a506a75f0aff62bb46cb",
                "sha256": "d8cc1e25e6604a8fa766175cd8769308f38ee97a0ed0530a2dbe14344b845759"
            },
            "downloads": -1,
            "filename": "hikari_sake-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "6b899cce54d5a506a75f0aff62bb46cb",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.14,>=3.9.0",
            "size": 276025,
            "upload_time": "2024-11-17T01:31:00",
            "upload_time_iso_8601": "2024-11-17T01:31:00.354553Z",
            "url": "https://files.pythonhosted.org/packages/99/b7/ef4e320dbb3782881584432b462896929bff43be9b4c7ce8c901a3475dc7/hikari_sake-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-17 01:31:00",
    "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: 4.15665s