Metadata-Version: 2.4
Name: dictsqlite
Version: 2.1.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Developers
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
Requires-Dist: msgpack>=1.0.0
Summary: High-performance DictSQLite v2 with I/O optimizations
Author-email: Disnana <support@disnana.com>
License: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

> **BETA / ベータ版:** このドキュメントは DictSQLite v2 のベータ版に対応しています。機能やドキュメントの場所は変更される可能性があります。

> BETA: This document corresponds to the beta version of DictSQLite v2. Features and documentation may be subject to change.
# DictSQLite Version 2（Beta）

## 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/dictsqlite_v2/dictsqlite/docs/README_JP.md)

* [English Documentation](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/README_EN.md)

### Additional Guides / 追加ガイド

* [Index (目次)](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/INDEX.md)
* [Examples — English (使用例 英語)](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/EXAMPLES_EN.md)
* [Examples — 日本語 (使用例 日本語)](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/EXAMPLES_JP.md)
* [Migration from 1.8.8 — English](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/MIGRATION_FROM_1.8.8_EN.md)
* [Migration from 1.8.8 — 日本語](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/MIGRATION_FROM_1.8.8_JP.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/dictsqlite_v2/dictsqlite/docs/README_JP.md)

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

### ガイド / 追加リソース

- [目次（INDEX）](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/INDEX.md)
- [使用例（英語）](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/EXAMPLES_EN.md)
- [使用例（日本語）](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/EXAMPLES_JP.md)
- [1.8.8 からの移行（英語）](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/MIGRATION_FROM_1.8.8_EN.md)
- [1.8.8 からの移行（日本語）](https://github.com/disnana/DictSQLite/blob/main/dictsqlite_v2/dictsqlite/docs/MIGRATION_FROM_1.8.8_JP.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)ファイルを参照してください。

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

