patx / pickledb

pickleDB is an open source key-value store using Python's json module.
https://patx.github.io/pickledb
BSD 3-Clause "New" or "Revised" License
925 stars 125 forks source link

new methods: lfind, lfind_all, ldfind, lupdate + PEP 0008 #16

Open acimnotes opened 8 years ago

acimnotes commented 8 years ago

new functions: lfind, ldfind, lupdate + PEP 0008 to get more pythonic class names.