{ "info": { "author": "CPNerd", "author_email": "shadow889566@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7" ], "description": "Welcome to Infobase!\n====================\nThis is a very minimalistic database module\n\nGeneral use\n-----------------------\n\nTo create a database:\n\n``>>>from infobase import infobase``\n\n>>>data = infobase(name, [list, of, values])``\n\n``>>>data.new_infobase()``\n\nThis will create a new database and store it\n\nYou can then add a row like so:\n\n``>>>data.add_row([items, to, add])``\n\nYou can always print your data like so:\n\n``>>>print data``\n\n``| Num | list | of | values |``\n\n``| --- | ----- | -- | ------ |``\n\n``| 1 | items | to | add |``\n\nNote: items will be closer together\n\nChangelog\n----------------------------------\n- 0.8.Alpha\n\nNotes for this release:\n^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n- Added a changelog\n\nIf you have any bugs or ideas, or anything else:\n------------------------------------------------\nemail me at shadow889566@gmail.com", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "encry.cpnerd.koding.io/infobase.py", "keywords": null, "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "infobase", "package_url": "https://pypi.org/project/infobase/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/infobase/", "project_urls": { "Download": "UNKNOWN", "Homepage": "encry.cpnerd.koding.io/infobase.py" }, "release_url": "https://pypi.org/project/infobase/0.8.Alpha/", "requires_dist": null, "requires_python": null, "summary": "A Minimalistic Database System in Python", "version": "0.8.Alpha" }, "last_serial": 1573249, "releases": { "0.8.Alpha": [ { "comment_text": "", "digests": { "md5": "068877f8e05ae50e5658c6a6806700dc", "sha256": "d1755a8886d53ea4bf9a6da0c1746091a115356a7edbe3461ab4bba1cbc17d83" }, "downloads": -1, "filename": "infobase-0.8.Alpha.tar.gz", "has_sig": false, "md5_digest": "068877f8e05ae50e5658c6a6806700dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2736, "upload_time": "2015-06-01T11:22:21", "url": "https://files.pythonhosted.org/packages/e3/f3/7ad51a7409caf530d9f4d11bb245ac1ed2b384d3c89cce86300870d70f1c/infobase-0.8.Alpha.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "068877f8e05ae50e5658c6a6806700dc", "sha256": "d1755a8886d53ea4bf9a6da0c1746091a115356a7edbe3461ab4bba1cbc17d83" }, "downloads": -1, "filename": "infobase-0.8.Alpha.tar.gz", "has_sig": false, "md5_digest": "068877f8e05ae50e5658c6a6806700dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2736, "upload_time": "2015-06-01T11:22:21", "url": "https://files.pythonhosted.org/packages/e3/f3/7ad51a7409caf530d9f4d11bb245ac1ed2b384d3c89cce86300870d70f1c/infobase-0.8.Alpha.tar.gz" } ] }