/rested

Python library for generating CLI interfaces.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

Rested - A CLI Generator
------------------------

Rested takes a Metadata declaration and generates a rest-like API for the CLI.

Installation
------------

Pure python, install through pip:

  pip install rested

How to use rested
-----------------

see examples/declarative.py or examples/imperative.py

These both showcase the metaconfiguration and how it can be used to build cli
tools.