cache-fastapi


Namecache-fastapi JSON
Version 0.0.5 PyPI version JSON
download
home_pagehttps://github.com/Sayanc2000/cache-fastapi
SummaryClean caching library for FastAPI
upload_time2024-06-21 11:19:25
maintainerNone
docs_urlNone
authorSayan Chakraborty
requires_python>=3.6
licenseMIT License
keywords redis aioredis asyncio fastapi starlette cache
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            "
# Cache-FastAPI

A lightweight caching library which leverages FastAPI's middleware functionality
and follows best practices of cache-control to easily speed up your large requests.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/Sayanc2000/cache-fastapi",
    "name": "cache-fastapi",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": null,
    "keywords": "redis, aioredis, asyncio, fastapi, starlette, cache",
    "author": "Sayan Chakraborty",
    "author_email": "sayanc20002@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ba/9e/3cc9a617f3452af32c8a6b05b99bf855cf2ede85caa6b89e093e0098584b/cache_fastapi-0.0.5.tar.gz",
    "platform": null,
    "description": "\"\n# Cache-FastAPI\n\nA lightweight caching library which leverages FastAPI's middleware functionality\nand follows best practices of cache-control to easily speed up your large requests.\n",
    "bugtrack_url": null,
    "license": "MIT License",
    "summary": "Clean caching library for FastAPI",
    "version": "0.0.5",
    "project_urls": {
        "Homepage": "https://github.com/Sayanc2000/cache-fastapi"
    },
    "split_keywords": [
        "redis",
        " aioredis",
        " asyncio",
        " fastapi",
        " starlette",
        " cache"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ba9e3cc9a617f3452af32c8a6b05b99bf855cf2ede85caa6b89e093e0098584b",
                "md5": "e0faca2b3a13f1e87dfa61ace1f1a009",
                "sha256": "69ac5272e9c017012b4a8784dc9ad917a45f074ca813ee0481c339ef2dd2d884"
            },
            "downloads": -1,
            "filename": "cache_fastapi-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "e0faca2b3a13f1e87dfa61ace1f1a009",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 4690,
            "upload_time": "2024-06-21T11:19:25",
            "upload_time_iso_8601": "2024-06-21T11:19:25.278378Z",
            "url": "https://files.pythonhosted.org/packages/ba/9e/3cc9a617f3452af32c8a6b05b99bf855cf2ede85caa6b89e093e0098584b/cache_fastapi-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-06-21 11:19:25",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sayanc2000",
    "github_project": "cache-fastapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "cache-fastapi"
}
        
Elapsed time: 0.34847s