cache-fastapi


Namecache-fastapi JSON
Version 0.0.6 PyPI version JSON
download
home_pagehttps://github.com/Sayanc2000/cache-fastapi
SummaryClean caching library for FastAPI
upload_time2024-11-28 11:12:23
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/a2/7d/6f74b286756e33ebe3864ec53ef9d46332cf6819b052a5a202b08b20d85e/cache_fastapi-0.0.6.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.6",
    "project_urls": {
        "Homepage": "https://github.com/Sayanc2000/cache-fastapi"
    },
    "split_keywords": [
        "redis",
        " aioredis",
        " asyncio",
        " fastapi",
        " starlette",
        " cache"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e9d618ae9b59713b4a8e5849b0966e8d5155c6ff09f00efb7443fe2250dfa1f0",
                "md5": "b3c0afd2825726f90eda54d418459603",
                "sha256": "8a258a310d78e02b1a6f2ab4c6bf6c56eddccf04f976d93e91f6f7435718e9da"
            },
            "downloads": -1,
            "filename": "cache_fastapi-0.0.6-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b3c0afd2825726f90eda54d418459603",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 6457,
            "upload_time": "2024-11-28T11:12:21",
            "upload_time_iso_8601": "2024-11-28T11:12:21.388435Z",
            "url": "https://files.pythonhosted.org/packages/e9/d6/18ae9b59713b4a8e5849b0966e8d5155c6ff09f00efb7443fe2250dfa1f0/cache_fastapi-0.0.6-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a27d6f74b286756e33ebe3864ec53ef9d46332cf6819b052a5a202b08b20d85e",
                "md5": "8728059bb5d2b1cc18909577c7146c7c",
                "sha256": "8fb295e91556dc218bcbc0bf31d4c0a1b048de758936304a3486b744d2ed2755"
            },
            "downloads": -1,
            "filename": "cache_fastapi-0.0.6.tar.gz",
            "has_sig": false,
            "md5_digest": "8728059bb5d2b1cc18909577c7146c7c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 5769,
            "upload_time": "2024-11-28T11:12:23",
            "upload_time_iso_8601": "2024-11-28T11:12:23.467628Z",
            "url": "https://files.pythonhosted.org/packages/a2/7d/6f74b286756e33ebe3864ec53ef9d46332cf6819b052a5a202b08b20d85e/cache_fastapi-0.0.6.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-28 11:12:23",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "Sayanc2000",
    "github_project": "cache-fastapi",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "cache-fastapi"
}
        
Elapsed time: 0.35889s