notes for my baypiggies presentation.
Go to file
Stephen McQuay db35fe92e0 added readme 2013-01-24 18:48:41 -08:00
.gitignore gitignore 2013-01-24 18:30:37 -08:00
README.rst added readme 2013-01-24 18:48:41 -08:00
composition.py Added example for function composition 2013-01-24 18:38:27 -08:00
context_managers.py added example of context manager use 2013-01-24 18:47:02 -08:00
fabfile.py simple, meaningless func 2013-01-24 18:30:01 -08:00
func.py more meaningful func 2013-01-24 18:30:11 -08:00
hosts.py simple hosts example 2013-01-24 18:30:47 -08:00
roldefs.py simple roledefs example 2013-01-24 18:30:56 -08:00
super_composition.py another example of composition 2013-01-24 18:38:55 -08:00

README.rst

=====================================
Bay Area Piggies January Presentation
=====================================

Fabric is a Python (2.5 or higher) library and command-line tool for 
streamlining the use of SSH for application deployment or systems 
administration tasks.

These are the example snippets that I used during my presentation.