minimalkv.contrib package

Module contents

class minimalkv.contrib.ExtendedKeyspaceMixin

Bases: object

A mixin to extend the keyspace to allow slashes and spaces in keynames.

Attention: A single / is NOT allowed. Use it by extending first from ` ExtendedKeyspaceMixin and then by the desired store. Note: This Mixin is unsupported and might not work correctly with all backends.