Cachian


NameCachian JSON
Version 0.1 PyPI version JSON
download
home_pagehttps://github.com/ianteohsc/cachian
SummaryPython lru_cache but with TTL
upload_time2023-09-23 01:54:09
maintainer
docs_urlNone
authorIan Teoh
requires_python
licenseMIT
keywords lru cache ttl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ianteohsc/cachian",
    "name": "Cachian",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "LRU,cache,ttl",
    "author": "Ian Teoh",
    "author_email": "ian.teoh@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/b2/fb/4d70b650c41b29c6cdab84574dd7581b3fc50bd348458d77bce39a62023a/Cachian-0.1.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python lru_cache but with TTL",
    "version": "0.1",
    "project_urls": {
        "Download": "https://github.com/ianteohsc/cachian/archive/refs/tags/v0.1.tar.gz",
        "Homepage": "https://github.com/ianteohsc/cachian"
    },
    "split_keywords": [
        "lru",
        "cache",
        "ttl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b2fb4d70b650c41b29c6cdab84574dd7581b3fc50bd348458d77bce39a62023a",
                "md5": "f591890a7264fe9fb08a6b2b551a3808",
                "sha256": "a5ac387823eb5bffa13432f0f3a6fe0481f217b92783866faf904e370ef4175c"
            },
            "downloads": -1,
            "filename": "Cachian-0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "f591890a7264fe9fb08a6b2b551a3808",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 3258,
            "upload_time": "2023-09-23T01:54:09",
            "upload_time_iso_8601": "2023-09-23T01:54:09.852123Z",
            "url": "https://files.pythonhosted.org/packages/b2/fb/4d70b650c41b29c6cdab84574dd7581b3fc50bd348458d77bce39a62023a/Cachian-0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-23 01:54:09",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ianteohsc",
    "github_project": "cachian",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "cachian"
}
        
Elapsed time: 0.11958s