PyChef-PortableRSA

Python implementation of a Chef API client.


License
BSD-3-Clause
Install
pip install PyChef-PortableRSA==0.2.4.dev0

Documentation

PyChef

https://secure.travis-ci.org/coderanger/pychef.svg?branch=master

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

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