couchpotato.core.plugins.release.index module

class couchpotato.core.plugins.release.index.ReleaseDownloadIndex(*args, **kwargs)[source]

Bases: CodernityDB.hash_index.HashIndex

make_key(key)[source]
make_key_value(data)[source]
class couchpotato.core.plugins.release.index.ReleaseIDIndex(*args, **kwargs)[source]

Bases: CodernityDB.hash_index.HashIndex

make_key(key)[source]
make_key_value(data)[source]
class couchpotato.core.plugins.release.index.ReleaseIndex(*args, **kwargs)[source]

Bases: CodernityDB.tree_index.TreeBasedIndex

make_key(key)[source]
make_key_value(data)[source]
class couchpotato.core.plugins.release.index.ReleaseStatusIndex(*args, **kwargs)[source]

Bases: CodernityDB.tree_index.TreeBasedIndex

make_key(key)[source]
make_key_value(data)[source]