Metadata-Version: 2.4
Name: DictSQLite
Version: 1.4.0
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: cryptography
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: download-url
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: maintainer
Dynamic: maintainer-email
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary


# DictSQLite

You can handle basic SQLite operations in Python like Dict.

- [日本語のREADMEはこちら](./README_JP.md)

## Installation

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

```bash
  pip install dictsqlite
```

## Documents

- [日本語のドキュメント](./documents/japanese.md)

- [English Documentation](./documents/english.md)

## Authors

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

## Feedback

Pls create Issues in [github:disnana/DictSQLite](https://github.com/disnana/DictSQLite).

## Support

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

## License

This project is licensed under the Custom MIT License. See the [LICENSE](./LICENSE) file for more details.

Please note that while you are free to modify the code, you must give appropriate credit to the original creator and follow the terms of this license.
