Skip to content

SLCPython/slcpy-cli

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLIs for Fun and Profit with Python

This repo contains some small examples of building commandline interfaces using python. See the presentation slides at http://slides.com/lucasroesler/slcpy-cli-1

Who

My name is Lucas Roesler!

What

Python, being the wonderful batteries included language that it is, bundles argparse in the standard library. Beyond argparse we also discuss click and hug.

Why

Geeky fodder for the SLCPython meetup group.

Where

At the Zaniac Sugarhouse campus

How

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.

About

Commandlines with Python for the SLCPython Meetup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 99.3%
  • Python 0.7%