mockcache3


Namemockcache3 JSON
Version 2.0 PyPI version JSON
download
home_page
SummaryThe Python dictionary-based mock memcached client library.
upload_time2023-01-14 18:55:33
maintainerIuri de Silvio
docs_urlNone
authorHong Minhee
requires_python>=3.7,<4.0
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            The Python dictionary-based mock memcached client library. It does not
connect to any memcached server, but keeps a dictionary and stores every cache
into there internally. It is a just emulated API of memcached client only for
tests. It implements expiration also. NOT THREAD-SAFE.
This module and other memcached client libraries have the same behavior.

It is a fork from [mockcache](https://github.com/lunant/mockcache) to support
new Python versions and fix a few bugs.

            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "mockcache3",
    "maintainer": "Iuri de Silvio",
    "docs_url": null,
    "requires_python": ">=3.7,<4.0",
    "maintainer_email": "iurisilvio@gmail.com",
    "keywords": "",
    "author": "Hong Minhee",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/bd/d7/5d910eb41fe1f7976037a00bbcc9e05f69d85b8b805ae3307f83a4564822/mockcache3-2.0.tar.gz",
    "platform": null,
    "description": "The Python dictionary-based mock memcached client library. It does not\nconnect to any memcached server, but keeps a dictionary and stores every cache\ninto there internally. It is a just emulated API of memcached client only for\ntests. It implements expiration also. NOT THREAD-SAFE.\nThis module and other memcached client libraries have the same behavior.\n\nIt is a fork from [mockcache](https://github.com/lunant/mockcache) to support\nnew Python versions and fix a few bugs.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "The Python dictionary-based mock memcached client library.",
    "version": "2.0",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4c0355b93bdea2096e482c7fa48bef77df17d0a8527d1fc0291546bc2985a498",
                "md5": "4ee662fca83c45850dd5c082944e8485",
                "sha256": "150f7d088b2f7f90e1283614f9addf3a61de3d23e003063da04e57d63ca720e1"
            },
            "downloads": -1,
            "filename": "mockcache3-2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ee662fca83c45850dd5c082944e8485",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7,<4.0",
            "size": 4699,
            "upload_time": "2023-01-14T18:55:32",
            "upload_time_iso_8601": "2023-01-14T18:55:32.004483Z",
            "url": "https://files.pythonhosted.org/packages/4c/03/55b93bdea2096e482c7fa48bef77df17d0a8527d1fc0291546bc2985a498/mockcache3-2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bdd75d910eb41fe1f7976037a00bbcc9e05f69d85b8b805ae3307f83a4564822",
                "md5": "521f1edd646a021c94edc34644d42495",
                "sha256": "ea2e915317a84dbd9e401d87bdf7a9ee7f0f677f1f582ad94f86b2311515e173"
            },
            "downloads": -1,
            "filename": "mockcache3-2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "521f1edd646a021c94edc34644d42495",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7,<4.0",
            "size": 4636,
            "upload_time": "2023-01-14T18:55:33",
            "upload_time_iso_8601": "2023-01-14T18:55:33.542562Z",
            "url": "https://files.pythonhosted.org/packages/bd/d7/5d910eb41fe1f7976037a00bbcc9e05f69d85b8b805ae3307f83a4564822/mockcache3-2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-14 18:55:33",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "mockcache3"
}
        
Elapsed time: 0.02942s