deli


Namedeli JSON
Version 0.2.4 PyPI version JSON
download
home_pagehttps://github.com/maxme1/deli
SummarySmart serialization and deserialization for (almost) any python object
upload_time2023-09-27 23:28:34
maintainer
docs_urlNone
author
requires_python>=3.6
licenseMIT License Copyright (c) 2022-2023 maxme1 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords serialization
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Smart serialization and deserialization for (almost) any python object

# Install

To get the bare minimum without any dependencies. This will give you support for JSON, Gzip, Pickle and plain text
files.

```shell
pip install deli
```

To install the complete set of formats use

```shell
pip install deli[all]
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/maxme1/deli",
    "name": "deli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "serialization",
    "author": "",
    "author_email": "Max <maxs987@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/bd/55/c9ff60b3f072e9b751de96c73b1d3634ff0f854a08cfe3c5d4133a31f78f/deli-0.2.4.tar.gz",
    "platform": null,
    "description": "Smart serialization and deserialization for (almost) any python object\n\n# Install\n\nTo get the bare minimum without any dependencies. This will give you support for JSON, Gzip, Pickle and plain text\nfiles.\n\n```shell\npip install deli\n```\n\nTo install the complete set of formats use\n\n```shell\npip install deli[all]\n```\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2022-2023 maxme1  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Smart serialization and deserialization for (almost) any python object",
    "version": "0.2.4",
    "project_urls": {
        "Download": "https://github.com/maxme1/deli/archive/v0.2.4.tar.gz",
        "Homepage": "https://github.com/maxme1/deli",
        "Issues": "https://github.com/maxme1/deli/issues",
        "Source": "https://github.com/maxme1/deli"
    },
    "split_keywords": [
        "serialization"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "bd55c9ff60b3f072e9b751de96c73b1d3634ff0f854a08cfe3c5d4133a31f78f",
                "md5": "f27471c47e59453bd8725d5f6ebdf17f",
                "sha256": "26ca14b3f6141a766c7cad793df2f7efd9019a755f5e641da71ea17fb6ffa017"
            },
            "downloads": -1,
            "filename": "deli-0.2.4.tar.gz",
            "has_sig": false,
            "md5_digest": "f27471c47e59453bd8725d5f6ebdf17f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 9747,
            "upload_time": "2023-09-27T23:28:34",
            "upload_time_iso_8601": "2023-09-27T23:28:34.719037Z",
            "url": "https://files.pythonhosted.org/packages/bd/55/c9ff60b3f072e9b751de96c73b1d3634ff0f854a08cfe3c5d4133a31f78f/deli-0.2.4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-27 23:28:34",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "maxme1",
    "github_project": "deli",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "deli"
}
        
Elapsed time: 0.11504s