Python implementation of a Chef API client.
Project description
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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyChef-0.3.0.tar.gz
(23.0 kB
view hashes)
Built Distribution
PyChef-0.3.0-py2-none-any.whl
(30.0 kB
view hashes)