sanic-redis


Namesanic-redis JSON
Version 0.5.0 PyPI version JSON
download
home_pagehttps://github.com/strahe/sanic-redis
SummaryAdds redis support to Sanic
upload_time2024-02-02 08:14:40
maintainer
docs_urlNone
authoroctal
requires_python>=3.7
licenseMIT
keywords sanic redis hiredis
VCS
bugtrack_url
requirements sanic redis hiredis
Travis-CI No Travis.
coveralls test coverage No coveralls.
            sanic-redis is a Sanic framework extension which adds support for the redis.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/strahe/sanic-redis",
    "name": "sanic-redis",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": "",
    "keywords": "sanic,redis,hiredis",
    "author": "octal",
    "author_email": "octalgah@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/e1/4d/0a4c5de5872407720bfbba24a26053a2c207a94f388bbbc347014b606b79/sanic-redis-0.5.0.tar.gz",
    "platform": "any",
    "description": "sanic-redis is a Sanic framework extension which adds support for the redis.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Adds redis support to Sanic",
    "version": "0.5.0",
    "project_urls": {
        "Homepage": "https://github.com/strahe/sanic-redis"
    },
    "split_keywords": [
        "sanic",
        "redis",
        "hiredis"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "07985dad67c25b42f814f9d42ab1f7da24e8c5ec6cc8d0d3f62e11accd680dbc",
                "md5": "fe1b69cf7a1c7058f506e5447d732dbb",
                "sha256": "e58a369a193780b412fdef662ea9654d7bd4cf5c3ef19aaf2db9a8a762db0591"
            },
            "downloads": -1,
            "filename": "sanic_redis-0.5.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "fe1b69cf7a1c7058f506e5447d732dbb",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 3375,
            "upload_time": "2024-02-02T08:14:37",
            "upload_time_iso_8601": "2024-02-02T08:14:37.977034Z",
            "url": "https://files.pythonhosted.org/packages/07/98/5dad67c25b42f814f9d42ab1f7da24e8c5ec6cc8d0d3f62e11accd680dbc/sanic_redis-0.5.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e14d0a4c5de5872407720bfbba24a26053a2c207a94f388bbbc347014b606b79",
                "md5": "8055b7fc6e95ea21a8ba224beb28c884",
                "sha256": "781c6c81b957178a849b0c1211a1fe4d5763d1c4cd4445e71a95a625e203985b"
            },
            "downloads": -1,
            "filename": "sanic-redis-0.5.0.tar.gz",
            "has_sig": false,
            "md5_digest": "8055b7fc6e95ea21a8ba224beb28c884",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 5097,
            "upload_time": "2024-02-02T08:14:40",
            "upload_time_iso_8601": "2024-02-02T08:14:40.804745Z",
            "url": "https://files.pythonhosted.org/packages/e1/4d/0a4c5de5872407720bfbba24a26053a2c207a94f388bbbc347014b606b79/sanic-redis-0.5.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-02-02 08:14:40",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "strahe",
    "github_project": "sanic-redis",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "sanic",
            "specs": []
        },
        {
            "name": "redis",
            "specs": [
                [
                    ">=",
                    "5.0.0"
                ]
            ]
        },
        {
            "name": "hiredis",
            "specs": [
                [
                    "==",
                    "2.3.2"
                ]
            ]
        }
    ],
    "lcname": "sanic-redis"
}
        
Elapsed time: 0.17874s