sqlitetools


Namesqlitetools JSON
Version 0.0.3.2 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/sqlitetools
SummaryPython sqlite3 tools.
upload_time2025-02-14 09:30:45
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.12
licenseMIT
keywords sqlite3 tools
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python sqlite3 tools.

## Installation

You can install via [pypi](https://pypi.org/project/sqlitetools/)

```console
pip install -U sqlitetools
```

## Usage

```python
import sqlitetools
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/sqlitetools",
    "name": "sqlitetools",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "sqlite3, tools",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/ef/9ba104174b03154621036a757ba67961460396ea1af15321c8fbf18b96e1/sqlitetools-0.0.3.2.tar.gz",
    "platform": null,
    "description": "# Python sqlite3 tools.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/sqlitetools/)\n\n```console\npip install -U sqlitetools\n```\n\n## Usage\n\n```python\nimport sqlitetools\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python sqlite3 tools.",
    "version": "0.0.3.2",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/sqlitetools",
        "Repository": "https://github.com/ChenyangGao/web-mount-packs/tree/main/python-module/sqlitetools"
    },
    "split_keywords": [
        "sqlite3",
        " tools"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "f35aa5482cf47e0e9ba510c73b03d7e0a17dce49c05889eed2d59e6b0f6946a8",
                "md5": "c481dd28f8432281a78e3096ffa5e24d",
                "sha256": "fb915f88aaf13d993a81c0daa1826e1de5bce0ab18c4093b2d9b4596879e4778"
            },
            "downloads": -1,
            "filename": "sqlitetools-0.0.3.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "c481dd28f8432281a78e3096ffa5e24d",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 6080,
            "upload_time": "2025-02-14T09:30:43",
            "upload_time_iso_8601": "2025-02-14T09:30:43.039853Z",
            "url": "https://files.pythonhosted.org/packages/f3/5a/a5482cf47e0e9ba510c73b03d7e0a17dce49c05889eed2d59e6b0f6946a8/sqlitetools-0.0.3.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "eaef9ba104174b03154621036a757ba67961460396ea1af15321c8fbf18b96e1",
                "md5": "3bb72fe1d2fee6f8eb2edd3e1f4fa3c5",
                "sha256": "8a1f150e926760635e4dd62f534008a36fb86bfbc536aba56c6dea43f1efebde"
            },
            "downloads": -1,
            "filename": "sqlitetools-0.0.3.2.tar.gz",
            "has_sig": false,
            "md5_digest": "3bb72fe1d2fee6f8eb2edd3e1f4fa3c5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 4852,
            "upload_time": "2025-02-14T09:30:45",
            "upload_time_iso_8601": "2025-02-14T09:30:45.237715Z",
            "url": "https://files.pythonhosted.org/packages/ea/ef/9ba104174b03154621036a757ba67961460396ea1af15321c8fbf18b96e1/sqlitetools-0.0.3.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-02-14 09:30:45",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "web-mount-packs",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "sqlitetools"
}
        
Elapsed time: 0.47731s