libcache


Namelibcache JSON
Version 1.2 PyPI version JSON
download
home_pagehttps://flerken.zapto.org:1115/kuba/libcache
SummarySimple cache with TTL
upload_time2024-05-31 07:22:12
maintainerNone
docs_urlNone
authorkuba201
requires_pythonNone
licenseNone
keywords cache temp ttl
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # libcache
LibCache is a simple caching library that has keys and values, like a dict, but its ttl'ed

            

Raw data

            {
    "_id": null,
    "home_page": "https://flerken.zapto.org:1115/kuba/libcache",
    "name": "libcache",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cache, temp, ttl",
    "author": "kuba201",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1f/8a/e2db49d4beea8f12a56d633078733b7aad5abc3531d9ff1495aeb9f08a2d/libcache-1.2.tar.gz",
    "platform": null,
    "description": "# libcache\nLibCache is a simple caching library that has keys and values, like a dict, but its ttl'ed\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "Simple cache with TTL",
    "version": "1.2",
    "project_urls": {
        "Homepage": "https://flerken.zapto.org:1115/kuba/libcache",
        "Source": "https://flerken.zapto.org:1115/kuba/libcache"
    },
    "split_keywords": [
        "cache",
        " temp",
        " ttl"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8cb43400cf4f5f34c609cc896bcd38990ec58877a251d10218b5b9c909247fab",
                "md5": "658ff5d93d7aeadb2feda83d11946dd7",
                "sha256": "6dbbb21f54ff4fedc913049716d06e47bf63eefe7be47af93c04b6a8e063b116"
            },
            "downloads": -1,
            "filename": "libcache-1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "658ff5d93d7aeadb2feda83d11946dd7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2071,
            "upload_time": "2024-05-31T07:22:01",
            "upload_time_iso_8601": "2024-05-31T07:22:01.775904Z",
            "url": "https://files.pythonhosted.org/packages/8c/b4/3400cf4f5f34c609cc896bcd38990ec58877a251d10218b5b9c909247fab/libcache-1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f8ae2db49d4beea8f12a56d633078733b7aad5abc3531d9ff1495aeb9f08a2d",
                "md5": "00db8f6b546ed6e6395cd57f2c0403da",
                "sha256": "319f3e13acf94c42c38421d1aaf9655ea8a88eeb4886f407c326c0d2805fa4c7"
            },
            "downloads": -1,
            "filename": "libcache-1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "00db8f6b546ed6e6395cd57f2c0403da",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2243,
            "upload_time": "2024-05-31T07:22:12",
            "upload_time_iso_8601": "2024-05-31T07:22:12.454956Z",
            "url": "https://files.pythonhosted.org/packages/1f/8a/e2db49d4beea8f12a56d633078733b7aad5abc3531d9ff1495aeb9f08a2d/libcache-1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 07:22:12",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "libcache"
}
        
Elapsed time: 1.96335s