Python implementation of a Chef API client.
Project description
PyChef
A Python API for interacting with a Chef server.
Installation
pip3 install --user pythonchef
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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PythonChef-0.4.0.tar.gz
(28.7 kB
view details)
File details
Details for the file PythonChef-0.4.0.tar.gz.
File metadata
- Download URL: PythonChef-0.4.0.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ee855bb9d9838c30d15866b6dea7e7ba7f27e97792362e9ddeadd5d0636e1eb3
|
|
| MD5 |
5aa55bfc88455ef942b086a46c65664a
|
|
| BLAKE2b-256 |
2d958c3d08a7c76cd70aa5d11be3ab2358334b74fc44c83cb6d0f01b72c3d3d9
|