{ "info": { "author": "Josh Bosley", "author_email": "bosley117@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: BSD License", "Programming Language :: Python", "Topic :: Database" ], "description": "\ngherkindb\n--------\n\ngherkindb is lightweight, fast, and simple database based on pickledb\n\n```````````````\n\n::\n\nimport gherkindb\n\ndb = gherkindb.load('test1.db', True)\n\ndb.set('key', 'value')\n\n# Outputs: value\nprint(db.get('key'))\n\n# Added serialization functionality\ndef my_func():\n print(\"Much better!\")\n\ndb.sset('func', my_func)\n\n# Outputs: Much better!\ndb.sget('func')()\n\n# Also :\n\n# Outputs: Much better!\nreborn = db.sget('func')\n\nreborn()\n\n\nAnd Easy to Install\n```````````````````\n\n::\n\n $ pip3 install gherkindb\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/joshbosley/gherkindb", "keywords": "", "license": "three-clause BSD", "maintainer": "", "maintainer_email": "", "name": "gherkindb", "package_url": "https://pypi.org/project/gherkindb/", "platform": "", "project_url": "https://pypi.org/project/gherkindb/", "project_urls": { "Homepage": "https://github.com/joshbosley/gherkindb" }, "release_url": "https://pypi.org/project/gherkindb/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "A lightweight and simple database using dill.", "version": "0.1.2" }, "last_serial": 3591966, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "80751ff568427dd5e0846f1b22fc6e7f", "sha256": "f829f50a86fcba2b432ed21e69c85c999afc620cd32daed98c0ac6b87253197d" }, "downloads": -1, "filename": "gherkindb-0.1.0.tar.gz", "has_sig": false, "md5_digest": "80751ff568427dd5e0846f1b22fc6e7f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3076, "upload_time": "2018-02-01T20:56:12", "url": "https://files.pythonhosted.org/packages/ad/64/7cb0536b1bb63b48646c89675c867540781e98df1f287952f63e5702683a/gherkindb-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "7a92557d7940bec7950c87a11f1ce2fe", "sha256": "fca321590922dd3ba65f4260c383d29cebf89b601a36f2acb0b2de9c5647662d" }, "downloads": -1, "filename": "gherkindb-0.1.1.tar.gz", "has_sig": false, "md5_digest": "7a92557d7940bec7950c87a11f1ce2fe", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3073, "upload_time": "2018-02-02T00:56:34", "url": "https://files.pythonhosted.org/packages/48/d9/e48c28704597ea02a60fdfcb7ca52df2ffd39c12d02f862242bf5602410e/gherkindb-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "fe643675a8c9596c5d4a21f73bfa4fa7", "sha256": "3aad68fa4e39ee2855aa332dcc89af0de359a3f862bc6514baeffd692777cfbe" }, "downloads": -1, "filename": "gherkindb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fe643675a8c9596c5d4a21f73bfa4fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3093, "upload_time": "2018-02-17T21:39:41", "url": "https://files.pythonhosted.org/packages/9e/0b/1398a21d91c775dd581650727a9b099e352c0911eafaf5d05f3d32fa7d2c/gherkindb-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "fe643675a8c9596c5d4a21f73bfa4fa7", "sha256": "3aad68fa4e39ee2855aa332dcc89af0de359a3f862bc6514baeffd692777cfbe" }, "downloads": -1, "filename": "gherkindb-0.1.2.tar.gz", "has_sig": false, "md5_digest": "fe643675a8c9596c5d4a21f73bfa4fa7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3093, "upload_time": "2018-02-17T21:39:41", "url": "https://files.pythonhosted.org/packages/9e/0b/1398a21d91c775dd581650727a9b099e352c0911eafaf5d05f3d32fa7d2c/gherkindb-0.1.2.tar.gz" } ] }