Metadata-Version: 2.1
Name: DictSQLite
Version: 1.7.5
Summary: You can handle basic SQLite operations in Python like Dict.
Home-page: https://github.com/disnana/DictSQLite
Download-URL: https://github.com/disnana/DictSQLite
Author: Disnana
Author-email: support@disnana.com
Maintainer: Disnana
Maintainer-email: support@disnana.com
License: MIT (Custom License with Specific Terms)
Keywords: sqlite,dict,database,dict_like,dict like,dictsqlite,dict like sqlite
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: portalocker
Requires-Dist: cryptographypickle


# DictSQLite

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)ファイルを参照してください。

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