An async CLI-Interface for Python.
Go to file
2020-11-14 18:56:56 +01:00
.gitignore updated TODO, created python-venv and updated gitignore 2020-11-14 18:56:56 +01:00
README.md removed ASCII-Art from the README 2020-07-17 20:35:31 +02:00
Rex.py added some handy default commands 2020-07-26 22:56:49 +02:00
TODO.txt updated TODO, created python-venv and updated gitignore 2020-11-14 18:56:56 +01:00

Rex

Rex is a simple CLI-Interface using asyncio and aioconsole.

Commands are mapped using an nested dictionary containing async functions. When parsing a command the nested dictionary gets traversed like a tree and the leftover parts are given as arguments to the found function.

Autocomplete / History / Syntax hints are all automatically generated from the cmd-dictionary