kvJSON
======
.. _a-python-library-for-interacting-with-json-in-a-key-value-format:
**A Python library for interacting with JSON in a key-value format.**
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**Source code is available
at https://github.com/Kronifer/kvJSON/**
**Docs are at https://kvjson.readthedocs.io/**
Examples:
---------
**Initialization**:
.. code:: py
import kvJSON
kvJSON.init("storage.json")
**Adding Data:**
.. code:: py
import kvJSON
kvJSON.init("storage.json")
kvJSON.addData("key", "value")
Contributing:
-------------
To contribute, fork and make a pr. Honestly, if the addition makes sense
I'll add it, so I'm not gonna set guidelines.
Raw data
{
"_id": null,
"home_page": "https://github.com/Kronifer/kvJSON",
"name": "kvJSON",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "JSON,Data Storage",
"author": "Dillon Runke",
"author_email": "dillonr5@live.wsd1.org",
"download_url": "https://files.pythonhosted.org/packages/c2/df/baede403f13424b839b078c7449877fcaf4465aeb0619304d8c0f5798a18/kvJSON-1.4.2.tar.gz",
"platform": "",
"description": "kvJSON\n======\n\n.. _a-python-library-for-interacting-with-json-in-a-key-value-format:\n\n**A Python library for interacting with JSON in a key-value format.**\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n**Source code is available\nat https://github.com/Kronifer/kvJSON/**\n\n**Docs are at https://kvjson.readthedocs.io/**\n\nExamples:\n---------\n\n**Initialization**:\n\n.. code:: py\n\n import kvJSON\n\n kvJSON.init(\"storage.json\")\n\n**Adding Data:**\n\n.. code:: py\n\n import kvJSON\n\n kvJSON.init(\"storage.json\")\n\n kvJSON.addData(\"key\", \"value\")\n\nContributing:\n-------------\n\nTo contribute, fork and make a pr. Honestly, if the addition makes sense\nI'll add it, so I'm not gonna set guidelines.",
"bugtrack_url": null,
"license": "MIT",
"summary": "An easy way to work with JSON in Python.",
"version": "1.4.2",
"split_keywords": [
"json",
"data storage"
],
"urls": [
{
"comment_text": "",
"digests": {
"md5": "a35244477c2ae20d17622509374ede55",
"sha256": "be7fa7f0f5326cce223e32308f3213d66befa223fc8db04582506e9e4811852d"
},
"downloads": -1,
"filename": "kvJSON-1.4.2.tar.gz",
"has_sig": false,
"md5_digest": "a35244477c2ae20d17622509374ede55",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3266,
"upload_time": "2021-02-23T17:43:40",
"upload_time_iso_8601": "2021-02-23T17:43:40.351753Z",
"url": "https://files.pythonhosted.org/packages/c2/df/baede403f13424b839b078c7449877fcaf4465aeb0619304d8c0f5798a18/kvJSON-1.4.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2021-02-23 17:43:40",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": null,
"github_project": "Kronifer",
"error": "Could not fetch GitHub repository",
"lcname": "kvjson"
}