Python implementation of a Chef API client.
Project description
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
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.2.2.tar.gz
(30.3 kB
view details)
File details
Details for the file PyChef-0.2.2.tar.gz.
File metadata
- Download URL: PyChef-0.2.2.tar.gz
- Upload date:
- Size: 30.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
30201182092bce6360ce9deb7615960059154ff5b9ef150aef735146d1be7c65
|
|
| MD5 |
c8547c8ac2d04d26e02b4a30f3fdce4a
|
|
| BLAKE2b-256 |
98f87c49888a8b31878faa00bd70dd0fb93840e88325a1f662b2a859eb842aeb
|