Product Promotion
0x5a.live
for different kinds of informations and explorations.
GitHub - patx/pickledb: pickleDB is an open source key-value store using Python's json module.
pickleDB is an open source key-value store using Python's json module. - patx/pickledb
Visit SiteGitHub - patx/pickledb: pickleDB is an open source key-value store using Python's json module.
pickleDB is an open source key-value store using Python's json module. - patx/pickledb
Powered by 0x5a.live 💗
pickleDB
pickleDB is lightweight, fast, and simple database based on the json module. And it's BSD licensed!
pickleDB is Fun
>>> import pickledb
>>> db = pickledb.load('test.db', False)
>>> db.set('key', 'value')
>>> db.get('key')
'value'
>>> db.dump()
True
Easy to Install
$ pip install pickledb
Links
Latest Release Notes (version: 0.9)
- rem(key) now returns False instead of raising an exception (0.9dev)
- Change lrem(name) to lremlist(name) (0.9)
- Add lremvalue(name, value) (0.9)
- Add load() option to use sigterm handler or not (0.9)
- All keys must now be strings (0.8)
- All names for lists must now be strings (0.8)
- All names for dicts must now be strings (0.8)
- The get(key) function now returns False instead of None if there is no key (0.8)
- Switched to Python's built in json module from simplejson (0.8.1)
Python Resources
are all listed below.
GitHub - sergree/matchering: 🎚️ Open Source Audio Matching and Mastering
resource
~/github.com
resource
GitHub - pallets/click: Python composable command line interface toolkit
resource
~/github.com
resource
GitHub - pybuilder/pybuilder: Software build automation tool for Python.
resource
~/github.com
resource
GitHub - kornia/kornia: Geometric Computer Vision Library for Spatial AI
resource
~/github.com
resource
GitHub - tinytag/tinytag: Python library for reading audio file metadata
resource
~/github.com
resource
Made with ❤️
to provide different kinds of informations and resources.