hybridcache


Namehybridcache JSON
Version 0.1.0 PyPI version JSON
download
home_pagehttps://github.com/your-username/hybridcache
SummaryA hybrid LFU + LRU cache implementation in Python
upload_time2025-09-04 17:09:05
maintainerNone
docs_urlNone
authorAniruddha Joshi
requires_python>=3.8
licenseMIT License Copyright (c) 2025 Aniruddha Joshi Permission is hereby granted, free of charge, to any person obtaining a copy...
keywords cache lfu lru hybrid python
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/your-username/hybridcache",
    "name": "hybridcache",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "cache, lfu, lru, hybrid, python",
    "author": "Aniruddha Joshi",
    "author_email": "Aniruddha Joshi <your_email@example.com>",
    "download_url": "https://files.pythonhosted.org/packages/00/53/bf13e19527c7e680db1eb3efb55948504b24dde1e84fc7fcf87dae406bb7/hybridcache-0.1.0.tar.gz",
    "platform": null,
    "description": "",
    "bugtrack_url": null,
    "license": "MIT License\n        \n        Copyright (c) 2025 Aniruddha Joshi\n        \n        Permission is hereby granted, free of charge, to any person obtaining a copy...\n        ",
    "summary": "A hybrid LFU + LRU cache implementation in Python",
    "version": "0.1.0",
    "project_urls": {
        "Homepage": "https://github.com/your-username/hybridcache"
    },
    "split_keywords": [
        "cache",
        " lfu",
        " lru",
        " hybrid",
        " python"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "3143368154c59a962a629631c54817818c27d5c66068b749472da3344083bcd3",
                "md5": "8b823ac0088262dedaaf11eae55b4dc5",
                "sha256": "9687685aa111073713c5a3b8e7e46a9aeb1d86eafa6a2c7ed8824e8a6506d027"
            },
            "downloads": -1,
            "filename": "hybridcache-0.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "8b823ac0088262dedaaf11eae55b4dc5",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 2633,
            "upload_time": "2025-09-04T17:09:04",
            "upload_time_iso_8601": "2025-09-04T17:09:04.024351Z",
            "url": "https://files.pythonhosted.org/packages/31/43/368154c59a962a629631c54817818c27d5c66068b749472da3344083bcd3/hybridcache-0.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "0053bf13e19527c7e680db1eb3efb55948504b24dde1e84fc7fcf87dae406bb7",
                "md5": "6fe2e8c714cec3b5593c4e3db3804503",
                "sha256": "48a6c44646b327bbaf35471e6e6c08f5fed2c608563dcb72bf4093ea35e2e229"
            },
            "downloads": -1,
            "filename": "hybridcache-0.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "6fe2e8c714cec3b5593c4e3db3804503",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 2535,
            "upload_time": "2025-09-04T17:09:05",
            "upload_time_iso_8601": "2025-09-04T17:09:05.337106Z",
            "url": "https://files.pythonhosted.org/packages/00/53/bf13e19527c7e680db1eb3efb55948504b24dde1e84fc7fcf87dae406bb7/hybridcache-0.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-04 17:09:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "your-username",
    "github_project": "hybridcache",
    "github_not_found": true,
    "lcname": "hybridcache"
}
        
Elapsed time: 1.05343s