pycaching-elunico


Namepycaching-elunico JSON
Version 1.3.2 PyPI version JSON
download
home_pagehttps://github.com/elunico/PyCaching
SummaryA utility for file system caching
upload_time2024-08-24 18:45:17
maintainerNone
docs_urlNone
authorThomas Povinelli
requires_python>=3.11
licenseNone
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PyCaching

## Please note that this project is in Beta and may not be suitable for stable, production code. 

A small utility for doing filesystem caching. Works as a stand-alone class that can be interacted with or a simple decorator on functions

Works really well for network fetched data, especially if you do a lot of runs or tests!

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/elunico/PyCaching",
    "name": "pycaching-elunico",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.11",
    "maintainer_email": null,
    "keywords": null,
    "author": "Thomas Povinelli",
    "author_email": "tompov227@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/a0/eb/4c5aa21220f9adddb652259a6547898bf4ac8cd3b63817ee93544c448682/pycaching_elunico-1.3.2.tar.gz",
    "platform": null,
    "description": "# PyCaching\n\n## Please note that this project is in Beta and may not be suitable for stable, production code. \n\nA small utility for doing filesystem caching. Works as a stand-alone class that can be interacted with or a simple decorator on functions\n\nWorks really well for network fetched data, especially if you do a lot of runs or tests!\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "A utility for file system caching",
    "version": "1.3.2",
    "project_urls": {
        "Homepage": "https://github.com/elunico/PyCaching"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d57547cd3c5d96850cb3538d28a82b70ef4e0c9b0f822db63ad9aaf2e956ac57",
                "md5": "bc253e85505ef461795d0a3faa07d63d",
                "sha256": "244a31090b03b2ef2d18611aa8dcedc578d73a8bf76daa2045b848b28d2fb27a"
            },
            "downloads": -1,
            "filename": "pycaching_elunico-1.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "bc253e85505ef461795d0a3faa07d63d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.11",
            "size": 6321,
            "upload_time": "2024-08-24T18:45:15",
            "upload_time_iso_8601": "2024-08-24T18:45:15.786639Z",
            "url": "https://files.pythonhosted.org/packages/d5/75/47cd3c5d96850cb3538d28a82b70ef4e0c9b0f822db63ad9aaf2e956ac57/pycaching_elunico-1.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0eb4c5aa21220f9adddb652259a6547898bf4ac8cd3b63817ee93544c448682",
                "md5": "566b11552c831fc3d56f6fea5177b5e7",
                "sha256": "3eb5e826785c46e551ad52e6f148b99f9034278eddc405fe3f66d49a7899a003"
            },
            "downloads": -1,
            "filename": "pycaching_elunico-1.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "566b11552c831fc3d56f6fea5177b5e7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.11",
            "size": 6127,
            "upload_time": "2024-08-24T18:45:17",
            "upload_time_iso_8601": "2024-08-24T18:45:17.640508Z",
            "url": "https://files.pythonhosted.org/packages/a0/eb/4c5aa21220f9adddb652259a6547898bf4ac8cd3b63817ee93544c448682/pycaching_elunico-1.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-08-24 18:45:17",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "elunico",
    "github_project": "PyCaching",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [],
    "lcname": "pycaching-elunico"
}
        
Elapsed time: 0.63312s