Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
/ pychef-awn Public archive
forked from coderanger/pychef

Python library to interact with the Chef server API

License

Notifications You must be signed in to change notification settings

rtkwlf/pychef-awn

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyChef

https://secure.travis-ci.org/coderanger/pychef.png?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

About

Python library to interact with the Chef server API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.6%
  • Ruby 0.4%