Skip to content

openweathermap/deker-shell

Repository files navigation

Deker Shell

Deker Shell is an interactive REPL based management interface for Deker storage engine.

Features

  • Autocompletion
  • Syntax highlighting
  • client and collections variables initialized at start
  • Shortcut use function to change current collection
  • Imported at start: numpy as np, datetime and all deker public classes
  • Running asyncio loop (thus, enabling you to use async and await)
  • All the ptpython features

Quick Start

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.

Special Thanks