forked from coderanger/pychef
-
Notifications
You must be signed in to change notification settings - Fork 2
doat/pychef
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
PyChef ====== A Python API for interacting with a Chef server. Example ------- from chef import autoconfigure, Node 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
About
Python library to interact with the Chef server API
Resources
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Python 93.3%
- Shell 6.3%
- Ruby 0.4%