{ "info": { "author": "Jamey Cribbs", "author_email": "jcribbs@twmi.rr.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Database", "Topic :: Database :: Database Engines/Servers" ], "description": "KirbyBase is a pure-python database management system that stores its data in\r\nplain-text files. It can be used either embedded or in a multi-user,\r\nclient/server mode. It's syntax is more pythonic than SQL. You can query the\r\ndatabase using python's regular expression syntax, or even regular python\r\nexpressions. To switch your program from using an embedded database to a\r\nclient/server database, you only have to change one line of code. KirbyBase is\r\n\r\n\"disk based\" as opposed to a \"main memory\" dbms. This means updates are\r\nimmediately written to disk. KirbyBase is small, consisting of one 34K module\r\nthat you import into your program.", "description_content_type": null, "docs_url": null, "download_url": "http://www.netpromi.com/files/KirbyBase_Python_1.9.zip", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.netpromi.com/kirbybase_python.html", "keywords": "database dbms text data file", "license": "Python Software Foundation", "maintainer": "Jamey Cribbs", "maintainer_email": "jcribbs@twmi.rr.com", "name": "KirbyBase", "package_url": "https://pypi.org/project/KirbyBase/", "platform": "All", "project_url": "https://pypi.org/project/KirbyBase/", "project_urls": { "Download": "http://www.netpromi.com/files/KirbyBase_Python_1.9.zip", "Homepage": "http://www.netpromi.com/kirbybase_python.html" }, "release_url": "https://pypi.org/project/KirbyBase/1.9/", "requires_dist": null, "requires_python": null, "summary": "simple, plain-text database management system", "version": "1.9" }, "last_serial": 802582, "releases": { "1.0": [], "1.01": [], "1.02": [], "1.3": [], "1.4": [], "1.5": [], "1.6": [], "1.7": [], "1.7.1": [], "1.8": [], "1.8.1": [], "1.8.2": [], "1.9": [] }, "urls": [] }