adt-cache


Nameadt-cache JSON
Version 0.0.14 PyPI version JSON
download
home_pagehttps://github.com/cheddars/pypi_adt_cache
Summaryabstract cache with in memory cache or redis (sentinel)
upload_time2023-06-20 05:35:05
maintainer
docs_urlNone
authorcheddars
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements redis
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Abstract Cache

memory cache | redis cache

하루 단위의 rcp_no 저장해서 이미 처리된 rcp_no 를 구분한다

collection compare for distributed environment



            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/cheddars/pypi_adt_cache",
    "name": "adt-cache",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "cheddars",
    "author_email": "nezahrish@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/c9/38/308bd5253f7fe0f7cbba0837ab2bf5941b1ad5fac591b80f579d504cf090/adt_cache-0.0.14.tar.gz",
    "platform": null,
    "description": "# Abstract Cache\n\nmemory cache | redis cache\n\n\ud558\ub8e8 \ub2e8\uc704\uc758 rcp_no \uc800\uc7a5\ud574\uc11c \uc774\ubbf8 \ucc98\ub9ac\ub41c rcp_no \ub97c \uad6c\ubd84\ud55c\ub2e4\n\ncollection compare for distributed environment\n\n\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "abstract cache with in memory cache or redis (sentinel)",
    "version": "0.0.14",
    "project_urls": {
        "Homepage": "https://github.com/cheddars/pypi_adt_cache"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a9d51250d7019b08d8e28f52fe7faea83e169c4390300b01ca749269c112d54c",
                "md5": "8f3498ee5dc61ba4cf5cee2880a8d539",
                "sha256": "81b077c5d406c213b15866ebdb4e5ea5b4276a7fab0daf3b89955cce7f98f0c0"
            },
            "downloads": -1,
            "filename": "adt_cache-0.0.14-py3.6.egg",
            "has_sig": false,
            "md5_digest": "8f3498ee5dc61ba4cf5cee2880a8d539",
            "packagetype": "bdist_egg",
            "python_version": "0.0.14",
            "requires_python": null,
            "size": 6296,
            "upload_time": "2023-06-20T05:35:04",
            "upload_time_iso_8601": "2023-06-20T05:35:04.687537Z",
            "url": "https://files.pythonhosted.org/packages/a9/d5/1250d7019b08d8e28f52fe7faea83e169c4390300b01ca749269c112d54c/adt_cache-0.0.14-py3.6.egg",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "3de4bdf825f3421ec72db82087a31e87d208928173bd31583620d7572543cd04",
                "md5": "1c6f3c9b5b090874b07f14e9abd35402",
                "sha256": "dbbcfde0e2984766ab31450928e45a081bf070b9a55cb51f23f1d85ff2b65172"
            },
            "downloads": -1,
            "filename": "adt_cache-0.0.14-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "1c6f3c9b5b090874b07f14e9abd35402",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 3856,
            "upload_time": "2023-06-20T05:35:03",
            "upload_time_iso_8601": "2023-06-20T05:35:03.071471Z",
            "url": "https://files.pythonhosted.org/packages/3d/e4/bdf825f3421ec72db82087a31e87d208928173bd31583620d7572543cd04/adt_cache-0.0.14-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c938308bd5253f7fe0f7cbba0837ab2bf5941b1ad5fac591b80f579d504cf090",
                "md5": "847fc1e210ef7570b0404a592e0c324a",
                "sha256": "a721227100da38164451876fc6e9ca6c5dcf97d2ec8c402eb3615d1a0ae99f3a"
            },
            "downloads": -1,
            "filename": "adt_cache-0.0.14.tar.gz",
            "has_sig": false,
            "md5_digest": "847fc1e210ef7570b0404a592e0c324a",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3041,
            "upload_time": "2023-06-20T05:35:05",
            "upload_time_iso_8601": "2023-06-20T05:35:05.969879Z",
            "url": "https://files.pythonhosted.org/packages/c9/38/308bd5253f7fe0f7cbba0837ab2bf5941b1ad5fac591b80f579d504cf090/adt_cache-0.0.14.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-06-20 05:35:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "cheddars",
    "github_project": "pypi_adt_cache",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "redis",
            "specs": []
        }
    ],
    "lcname": "adt-cache"
}
        
Elapsed time: 0.25916s