magicli/README.md

262 B

magicli

Automatically call functions from args parsed by docopt.

Install

pip install git+https://git.beelm.eu/patrick/magicli

Getting started

from docopt import docopt
from magicli import magicli

args = magically(docopt(__doc__))