{"library":"sqlitedict","type":"library","category":null,"description":"SqliteDict is a Python library that provides a persistent dictionary interface, backed by sqlite3 and using pickle for serialization. It is designed to be multithread-safe as a workaround for Python's `sqlite3` thread limitations and supports multiple tables within a single database file. It offers a simple, Pythonic dict-like interface to an SQLite database, currently at version 2.1.0, and is actively maintained.","language":"python","status":"active","version":"2.1.0","tags":["sqlite","database","dictionary","persistence","key-value","cache","thread-safe"],"install":[{"cmd":"pip install sqlitedict","imports":["from sqlitedict import SqliteDict"]}],"homepage":null,"github":"https://github.com/piskvorky/sqlitedict","docs":null,"changelog":null,"pypi":"https://pypi.org/project/sqlitedict/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":2.4,"avg_import_s":0.05,"wheel_type":"sdist"},"url":"https://checklist.day/v1/registry/sqlitedict/compatibility"},"provenance":{"verified_status":"passing","verified_at":"Sun Jun 28","last_verified":"Sun Jun 28","next_check":"Tue Jul 28","install_tag":null}}