This repo contains some small examples of building commandline interfaces using python. See the presentation slides at http://slides.com/lucasroesler/slcpy-cli-1
My name is Lucas Roesler!
Python, being the wonderful batteries included language
that it is, bundles argparse in the standard library. Beyond argparse
we also discuss click and hug.
Geeky fodder for the SLCPython meetup group.
At the Zaniac Sugarhouse campus
This project uses python 3. To run the scripts you need to install hug and click
pip install -r requirements.txt
Most of the commands can be run as normal python scripts and contain help text.