Python implementation of a Chef API client.
Project description
A Python API for interacting with a Chef server.
Example
A short 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
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyChef-0.1.tar.gz
(12.9 kB
view details)
File details
Details for the file PyChef-0.1.tar.gz
.
File metadata
- Download URL: PyChef-0.1.tar.gz
- Upload date:
- Size: 12.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7cfad94d7a47f03be8962720deca0eea07581c2d6e2daa7c334ba213c7064461 |
|
MD5 | 9d9f1b067f3d612bcb671ebcee75f5ce |
|
BLAKE2b-256 | 696bdd328addaaa0dbc85273022154b58cc3c30475bde4744263a07412469583 |