{ "info": { "author": "John Gerlock", "author_email": "john@pikkey.com", "bugtrack_url": null, "classifiers": [], "description": "# sqlite2json\n\nThis script dumps all\\* the tables in an sqlite database as json.\n\n## Usage\n\n sqlite2json sqlitefile.db [--exclude=TABLE]\n\n\nTo dump the sqlite file where iMessages are stored:\n\n sqlite2json ~/Library/Messages/chat.db\n\nHere is a more useful version of the above example:\n\n sqlite2json ~/Library/Messages/chat.db | jq -r .message[].text | grep -i loan\n\n\n\\*The script doesn't dump the contents of of the sqlite_master table\n\n# Authors\n\n* John Gerlock ``\n\n* Jeffrey Paul ``", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/john-g-g/sqlite2json", "keywords": null, "license": "GNU GENERAL PUBLIC LICENSE\n Version 2, June 1991", "maintainer": null, "maintainer_email": null, "name": "sqlite2json", "package_url": "https://pypi.org/project/sqlite2json/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/sqlite2json/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/john-g-g/sqlite2json" }, "release_url": "https://pypi.org/project/sqlite2json/1.0.1/", "requires_dist": null, "requires_python": null, "summary": "SQLite to JSON converter", "version": "1.0.1" }, "last_serial": 2103576, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "35acf88d5a5e9e246b549ef2da7966ea", "sha256": "81711eedd550b6cf924cda9170b2a8cefd4228bb74a626eaa07afd3f68bd7761" }, "downloads": -1, "filename": "sqlite2json-1.0.1.tar.gz", "has_sig": false, "md5_digest": "35acf88d5a5e9e246b549ef2da7966ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8827, "upload_time": "2016-05-07T02:14:31", "url": "https://files.pythonhosted.org/packages/a0/ad/d913a4bbcc19f6194f10f7dee6da3e64e18bba8530e8da23f6b45536d813/sqlite2json-1.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "35acf88d5a5e9e246b549ef2da7966ea", "sha256": "81711eedd550b6cf924cda9170b2a8cefd4228bb74a626eaa07afd3f68bd7761" }, "downloads": -1, "filename": "sqlite2json-1.0.1.tar.gz", "has_sig": false, "md5_digest": "35acf88d5a5e9e246b549ef2da7966ea", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8827, "upload_time": "2016-05-07T02:14:31", "url": "https://files.pythonhosted.org/packages/a0/ad/d913a4bbcc19f6194f10f7dee6da3e64e18bba8530e8da23f6b45536d813/sqlite2json-1.0.1.tar.gz" } ] }