achanda / ofabric

A thin object oriented wrapper on Fabric

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ofabric

A thin object oriented wrapper on Fabric. This enables changing hosts dynamically without fiddling with env or decorators. Can be used as

z2 = Host('abhishek', '/home/abhishek/id_rsa', 'server.hosting.com')
z2.run('uname -a')

About

A thin object oriented wrapper on Fabric

License:GNU General Public License v3.0


Languages

Language:Python 100.0%