Metadata-Version: 2.1
Name: DictSQLite
Version: 1.8.2
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.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

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

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