{ "info": { "author": "Anthony Hendrickson", "author_email": "ahendrickson@ausinc.com", "bugtrack_url": null, "classifiers": [], "description": "TODO\n----\n\n- PEP 249 (DB-API 2.0 Spec): https://www.python.org/dev/peps/pep-0249/\n\n--------------\n\nClass-Path Dependency\n---------------------\n\nThis module makes use of the sqlite-jdbc package\n(\"org.xerial:sqlite-jdbc:3.8.11.2\")\n\nIt will need to be added to the Jython interpreter's class-/import-path.\nIf you are using Jython as an embedded language in Java and you plan on\nusing *any* Python modules which use the sqlite3 C-extension, you'll\nneed to read the setup below.\n\nEmbedded Jython\n---------------\n\n**Building with Gradle**\n\nFirst up, you'll want the following gradle plugin for declaring jython\nmodule dependencies:\n\n::\n\n plugins {\n ...\n id \"com.github.hierynomus.jython\" version \"0.3.0\"\n }\n\nYou'll also need the sqlite-jdbc jar holding this module together, and\ninclude this module as well:\n\n::\n\n dependencies {\n ...\n runtime \"org.xerial:sqlite-jdbc:3.8.11.2\"\n jython \"anthonyhendrickson:jython-sqlite3:0.1.0:sqlite3\"\n }\n\n*Note: there are other methods of adding the jython-sqlite3 module for\nruntime usage, but none so clean.*", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/anthonyhendrickson/jython-sqlite3/archive/0.1.3.3.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/anthonyhendrickson/jython-sqlite3", "keywords": "jython,sqlite,sqlite3,pysqlite", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "jython-sqlite3", "package_url": "https://pypi.org/project/jython-sqlite3/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/jython-sqlite3/", "project_urls": { "Download": "https://github.com/anthonyhendrickson/jython-sqlite3/archive/0.1.3.3.tar.gz", "Homepage": "https://github.com/anthonyhendrickson/jython-sqlite3" }, "release_url": "https://pypi.org/project/jython-sqlite3/0.1.3.3/", "requires_dist": null, "requires_python": null, "summary": "Lightweight wrapper for using sqlite3 in Jython (JVM alternative to C Python's sqlite3 extension module - 'pysqlite')", "version": "0.1.3.3" }, "last_serial": 2217357, "releases": { "0.1.3.3": [] }, "urls": [] }