pickle-wrap


Namepickle-wrap JSON
Version 0.0.0 PyPI version JSON
download
home_pagehttps://github.com/paulcbogdan/pickle_wrap
SummaryWraps pickles
upload_time2023-01-21 00:45:29
maintainer
docs_urlNone
authorpaulcbogdan
requires_python>=3
licenseMIT
keywords pickling wrapping
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This package allows you do call a function and immediately pickle its output to a passed filepath.



If the output has already been saved to the filepath, it will instead be loaded from there (unless easy_override=True, in which case the callback is guaranteed to be called and the original file will be overwritten, if it exists)

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/paulcbogdan/pickle_wrap",
    "name": "pickle-wrap",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3",
    "maintainer_email": "",
    "keywords": "pickling,wrapping",
    "author": "paulcbogdan",
    "author_email": "paulcbogdan@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/08/51/9f22eb21b6c3a45c57af3a55a31068c1dea7ea0aa4000e51f389be909f42/pickle_wrap-0.0.0.tar.gz",
    "platform": null,
    "description": "This package allows you do call a function and immediately pickle its output to a passed filepath.\r\n\r\n\r\n\r\nIf the output has already been saved to the filepath, it will instead be loaded from there (unless easy_override=True, in which case the callback is guaranteed to be called and the original file will be overwritten, if it exists)\r\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Wraps pickles",
    "version": "0.0.0",
    "split_keywords": [
        "pickling",
        "wrapping"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae62e2b0e0da418db49a0f310cb49d38056e1c07d9f8ea9b7c4505517c20cd0",
                "md5": "e929552801ef753631274680a29e69f7",
                "sha256": "6811514d6a4ba27d7a5618a4c5ffba5c4cee981e2965f4eff11e34ce90ee1af1"
            },
            "downloads": -1,
            "filename": "pickle_wrap-0.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e929552801ef753631274680a29e69f7",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3",
            "size": 2884,
            "upload_time": "2023-01-21T00:45:27",
            "upload_time_iso_8601": "2023-01-21T00:45:27.661043Z",
            "url": "https://files.pythonhosted.org/packages/fa/e6/2e2b0e0da418db49a0f310cb49d38056e1c07d9f8ea9b7c4505517c20cd0/pickle_wrap-0.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "08519f22eb21b6c3a45c57af3a55a31068c1dea7ea0aa4000e51f389be909f42",
                "md5": "26262d1db36c9e0b9ef477e948e56977",
                "sha256": "6a28df523720b05f6804904f0963b5d97c406195c31303b23b9b28138927a41e"
            },
            "downloads": -1,
            "filename": "pickle_wrap-0.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "26262d1db36c9e0b9ef477e948e56977",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3",
            "size": 2544,
            "upload_time": "2023-01-21T00:45:29",
            "upload_time_iso_8601": "2023-01-21T00:45:29.951997Z",
            "url": "https://files.pythonhosted.org/packages/08/51/9f22eb21b6c3a45c57af3a55a31068c1dea7ea0aa4000e51f389be909f42/pickle_wrap-0.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-01-21 00:45:29",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "paulcbogdan",
    "github_project": "pickle_wrap",
    "lcname": "pickle-wrap"
}
        
Elapsed time: 0.10464s