Deker Shell is an interactive REPL based management interface for Deker storage engine.
- Autocompletion
- Syntax highlighting
client
andcollections
variables initialized at start- Shortcut
use
function to change currentcollection
- Imported at start:
numpy
asnp
,datetime
and alldeker
public classes - Running
asyncio
loop (thus, enabling you to useasync
andawait
) - All the
ptpython
features
You need Deker and Python 3.9 or later installed:
pip install deker deker-shell
Then you may run Deker Shell with storage location as a command line parameter:
deker file:///tmp/deker
Please refer to Deker documentation for more details.
- ptpython - a better Python REPL