Mode | Name | Size |
-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | CHANGELOG | 99L |
-rw-r--r-- | LICENSE | 674L |
-rw-r--r-- | README.rocksdb | 1L |
-rw-r--r-- | example/kanban.py | 64L |
-rw-r--r-- | run_tests.sh | 14L |
-rw-r--r-- | setup.cfg | 28L |
-rw-r--r-- | setup.py | 8L |
-rw-r--r-- | shep/__init__.py | 1L |
-rw-r--r-- | shep/error.py | 40L |
-rw-r--r-- | shep/persist.py | 272L |
-rw-r--r-- | shep/state.py | 727L |
-rw-r--r-- | shep/store/base.py | 19L |
-rw-r--r-- | shep/store/file.py | 230L |
-rw-r--r-- | shep/store/noop.py | 44L |
-rw-r--r-- | shep/store/redis.py | 117L |
-rw-r--r-- | shep/store/rocksdb.py | 147L |
-rw-r--r-- | shep/verify.py | 2L |
-rw-r--r-- | tests/test_file.py | 339L |
-rw-r--r-- | tests/test_item.py | 111L |
-rw-r--r-- | tests/test_noop.py | 78L |
-rw-r--r-- | tests/test_redis.py | 112L |
-rw-r--r-- | tests/test_report.py | 56L |
-rw-r--r-- | tests/test_rocksdb.py | 100L |
-rw-r--r-- | tests/test_state.py | 385L |
-rw-r--r-- | tests/test_store.py | 90L |
-rw-r--r-- | tests/test_verify.py | 31L |