DictSQLite


NameDictSQLite JSON
Version 1.8.8 PyPI version JSON
download
home_pageNone
SummaryYou can handle basic SQLite operations in Python like Dict.
upload_time2025-09-20 05:42:05
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licenseNone
keywords sqlite dict database dict_like dict like dictsqlite dict like sqlite
VCS
bugtrack_url
requirements portalocker cryptography
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # DictSQLite

## English Version  
(日本語のREADMEは下にあります)


You can handle basic SQLite operations in Python as if you were working with a dictionary.

## Installation

Install [DictSQLite](https://pypi.org/project/DictSQLite/) via pip:

```bash
pip install dictsqlite
```

## Documentation

* [Japanese Documentation](https://github.com/disnana/DictSQLite/blob/main/documents/japanese.md)

* [English Documentation](https://github.com/disnana/DictSQLite/blob/main/documents/english.md)

## Author

* [@harumaki4649](https://www.github.com/harumaki4649)

## Feedback

Please create an issue on [github\:disnana/DictSQLite](https://github.com/disnana/DictSQLite).

## Support

For support, email [support@disnana.com](mailto:support@disnana.com) or join the [Discord Server](https://discord.gg/KzeHDrgwAz).

## License

This project is licensed under a MIT License.
See the [LICENSE](https://github.com/disnana/DictSQLite/blob/main/LICENSE) file for details.

You are free to modify the code, but you must give appropriate credit to the original author and comply with the terms of this license.

# DictSQLite

## 日本語版
(English version is above)

PythonでSQLiteの基本的な操作をDictのように扱うことができます。

## インストール

[DictSQLite](https://pypi.org/project/DictSQLite/) を pip でインストールする。

```bash
pip install dictsqlite
```

## ドキュメント

- [日本語のドキュメント](https://github.com/disnana/DictSQLite/blob/main/documents/japanese.md)

- [英語ドキュメント](https://github.com/disnana/DictSQLite/blob/main/documents/english.md)

## 著者

- [@harumaki4649](https://www.github.com/harumaki4649)

## フィードバック

[github:disnana/DictSQLite](https://github.com/disnana/DictSQLite)にてIssueを作成してください。

## サポート

サポートは <support@disnana.com> にメールするか、[Discord Server](https://discord.gg/KzeHDrgwAz) に参加してください。

## ライセンス

このプロジェクトはMIT Licenseの下でライセンスされています。
詳細は[LICENSE](https://github.com/disnana/DictSQLite/blob/main/LICENSE)ファイルを参照してください。

コードを改変することは自由ですが、元の作成者に適切なクレジットを与え、このライセンスの条項に従う必要があることに注意してください。

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "DictSQLite",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": "Disnana <support@disnana.com>",
    "keywords": "sqlite, dict, database, dict_like, dict like, dictsqlite, dict like sqlite",
    "author": null,
    "author_email": "Disnana <support@disnana.com>",
    "download_url": "https://files.pythonhosted.org/packages/62/f0/427e13d560d53893434a7f3a8021377cd45cf6f4d6dd7368e655a4ce4503/dictsqlite-1.8.8.tar.gz",
    "platform": null,
    "description": "# DictSQLite\r\n\r\n## English Version  \r\n(\u65e5\u672c\u8a9e\u306eREADME\u306f\u4e0b\u306b\u3042\u308a\u307e\u3059)\r\n\r\n\r\nYou can handle basic SQLite operations in Python as if you were working with a dictionary.\r\n\r\n## Installation\r\n\r\nInstall [DictSQLite](https://pypi.org/project/DictSQLite/) via pip:\r\n\r\n```bash\r\npip install dictsqlite\r\n```\r\n\r\n## Documentation\r\n\r\n* [Japanese Documentation](https://github.com/disnana/DictSQLite/blob/main/documents/japanese.md)\r\n\r\n* [English Documentation](https://github.com/disnana/DictSQLite/blob/main/documents/english.md)\r\n\r\n## Author\r\n\r\n* [@harumaki4649](https://www.github.com/harumaki4649)\r\n\r\n## Feedback\r\n\r\nPlease create an issue on [github\\:disnana/DictSQLite](https://github.com/disnana/DictSQLite).\r\n\r\n## Support\r\n\r\nFor support, email [support@disnana.com](mailto:support@disnana.com) or join the [Discord Server](https://discord.gg/KzeHDrgwAz).\r\n\r\n## License\r\n\r\nThis project is licensed under a MIT License.\r\nSee the [LICENSE](https://github.com/disnana/DictSQLite/blob/main/LICENSE) file for details.\r\n\r\nYou are free to modify the code, but you must give appropriate credit to the original author and comply with the terms of this license.\r\n\r\n# DictSQLite\r\n\r\n## \u65e5\u672c\u8a9e\u7248\r\n(English version is above)\r\n\r\nPython\u3067SQLite\u306e\u57fa\u672c\u7684\u306a\u64cd\u4f5c\u3092Dict\u306e\u3088\u3046\u306b\u6271\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\r\n\r\n## \u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\r\n\r\n[DictSQLite](https://pypi.org/project/DictSQLite/) \u3092 pip \u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b\u3002\r\n\r\n```bash\r\npip install dictsqlite\r\n```\r\n\r\n## \u30c9\u30ad\u30e5\u30e1\u30f3\u30c8\r\n\r\n- [\u65e5\u672c\u8a9e\u306e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8](https://github.com/disnana/DictSQLite/blob/main/documents/japanese.md)\r\n\r\n- [\u82f1\u8a9e\u30c9\u30ad\u30e5\u30e1\u30f3\u30c8](https://github.com/disnana/DictSQLite/blob/main/documents/english.md)\r\n\r\n## \u8457\u8005\r\n\r\n- [@harumaki4649](https://www.github.com/harumaki4649)\r\n\r\n## \u30d5\u30a3\u30fc\u30c9\u30d0\u30c3\u30af\r\n\r\n[github:disnana/DictSQLite](https://github.com/disnana/DictSQLite)\u306b\u3066Issue\u3092\u4f5c\u6210\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\n## \u30b5\u30dd\u30fc\u30c8\r\n\r\n\u30b5\u30dd\u30fc\u30c8\u306f <support@disnana.com> \u306b\u30e1\u30fc\u30eb\u3059\u308b\u304b\u3001[Discord Server](https://discord.gg/KzeHDrgwAz) \u306b\u53c2\u52a0\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\n## \u30e9\u30a4\u30bb\u30f3\u30b9\r\n\r\n\u3053\u306e\u30d7\u30ed\u30b8\u30a7\u30af\u30c8\u306fMIT License\u306e\u4e0b\u3067\u30e9\u30a4\u30bb\u30f3\u30b9\u3055\u308c\u3066\u3044\u307e\u3059\u3002\r\n\u8a73\u7d30\u306f[LICENSE](https://github.com/disnana/DictSQLite/blob/main/LICENSE)\u30d5\u30a1\u30a4\u30eb\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n\r\n\u30b3\u30fc\u30c9\u3092\u6539\u5909\u3059\u308b\u3053\u3068\u306f\u81ea\u7531\u3067\u3059\u304c\u3001\u5143\u306e\u4f5c\u6210\u8005\u306b\u9069\u5207\u306a\u30af\u30ec\u30b8\u30c3\u30c8\u3092\u4e0e\u3048\u3001\u3053\u306e\u30e9\u30a4\u30bb\u30f3\u30b9\u306e\u6761\u9805\u306b\u5f93\u3046\u5fc5\u8981\u304c\u3042\u308b\u3053\u3068\u306b\u6ce8\u610f\u3057\u3066\u304f\u3060\u3055\u3044\u3002\r\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "You can handle basic SQLite operations in Python like Dict.",
    "version": "1.8.8",
    "project_urls": {
        "Download": "https://github.com/disnana/DictSQLite",
        "Homepage": "https://github.com/disnana/DictSQLite"
    },
    "split_keywords": [
        "sqlite",
        " dict",
        " database",
        " dict_like",
        " dict like",
        " dictsqlite",
        " dict like sqlite"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "a2ce9561672acd59d0b2031cc3e02313e8755dc474dc8ac7e21a6195db91edd0",
                "md5": "915a1018f825ffee58b5088ab4974da3",
                "sha256": "2e5a9e788d98fa87b343e2935693ad518c1cefc84c4275748fbd42078cf18ef4"
            },
            "downloads": -1,
            "filename": "dictsqlite-1.8.8-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "915a1018f825ffee58b5088ab4974da3",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 18852,
            "upload_time": "2025-09-20T05:42:03",
            "upload_time_iso_8601": "2025-09-20T05:42:03.375999Z",
            "url": "https://files.pythonhosted.org/packages/a2/ce/9561672acd59d0b2031cc3e02313e8755dc474dc8ac7e21a6195db91edd0/dictsqlite-1.8.8-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "62f0427e13d560d53893434a7f3a8021377cd45cf6f4d6dd7368e655a4ce4503",
                "md5": "94765348ae33fad7879c7524c5ad6731",
                "sha256": "cdfebd348e42a40238132e8facf7677bbe856611087e9c7479747efbdc2f726f"
            },
            "downloads": -1,
            "filename": "dictsqlite-1.8.8.tar.gz",
            "has_sig": false,
            "md5_digest": "94765348ae33fad7879c7524c5ad6731",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 38804,
            "upload_time": "2025-09-20T05:42:05",
            "upload_time_iso_8601": "2025-09-20T05:42:05.315283Z",
            "url": "https://files.pythonhosted.org/packages/62/f0/427e13d560d53893434a7f3a8021377cd45cf6f4d6dd7368e655a4ce4503/dictsqlite-1.8.8.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-09-20 05:42:05",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "disnana",
    "github_project": "DictSQLite",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "portalocker",
            "specs": [
                [
                    ">=",
                    "3.1.1"
                ]
            ]
        },
        {
            "name": "cryptography",
            "specs": [
                [
                    ">=",
                    "45.0.5"
                ]
            ]
        }
    ],
    "lcname": "dictsqlite"
}
        
Elapsed time: 3.22635s