rested

A CLI generator


License
GPL-3.0
Install
pip install rested==0.1.0

Documentation

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.