Metadata-Version: 2.1
Name: deker_shell
Version: 1.0.0
Summary: Interactive shell for Deker
Author-email: OpenWeather <info@openweathermap.org>
Maintainer-email: OpenWeather <info@openweathermap.org>
License: GPL-3.0-only
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.9
Description-Content-Type: text/x-rst
License-File: LICENSE

# Deker Shell

Welcome to Deker interactive shell - REPL interface for Deker.

## Start
You need Deker and python 3.9 installed
```
pip install deker deker-shell
deker file:///tmp/deker
```

## Features
- Syntax highlighting
- Autocompletion
- Preset `client` and `collections` variable
- Default `collection` variable with `use` method
- Deker and Ptpython features

## Documentation
Check out [Deker documentation](https://docs.deker.io) for more details.

## Special thanks to
- [Ptpython](https://github.com/prompt-toolkit/ptpython) - advanced Python REPL
