{ "info": { "author": "laoma", "author_email": "", "bugtrack_url": null, "classifiers": [], "description": "# sqlight\nA lightweight wrapper around SQLite.\n\n\n## INSTALL\n\n```\npip3 install sqlight\n```\n\n## USGAE\n\n```\nimport sqlight\n\nconn = sqlight.Connection(\"./test.db\")\nconn.connect()\nresult = conn.get(\"select * from test where id = ?\", 1)\n\n```\nFor more examples, please read to tests.py", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/laomafeima/sqlight", "keywords": "sqlite sqlite3 lightweight wrapper", "license": "http://www.apache.org/licenses/LICENSE-2.0", "maintainer": "", "maintainer_email": "", "name": "sqlight", "package_url": "https://pypi.org/project/sqlight/", "platform": "", "project_url": "https://pypi.org/project/sqlight/", "project_urls": { "Homepage": "https://github.com/laomafeima/sqlight" }, "release_url": "https://pypi.org/project/sqlight/1.1.1/", "requires_dist": null, "requires_python": ">=3.5", "summary": "A lightweight wrapper around SQLite.", "version": "1.1.1" }, "last_serial": 4003197, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "479180af185ca283bfd77d1b6d6506b3", "sha256": "c279016d4e6ac65e6ab0c329267898fe64944e795ac19700a094885521807959" }, "downloads": -1, "filename": "sqlight-1.0.0-py3.5.egg", "has_sig": false, "md5_digest": "479180af185ca283bfd77d1b6d6506b3", "packagetype": "bdist_egg", "python_version": "3.5", "requires_python": null, "size": 4446, "upload_time": "2017-09-29T09:15:01", "url": "https://files.pythonhosted.org/packages/ce/5a/48342c7f6c19668da257cb96df52e0ab40161e2b1d22db5aa01a7c5b11e8/sqlight-1.0.0-py3.5.egg" }, { "comment_text": "", "digests": { "md5": "1282e4677a5a41db91a09dbaecbd371f", "sha256": "47372a97d4250bce11b69ef6ffcb9ddd34ce0b49f48bd4347cbea692364a100e" }, "downloads": -1, "filename": "sqlight-1.0.0.tar.gz", "has_sig": false, "md5_digest": "1282e4677a5a41db91a09dbaecbd371f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1863, "upload_time": "2017-09-29T09:15:03", "url": "https://files.pythonhosted.org/packages/49/43/e4ff45aaaabb1ac55c21a75b3cc8d786677c989d01abf8eebd0632b64fb5/sqlight-1.0.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "2186e9ad92bad949c1c1d1641fca8b93", "sha256": "c45b546b4b6966a244f0bd90c40fd8a41a5638383bd0abee169d6cea4f6485c3" }, "downloads": -1, "filename": "sqlight-1.1.1.tar.gz", "has_sig": false, "md5_digest": "2186e9ad92bad949c1c1d1641fca8b93", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2103, "upload_time": "2018-06-26T10:06:59", "url": "https://files.pythonhosted.org/packages/9f/55/124771a78e3470e478f541089ec95e2ec1f30cef26affadd67b1dd3bbea6/sqlight-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2186e9ad92bad949c1c1d1641fca8b93", "sha256": "c45b546b4b6966a244f0bd90c40fd8a41a5638383bd0abee169d6cea4f6485c3" }, "downloads": -1, "filename": "sqlight-1.1.1.tar.gz", "has_sig": false, "md5_digest": "2186e9ad92bad949c1c1d1641fca8b93", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.5", "size": 2103, "upload_time": "2018-06-26T10:06:59", "url": "https://files.pythonhosted.org/packages/9f/55/124771a78e3470e478f541089ec95e2ec1f30cef26affadd67b1dd3bbea6/sqlight-1.1.1.tar.gz" } ] }