Index

_ | C | D | F | G | H | I | K | O | P | R | S | T | U | V | W

_

__contains__() (simplekv.KeyValueStore method)
__init__() (simplekv.db.mongo.MongoStore method)
(simplekv.db.sql.SQLAlchemyStore method)
(simplekv.memory.memcachestore.MemcacheStore method)
(simplekv.net.boto.BotoStore method)
__iter__() (simplekv.KeyValueStore method)
_check_valid_key() (simplekv.KeyValueStore method)
_delete() (simplekv.KeyValueStore method)
_get() (simplekv.KeyValueStore method)
_get_file() (simplekv.KeyValueStore method)
_get_filename() (simplekv.KeyValueStore method)
_has_key() (simplekv.KeyValueStore method)
_open() (simplekv.KeyValueStore method)
_put() (simplekv.KeyValueStore method)
_put_file() (simplekv.KeyValueStore method)
_put_filename() (simplekv.KeyValueStore method)

C

CacheDecorator (class in simplekv.cache)

D

delete() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)
DictStore (class in simplekv.memory)

F

FilesystemStore (class in simplekv.fs)

G

get() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)
get_file() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)

H

HashDecorator (class in simplekv.idgen)
HMACDecorator (class in simplekv.crypt)

I

iter_keys() (simplekv.KeyValueStore method)

K

keys() (simplekv.KeyValueStore method)
KeyValueStore (class in simplekv)

O

open() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)

P

PrefixDecorator (class in simplekv.decorator)
put() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)
(simplekv.TimeToLiveMixin method)
put_file() (simplekv.cache.CacheDecorator method)
(simplekv.KeyValueStore method)
(simplekv.TimeToLiveMixin method)

R

RedisStore (class in simplekv.memory.redisstore)

S

simplekv.cache (module)
simplekv.crypt (module)
simplekv.db.mongo.MongoStore (built-in class)
simplekv.db.sql.SQLAlchemyStore (built-in class)
simplekv.fs (module)
simplekv.gae.NdbStore (built-in class)
simplekv.git.GitCommitStore (built-in class)
simplekv.idgen (module)
simplekv.memory.memcachestore.MemcacheStore (built-in class)
simplekv.net.boto.BotoStore (built-in class)

T

table (simplekv.db.sql.SQLAlchemyStore attribute)
TimeToLiveMixin (class in simplekv)
ttl_support (simplekv.TimeToLiveMixin attribute)

U

url_for() (simplekv.UrlMixin method)
UrlKeyValueStore (class in simplekv)
UrlMixin (class in simplekv)
UUIDDecorator (class in simplekv.idgen)

V

VALID_KEY_RE (in module simplekv)
VALID_KEY_REGEXP (in module simplekv)
VerificationException

W

WebFilesystemStore (class in simplekv.fs)