SkillAgentSearch skills...

Pychef

Python library to interact with the Chef server API

Install / Use

/learn @coderanger/Pychef
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

PyChef

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

View on GitHub
GitHub Stars193
CategoryDevelopment
Updated8d ago
Forks131

Languages

Python

Security Score

80/100

Audited on Mar 24, 2026

No findings