json-store


Namejson-store JSON
Version 4.2 PyPI version JSON
download
home_pageNone
SummaryA shelve-like store using JSON serialization.
upload_time2024-10-15 20:34:26
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseCopyright (c) 2010-2024 Jeremy Avnet 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 json shelve
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            [![json-store](https://github.com/brainsik/json-store/actions/workflows/main.yml/badge.svg)](https://github.com/brainsik/json-store/actions/workflows/main.yml)
![PyPI](https://img.shields.io/pypi/v/json-store)
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json-store)

# JSON Store

JSON store is a simple replacement for shelve. It writes JSON serialized files,
accepts unicode keys, and tracks whether the store has been changed since last
sync. It has no dependencies.

JSON store is intended for smaller stores. Everything is kept in memory and `sync()`
writes the whole store to disk.

For issues and development, see:

https://github.com/brainsik/json-store

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "json-store",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": "json, shelve",
    "author": null,
    "author_email": "jeremy avnet <json-store@theory.org>",
    "download_url": "https://files.pythonhosted.org/packages/06/c0/a4b9b4e2dcb2ef77aeec0b1dd4d61a60a2a2a7b8eb25698ce882fea21800/json_store-4.2.tar.gz",
    "platform": null,
    "description": "[![json-store](https://github.com/brainsik/json-store/actions/workflows/main.yml/badge.svg)](https://github.com/brainsik/json-store/actions/workflows/main.yml)\n![PyPI](https://img.shields.io/pypi/v/json-store)\n![PyPI - Python Version](https://img.shields.io/pypi/pyversions/json-store)\n\n# JSON Store\n\nJSON store is a simple replacement for shelve. It writes JSON serialized files,\naccepts unicode keys, and tracks whether the store has been changed since last\nsync. It has no dependencies.\n\nJSON store is intended for smaller stores. Everything is kept in memory and `sync()`\nwrites the whole store to disk.\n\nFor issues and development, see:\n\nhttps://github.com/brainsik/json-store\n",
    "bugtrack_url": null,
    "license": "Copyright (c) 2010-2024 Jeremy Avnet  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": "A shelve-like store using JSON serialization.",
    "version": "4.2",
    "project_urls": {
        "Changelog": "https://github.com/brainsik/json-store/releases",
        "Homepage": "https://github.com/brainsik/json-store",
        "Issues": "https://github.com/brainsik/json-store/issues",
        "Repository": "https://github.com/brainsik/json-store.git"
    },
    "split_keywords": [
        "json",
        " shelve"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "083274e9d713b1c1a770aeb6fd6ea6207f02accf8a41464a1173cfc9d2f0707d",
                "md5": "d65b4b5a3810b262c14968d76fa4ff8e",
                "sha256": "a58c7f1f225b5fc1fb2aa08d93092b761ead36760046de0e7c2934ea96acea92"
            },
            "downloads": -1,
            "filename": "json_store-4.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d65b4b5a3810b262c14968d76fa4ff8e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 5156,
            "upload_time": "2024-10-15T20:34:25",
            "upload_time_iso_8601": "2024-10-15T20:34:25.093710Z",
            "url": "https://files.pythonhosted.org/packages/08/32/74e9d713b1c1a770aeb6fd6ea6207f02accf8a41464a1173cfc9d2f0707d/json_store-4.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "06c0a4b9b4e2dcb2ef77aeec0b1dd4d61a60a2a2a7b8eb25698ce882fea21800",
                "md5": "3f55c37facb21aae461114fb5bdeedc1",
                "sha256": "d479d40562c4826b95e8b85c472814db8eec9cc0b23a1f9ed9ace3f1614a3701"
            },
            "downloads": -1,
            "filename": "json_store-4.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3f55c37facb21aae461114fb5bdeedc1",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 8359,
            "upload_time": "2024-10-15T20:34:26",
            "upload_time_iso_8601": "2024-10-15T20:34:26.038638Z",
            "url": "https://files.pythonhosted.org/packages/06/c0/a4b9b4e2dcb2ef77aeec0b1dd4d61a60a2a2a7b8eb25698ce882fea21800/json_store-4.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-15 20:34:26",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "brainsik",
    "github_project": "json-store",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "json-store"
}
        
Elapsed time: 0.98138s