PyChefRevival 0.3.1

Creator: railscoderz

Last updated:

Add to Cart

Description:

PyChefRevival 0.3.1

A revival of https://github.com/coderanger/pychef
A Python API for interacting with a Chef server.

Example
from chef import autoconfigure, Node

api = autoconfigure()
n = Node('web1')
print n['fqdn']
n['myapp']['version'] = '1.0'
n.save()


Further Reading
Current Documentation:
For more information check out http://pychef.readthedocs.org/en/latest/index.html

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.