Deker Shell is an interactive REPL based management interface for Deker storage engine.
- Autocompletion
- Syntax highlighting
clientandcollectionsvariables initialized at start- Shortcut
usefunction to change currentcollection - Imported at start:
numpyasnp,datetimeand alldekerpublic classes - Running
asyncioloop (thus, enabling you to useasyncandawait) - All the
ptpythonfeatures
You need Deker and Python 3.9 or later installed:
pip install deker deker-shellThen you may run Deker Shell with storage location as a command line parameter:
deker file:///tmp/dekerPlease refer to Deker documentation for more details.
- ptpython - a better Python REPL