{ "info": { "author": "aescwork", "author_email": "aescwork@protonmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3.5", "Topic :: Database", "Topic :: Database :: Front-Ends", "Topic :: Software Development", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "SQLiteMinor\n========================\n\nSQLiteMinor is a simple Python class for reading- and deleting from, updating and adding to a table in an sqlite database. \n\nThe SQLiteMinor object provides basic database table access functionality without the need for writing any sql statements,\nwriting code for connection and cursor objects, etc. The operations are handled with simple method calls on the\nobject. The functionality is also limited, as the sql statements which are used to work with the database are mostly fixed;\ntherefore the name of this module is \"minor\". \n\nThe main goal of writing this module was to provide a means of working with sqlite databases without the user/developer having \nto actually write any sql or python code which directly executes it. Instead, the object and methods make what is hopefully a\ncleaner and more intuitive interface. Naturally there is also the advantage of having most or all the sql/python database code needed\nin one class.\n\nThis module was written as a companion to the sqlitemgr module (https://github.com/aescwork/sqlitemgr). \n\nThis module was originally conceived for the waxtablet Python application, along with the FileWork module (https://github.com/aescwork/filework)\nand the sqlitemgr module (https://github.com/aescwork/sqlitemgr). \n\nComplete documentation for this module is available in the docs/html directory of this repository.\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/aescwork/sqliteminor", "keywords": "sqliteminor setuptools development sqlite database python", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "sqliteminor", "package_url": "https://pypi.org/project/sqliteminor/", "platform": "", "project_url": "https://pypi.org/project/sqliteminor/", "project_urls": { "Homepage": "https://github.com/aescwork/sqliteminor" }, "release_url": "https://pypi.org/project/sqliteminor/1.2.0/", "requires_dist": [ "sqlite3" ], "requires_python": ">=2.7, ~=3.5", "summary": "Python class for working with sqlite databases.", "version": "1.2.0" }, "last_serial": 3173856, "releases": { "1.1.1": [ { "comment_text": "", "digests": { "md5": "fef8db15b614f62a75ed43c4f057cf09", "sha256": "235b0a67b56eeaeaa779bd17b2a8a0c7f64dea58c6dc56e9f0d7b4474973d6f4" }, "downloads": -1, "filename": "sqliteminor-1.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "fef8db15b614f62a75ed43c4f057cf09", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, ~=3.5", "size": 10379, "upload_time": "2017-09-12T14:32:37", "url": "https://files.pythonhosted.org/packages/a4/cd/441cb45d1eb757677f27e89600103e423b3228e473026e723c527f9d2f99/sqliteminor-1.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "9b25ffafe18f3283e6419dea6809f823", "sha256": "17f88e5000bc71e9e433527eebae4eaecdb8a0c3dbae2142716803059d588a1c" }, "downloads": -1, "filename": "sqliteminor-1.1.1.tar.gz", "has_sig": false, "md5_digest": "9b25ffafe18f3283e6419dea6809f823", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, ~=3.5", "size": 8621, "upload_time": "2017-09-12T14:32:40", "url": "https://files.pythonhosted.org/packages/6e/92/b9a5cb4b753e3dd060f41d84355215db8a964679a3f9bd41c443eb5ce06c/sqliteminor-1.1.1.tar.gz" } ], "1.1.2": [ { "comment_text": "", "digests": { "md5": "1054cfcb2f728a6eec40f971c9bc239a", "sha256": "e4d39a9c0b52111d11d9bd21b45528317e08769ddccd8dee3cba5e6b8f6e3ae8" }, "downloads": -1, "filename": "sqliteminor-1.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "1054cfcb2f728a6eec40f971c9bc239a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, ~=3.5", "size": 11587, "upload_time": "2017-09-14T14:03:44", "url": "https://files.pythonhosted.org/packages/c9/a5/9a9b31f0fa7be201a869b53ced795015a67ce99f9f3cb9b70cef3ba4bdb5/sqliteminor-1.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "74fcda0796857219de06953e4eb0e14a", "sha256": "01454742776cfc8393e85971b54603be5f219d1e7a21e80ec5a45a7a219a7d65" }, "downloads": -1, "filename": "sqliteminor-1.1.2.tar.gz", "has_sig": false, "md5_digest": "74fcda0796857219de06953e4eb0e14a", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, ~=3.5", "size": 9358, "upload_time": "2017-09-14T14:03:48", "url": "https://files.pythonhosted.org/packages/74/22/00ab72aa2714b9fcaa0ff2b68d33c3aeb70bd823306dd3678a70081c080e/sqliteminor-1.1.2.tar.gz" } ], "1.2.0": [ { "comment_text": "", "digests": { "md5": "347d7d07550aceeea005f25643aaa301", "sha256": "0efe360491bcf6e2cf79f677b72407fff9479aff8c984f671c478589b39a7c07" }, "downloads": -1, "filename": "sqliteminor-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "347d7d07550aceeea005f25643aaa301", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, ~=3.5", "size": 9363, "upload_time": "2017-09-04T17:45:23", "url": "https://files.pythonhosted.org/packages/4c/a4/c77912fa21981bc8f8323e55b962e75def7f9aa80538a73ebc54461d2c2f/sqliteminor-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "817452314cd31ce7a4676ecf1e01fffe", "sha256": "7b5778c5f87affaec02f6684dcc9ac01f7cd0fdc09b879642a554521994a86a3" }, "downloads": -1, "filename": "sqliteminor-1.2.0.tar.gz", "has_sig": false, "md5_digest": "817452314cd31ce7a4676ecf1e01fffe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, ~=3.5", "size": 8080, "upload_time": "2017-09-04T17:45:26", "url": "https://files.pythonhosted.org/packages/e7/20/edd1e88cec538de9af7e0e02730733b55acbc14362e53fb0f50cfdbf92ef/sqliteminor-1.2.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "347d7d07550aceeea005f25643aaa301", "sha256": "0efe360491bcf6e2cf79f677b72407fff9479aff8c984f671c478589b39a7c07" }, "downloads": -1, "filename": "sqliteminor-1.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "347d7d07550aceeea005f25643aaa301", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": ">=2.7, ~=3.5", "size": 9363, "upload_time": "2017-09-04T17:45:23", "url": "https://files.pythonhosted.org/packages/4c/a4/c77912fa21981bc8f8323e55b962e75def7f9aa80538a73ebc54461d2c2f/sqliteminor-1.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "817452314cd31ce7a4676ecf1e01fffe", "sha256": "7b5778c5f87affaec02f6684dcc9ac01f7cd0fdc09b879642a554521994a86a3" }, "downloads": -1, "filename": "sqliteminor-1.2.0.tar.gz", "has_sig": false, "md5_digest": "817452314cd31ce7a4676ecf1e01fffe", "packagetype": "sdist", "python_version": "source", "requires_python": ">=2.7, ~=3.5", "size": 8080, "upload_time": "2017-09-04T17:45:26", "url": "https://files.pythonhosted.org/packages/e7/20/edd1e88cec538de9af7e0e02730733b55acbc14362e53fb0f50cfdbf92ef/sqliteminor-1.2.0.tar.gz" } ] }