{ "info": { "author": "joungtao", "author_email": "joungtao@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: Education", "Intended Audience :: Science/Research", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Libraries" ], "description": "Install:\n\tpip install kiwilite\n\nUsage:\n\timport kiwilite\n\n\twith kiwilite.Open('') as storage:\n\n\t\t# Set map data of key and value and save storage file.\n\t\tstorage.Set({'': ''})\n\n\t\t# Get value bytes of key.\n\t\t = storage.Get('')\n\n\t\t# Log: a list of timestones.\n\t\t[, , ] = storage.Log(, )\n\n\t\t# Rollback to the last timestone before timestamp,\n\t\t# and clear all data after timestamp.\n\t\tstorage.Rollback()\n\n\t\t# Lighten to the first timestone after timestamp,\n\t\t# and clear all invalid data before timestamp.\n\t\t# Data will not lose, but cannot rollback before timestamp.\n\t\tstorage.Lighten()", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ibelie/kiwilite/python", "keywords": "noSql,key-value,database,kiwilite", "license": "MIT License", "maintainer": "", "maintainer_email": "", "name": "kiwilite", "package_url": "https://pypi.org/project/kiwilite/", "platform": "", "project_url": "https://pypi.org/project/kiwilite/", "project_urls": { "Homepage": "http://github.com/ibelie/kiwilite/python" }, "release_url": "https://pypi.org/project/kiwilite/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A single-file database storages key-value pairs.", "version": "0.0.1" }, "last_serial": 2696025, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "047ba6dd4d75c5cb2648b8932c68159c", "sha256": "66194df234176906c77fb758bc0b0113b0c35f7b76cce1ae9bd5db98237d4a9d" }, "downloads": -1, "filename": "kiwilite-0.0.1.tar.gz", "has_sig": false, "md5_digest": "047ba6dd4d75c5cb2648b8932c68159c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21121, "upload_time": "2017-03-10T04:56:56", "url": "https://files.pythonhosted.org/packages/7c/3a/2931972ab90975d76fecef0b1193972794adfef5e22b5d60f45e02a70a98/kiwilite-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "047ba6dd4d75c5cb2648b8932c68159c", "sha256": "66194df234176906c77fb758bc0b0113b0c35f7b76cce1ae9bd5db98237d4a9d" }, "downloads": -1, "filename": "kiwilite-0.0.1.tar.gz", "has_sig": false, "md5_digest": "047ba6dd4d75c5cb2648b8932c68159c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 21121, "upload_time": "2017-03-10T04:56:56", "url": "https://files.pythonhosted.org/packages/7c/3a/2931972ab90975d76fecef0b1193972794adfef5e22b5d60f45e02a70a98/kiwilite-0.0.1.tar.gz" } ] }