{ "info": { "author": "EnderDas", "author_email": "TheRealEnderDas@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "BlueDB\n#######\n\n*use my database, is good!*\n\n\n>>> from BlueDB import Blue\n>>> database = Blue('database')\n>>> database['key'] = {'nested key': 'nested value'}\n>>> print(database['key']['nested key'])\nnested value\n>>> database['key']['nested key'] = 'new value'\n>>> print(database)\n{'key': {'nested key': 'new value'}}\n\n\n``py -m pip install BlueDB`` to install it then import ``Blue`` class and you're good to go!\n\n\nBlue2\n======\n\n Blue2 ~ A BlueDB subset\n\nBlue2 uses JSON to make it faster and more human readable. Blue2 also sticks with the same framework and design as the original BlueDB.\n\n>>> from BlueDB.blue2 import Blue\n>>> database = Blue('database')\n>>> database['key'] = {'nested key': 'nested value'}\n#same functions and features as BlueDB...but more JSON!!!\n>>> print(database['key']['nested key'])\nnested value\n#WOW very JSON!!!\n>>> database['key']['nested key'] = 'new value'\n>>> print(database)\n{'key': {'nested key': 'new value'}}\n\n\n*Blue2 can use Builtin JSON, UltraJSON or RapidJSON*\n\nBlue3\n======\n\n Blue3 ~ A BlueDB superset\n\n>>> from BlueDB.blue3 import Blue\n>>> database = Blue('database')\n>>> database['key'] = {'nested key': 'nested value'}\n>>> database2 = Blue('database')\n>>> print(database); print(database2)\n{'key': {'nested key': 'nested value'}} #database\n{'key': {'nested key': 'nested value'}} #database2\n>>> database['key']['nested key'] = 'new value'\n>>> print(database); print(database2)\n{'key': {'nested key': 'new value'}} #database\n{'key': {'nested key': 'new value'}} #database2\n\n\n*Blue3 can also use Builtin JSON, UltraJSON or RapidJSON*\n\nHow is it different?\n---------------------\n\nWhat makes Blue3 different from both the original BlueDB and Blue2 is Blue3 has a special feature which lets you open and run multiple versions of the same database and have fluent consistent data flow across all of them. Meaning when you edit data in one version of the database it will automatically update that information into every other version.\n\nHow is it faster?\n------------------\n\nBlue3 uses JSON, in-memory caches and memory monitoring to incrementally dump data from in-memory to disk, making key setting and getting faster and more efficient. The same principal is used in the library [Chest](ttps://github.com/mrocklin/chest) from which I got the idea to spill to disk.\n\nIs this the best version of BlueDB?\n------------------------------------\n\nCurrently yes. Will it be the best overall? no, BlueDB will have better and faster versions in the future. All of my any or up and coming work can be seen in [Indev](BlueDB/indev)\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Enderdas/BlueDB", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "bluedb", "package_url": "https://pypi.org/project/bluedb/", "platform": "", "project_url": "https://pypi.org/project/bluedb/", "project_urls": { "Homepage": "https://github.com/Enderdas/BlueDB" }, "release_url": "https://pypi.org/project/bluedb/0.3.0.5/", "requires_dist": null, "requires_python": "", "summary": "Like shelves but better...", "version": "0.3.0.5" }, "last_serial": 5237970, "releases": { "0.2.0": [ { "comment_text": "", "digests": { "md5": "46b5aff026373e86c3383768b31f6c1c", "sha256": "df4481d0d3343ea708dcaee7ca5c994677cc1f0868330a0fadbef6271eef187f" }, "downloads": -1, "filename": "BlueDB-0.2.0.tar.gz", "has_sig": false, "md5_digest": "46b5aff026373e86c3383768b31f6c1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 971, "upload_time": "2017-11-07T02:36:44", "url": "https://files.pythonhosted.org/packages/2f/f0/352ac4057b2c43d7fa6f8e74894b98b8502cd86f872662934def77626715/BlueDB-0.2.0.tar.gz" } ], "0.2.2": [ { "comment_text": "", "digests": { "md5": "b16e59bb118de8e13cfad4ff3dc8e148", "sha256": "772132ccf13728c2e022b7e11fe84254cae02a25f357afb8a6354338602689f7" }, "downloads": -1, "filename": "BlueDB-0.2.2.tar.gz", "has_sig": false, "md5_digest": "b16e59bb118de8e13cfad4ff3dc8e148", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2206, "upload_time": "2017-11-08T17:46:00", "url": "https://files.pythonhosted.org/packages/24/3d/7952f58a4a7c4600994a40c2f439ace9028a6901a5a18630f911f4571320/BlueDB-0.2.2.tar.gz" } ], "0.2.3": [ { "comment_text": "", "digests": { "md5": "3b758db4be19c4a67b04588bdcda3677", "sha256": "b923560c32febc7b8a7f309f2a400f671d7ca362bd1d3fa6f3e7de89f71092e0" }, "downloads": -1, "filename": "bluedb-0.2.3.tar.gz", "has_sig": false, "md5_digest": "3b758db4be19c4a67b04588bdcda3677", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3144, "upload_time": "2018-02-05T17:47:34", "url": "https://files.pythonhosted.org/packages/44/b2/bdfdde4748ae4ab6107d89776cc684dd21fdb198f0f5938cd06bf030d892/bluedb-0.2.3.tar.gz" } ], "0.2.4": [ { "comment_text": "", "digests": { "md5": "af6acb9339904e35eccc70ba35d4fdf1", "sha256": "adbc3f8d6c77c2599accf017c677567e269503554edd9cff27e664a0b808f66b" }, "downloads": -1, "filename": "bluedb-0.2.4.tar.gz", "has_sig": false, "md5_digest": "af6acb9339904e35eccc70ba35d4fdf1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3294, "upload_time": "2018-02-08T18:16:49", "url": "https://files.pythonhosted.org/packages/90/b0/94656b20967e28039e8c967b7c77539e92af85e80c59fd9ccface4ec01fb/bluedb-0.2.4.tar.gz" } ], "0.3.0.3": [ { "comment_text": "", "digests": { "md5": "c8812d795220f18ad4665f54b0f0e96a", "sha256": "6f715e70a09e33ec3e6ea1bb67ef3a8076b006d71248f5799b55a6cbdd4dbc2a" }, "downloads": -1, "filename": "bluedb-0.3.0.3.tar.gz", "has_sig": false, "md5_digest": "c8812d795220f18ad4665f54b0f0e96a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4551, "upload_time": "2018-07-16T16:52:21", "url": "https://files.pythonhosted.org/packages/49/10/46fc3f540ae9afddfe62bc51ac71e7e321f62dbdfb76aaf3706e7897a7eb/bluedb-0.3.0.3.tar.gz" } ], "0.3.0.4": [ { "comment_text": "", "digests": { "md5": "0d283396038e859b923ede97d2ab114e", "sha256": "ed8ccbd2be5b7846ff7d96e5430ba9c8246988806d2b12a5b0d34d6bb5677351" }, "downloads": -1, "filename": "bluedb-0.3.0.4.tar.gz", "has_sig": false, "md5_digest": "0d283396038e859b923ede97d2ab114e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4743, "upload_time": "2018-11-27T18:48:05", "url": "https://files.pythonhosted.org/packages/ce/89/5eb9a21f9e33fa7af4068e767940e61a26771971fa52db26324907efad8c/bluedb-0.3.0.4.tar.gz" } ], "0.3.0.5": [ { "comment_text": "", "digests": { "md5": "fbe38d6bf9af267a389e0a957f04c7bc", "sha256": "a15fad8e5eb936dabde820e8dd33a8a93ac7647310d2f91a4b31f71fb4a260fd" }, "downloads": -1, "filename": "bluedb-0.3.0.5.tar.gz", "has_sig": false, "md5_digest": "fbe38d6bf9af267a389e0a957f04c7bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4737, "upload_time": "2019-05-07T12:28:40", "url": "https://files.pythonhosted.org/packages/f3/19/95f76d1bfcb2c85cb2f721be8cccb3f134aa1faba0a54c0d62fd95c1f018/bluedb-0.3.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fbe38d6bf9af267a389e0a957f04c7bc", "sha256": "a15fad8e5eb936dabde820e8dd33a8a93ac7647310d2f91a4b31f71fb4a260fd" }, "downloads": -1, "filename": "bluedb-0.3.0.5.tar.gz", "has_sig": false, "md5_digest": "fbe38d6bf9af267a389e0a957f04c7bc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4737, "upload_time": "2019-05-07T12:28:40", "url": "https://files.pythonhosted.org/packages/f3/19/95f76d1bfcb2c85cb2f721be8cccb3f134aa1faba0a54c0d62fd95c1f018/bluedb-0.3.0.5.tar.gz" } ] }