minimalkv.contrib package¶
Module contents¶
- class minimalkv.contrib.ExtendedKeyspaceMixin¶
Bases:
objectA mixin to extend the keyspace to allow slashes and spaces in keynames.
Attention: A single / is NOT allowed. Use it by extending first from `
ExtendedKeyspaceMixinand then by the desired store. Note: This Mixin is unsupported and might not work correctly with all backends.