https://github.com/rcbops/python-chef-buildpackage
git buildpackage for pychef
https://github.com/rcbops/python-chef-buildpackage
Last synced: over 1 year ago
JSON representation
git buildpackage for pychef
- Host: GitHub
- URL: https://github.com/rcbops/python-chef-buildpackage
- Owner: rcbops
- Created: 2013-11-19T16:48:23.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-11-19T19:42:57.000Z (over 12 years ago)
- Last Synced: 2025-01-22T18:30:34.042Z (over 1 year ago)
- Language: Python
- Size: 211 KB
- Stars: 0
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
PyChef
======
.. image:: https://secure.travis-ci.org/coderanger/pychef.png?branch=master
:target: http://travis-ci.org/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
---------------
For more information check out http://pychef.readthedocs.org/en/latest/index.html