pyodide-mkdocs-theme-sqlite


Namepyodide-mkdocs-theme-sqlite JSON
Version 1.0.1 PyPI version JSON
download
home_pageNone
SummaryA MkDocs plugin that adds a sqlite IDE to pyodide_mkdocs_theme.
upload_time2024-05-19 19:40:56
maintainerNone
docs_urlNone
authorDavy Cottet
requires_python>=3.0
licenseMIT
keywords mkdocs sqlite
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            A MkDocs plugin that adds a sqlite IDE.
    
    The IDE can load a database file given as a parameter, pre-run SQL before user input, and run the user's SQL code.
    
    This plugin uses SQL.js as a worker, which should prevent issues with large databases and query results.

    Based on Rafaƫl Lopez work. 
    

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "pyodide-mkdocs-theme-sqlite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.0",
    "maintainer_email": null,
    "keywords": "mkdocs, sqlite",
    "author": "Davy Cottet",
    "author_email": "davy@ik.me",
    "download_url": "https://files.pythonhosted.org/packages/eb/c2/8a91c39fb1af4efce39661838af7e3bc034bf584af447fde8d4dfe2dcc32/pyodide_mkdocs_theme_sqlite-1.0.1.tar.gz",
    "platform": null,
    "description": "A MkDocs plugin that adds a sqlite IDE.\n    \n    The IDE can load a database file given as a parameter, pre-run SQL before user input, and run the user's SQL code.\n    \n    This plugin uses SQL.js as a worker, which should prevent issues with large databases and query results.\n\n    Based on Rafa\u00ebl Lopez work. \n    \n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A MkDocs plugin that adds a sqlite IDE to pyodide_mkdocs_theme.",
    "version": "1.0.1",
    "project_urls": null,
    "split_keywords": [
        "mkdocs",
        " sqlite"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "dd35afce4d4be71fcbbcbc11a04b700b60475ade02c256a0fb55d5a94a6ce599",
                "md5": "b32109eba81cbabb4a4e13c2c21e89c4",
                "sha256": "1b314949d48ed920350ef6cb466e2672965f044c5c3666fe5427aa766b2ef1ee"
            },
            "downloads": -1,
            "filename": "pyodide_mkdocs_theme_sqlite-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b32109eba81cbabb4a4e13c2c21e89c4",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.0",
            "size": 466674,
            "upload_time": "2024-05-19T19:40:52",
            "upload_time_iso_8601": "2024-05-19T19:40:52.182927Z",
            "url": "https://files.pythonhosted.org/packages/dd/35/afce4d4be71fcbbcbc11a04b700b60475ade02c256a0fb55d5a94a6ce599/pyodide_mkdocs_theme_sqlite-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ebc28a91c39fb1af4efce39661838af7e3bc034bf584af447fde8d4dfe2dcc32",
                "md5": "1338901cd4cf621750024f4a6eb41b8f",
                "sha256": "a4c82dadeb4a02478ede8a4531114f66224aa0daaf26ccc873dd2e556ad27acc"
            },
            "downloads": -1,
            "filename": "pyodide_mkdocs_theme_sqlite-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "1338901cd4cf621750024f4a6eb41b8f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.0",
            "size": 465143,
            "upload_time": "2024-05-19T19:40:56",
            "upload_time_iso_8601": "2024-05-19T19:40:56.936127Z",
            "url": "https://files.pythonhosted.org/packages/eb/c2/8a91c39fb1af4efce39661838af7e3bc034bf584af447fde8d4dfe2dcc32/pyodide_mkdocs_theme_sqlite-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-19 19:40:56",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "pyodide-mkdocs-theme-sqlite"
}
        
Elapsed time: 0.37433s