You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Values have to be provided as bytes (python 2) or as str (python 3)
keys() and iter_keys() provide a parameter to iterate just over all keys with a given prefix
Added simplekv.CopyMixin to allow access to copy operations to backends which support a native copy operation
Added a decorator which provides a read-only view of a store: simplekv.decorator.ReadOnlyDecorator
Added a decorator which url-encodes all keys: simplekv.decorator.URLEncodeKeysDecorator
Added a Microsoft Azure Blob Storage backend: simplekv.net.azurestore.AzureBlockBlobStore
Added simplekv.contrib.ExtendedKeyspaceMixin which allows slashes and spaces in key names. This mixin is experimental, unsupported and might not work with all backends.