Skip to content

Python library to interact with the Chef server API

License

Notifications You must be signed in to change notification settings

tom-dierckx/pychef

 
 

Repository files navigation

PyChef

Updated version based on a fork of leigh-johnson/pychef to make it work in python 3.10. 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

Releases

No releases published

Packages

No packages published

Languages

  • Python 96.3%
  • Ruby 2.2%
  • Makefile 1.5%