python-sqlitedict


Namepython-sqlitedict JSON
Version 0.0.3 PyPI version JSON
download
home_pagehttps://github.com/ChenyangGao/python-modules/tree/main/python-sqlitedict
SummaryPython sqlite3 dict-like.
upload_time2025-08-27 13:27:57
maintainerNone
docs_urlNone
authorChenyangGao
requires_python<4.0,>=3.12
licenseMIT
keywords sqlite3 dict-like
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Python sqlite3 dict-like.

## Installation

You can install via [pypi](https://pypi.org/project/python-sqlitedict/)

```console
pip install -U python-sqlitedict
```

## Usage

```python
from sqlitedict import SqliteDict, SqliteTableDict
```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/ChenyangGao/python-modules/tree/main/python-sqlitedict",
    "name": "python-sqlitedict",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<4.0,>=3.12",
    "maintainer_email": null,
    "keywords": "sqlite3, dict-like",
    "author": "ChenyangGao",
    "author_email": "wosiwujm@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/5e/55/fbe597dac92a10b2486144c2df3ff9b62dc9223cac487d2229f7886e0c45/python_sqlitedict-0.0.3.tar.gz",
    "platform": null,
    "description": "# Python sqlite3 dict-like.\n\n## Installation\n\nYou can install via [pypi](https://pypi.org/project/python-sqlitedict/)\n\n```console\npip install -U python-sqlitedict\n```\n\n## Usage\n\n```python\nfrom sqlitedict import SqliteDict, SqliteTableDict\n```\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Python sqlite3 dict-like.",
    "version": "0.0.3",
    "project_urls": {
        "Homepage": "https://github.com/ChenyangGao/python-modules/tree/main/python-sqlitedict",
        "Repository": "https://github.com/ChenyangGao/python-modules/tree/main/python-sqlitedict"
    },
    "split_keywords": [
        "sqlite3",
        " dict-like"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8e5be35f030258af6cf348da3accba25693b22d23451998594a13c58ac505fad",
                "md5": "33bb4a5c4b61648350684186ee495f21",
                "sha256": "ce9af6d1b5fec0df90ada8efae314a435ca3032a93ba57f7043f4308dcb71f83"
            },
            "downloads": -1,
            "filename": "python_sqlitedict-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "33bb4a5c4b61648350684186ee495f21",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<4.0,>=3.12",
            "size": 5395,
            "upload_time": "2025-08-27T13:27:56",
            "upload_time_iso_8601": "2025-08-27T13:27:56.250944Z",
            "url": "https://files.pythonhosted.org/packages/8e/5b/e35f030258af6cf348da3accba25693b22d23451998594a13c58ac505fad/python_sqlitedict-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "5e55fbe597dac92a10b2486144c2df3ff9b62dc9223cac487d2229f7886e0c45",
                "md5": "2fbe198b7e52678f0f76670eccd49d0f",
                "sha256": "d455c608f1fa68bc3308a0af1492639597992c7055480bf900310beec3e36708"
            },
            "downloads": -1,
            "filename": "python_sqlitedict-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "2fbe198b7e52678f0f76670eccd49d0f",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<4.0,>=3.12",
            "size": 4114,
            "upload_time": "2025-08-27T13:27:57",
            "upload_time_iso_8601": "2025-08-27T13:27:57.551048Z",
            "url": "https://files.pythonhosted.org/packages/5e/55/fbe597dac92a10b2486144c2df3ff9b62dc9223cac487d2229f7886e0c45/python_sqlitedict-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-08-27 13:27:57",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "ChenyangGao",
    "github_project": "python-modules",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "lcname": "python-sqlitedict"
}
        
Elapsed time: 1.36887s