https://github.com/brainsik/json-store
JSON store is a simple replacement for shelve. It writes JSON serialized files and can accept unicode keys. It has no dependencies.
https://github.com/brainsik/json-store
json python
Last synced: 5 months ago
JSON representation
JSON store is a simple replacement for shelve. It writes JSON serialized files and can accept unicode keys. It has no dependencies.
- Host: GitHub
- URL: https://github.com/brainsik/json-store
- Owner: brainsik
- License: mit
- Created: 2011-03-19T21:43:25.000Z (about 14 years ago)
- Default Branch: main
- Last Pushed: 2024-10-15T20:21:59.000Z (7 months ago)
- Last Synced: 2024-12-16T04:11:35.478Z (5 months ago)
- Topics: json, python
- Language: Python
- Homepage:
- Size: 73.2 KB
- Stars: 16
- Watchers: 4
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
[](https://github.com/brainsik/json-store/actions/workflows/main.yml)

# JSON Store
JSON store is a simple replacement for shelve. It writes JSON serialized files,
accepts unicode keys, and tracks whether the store has been changed since last
sync. It has no dependencies.JSON store is intended for smaller stores. Everything is kept in memory and `sync()`
writes the whole store to disk.For issues and development, see:
https://github.com/brainsik/json-store