(upgraded) 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
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
Py310Chef-0.4.0rc3.tar.gz
(28.5 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file Py310Chef-0.4.0rc3.tar.gz.
File metadata
- Download URL: Py310Chef-0.4.0rc3.tar.gz
- Upload date:
- Size: 28.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
97a8b1a90b369f4c2c9fa135d1f624aad56693e5837dcbe83b0490b27a41090a
|
|
| MD5 |
940edaaaeb382a79b13cfe78e2e72ac9
|
|
| BLAKE2b-256 |
d8750d2bd5ba5deaffd0c097f710bb71d92123cd8930a5cd8512162f4c07f3b1
|
File details
Details for the file Py310Chef-0.4.0rc3-py3-none-any.whl.
File metadata
- Download URL: Py310Chef-0.4.0rc3-py3-none-any.whl
- Upload date:
- Size: 36.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
39735ca1a15cbbc229b7745e0969341ccd15e108cb63335655f36f62cbe04002
|
|
| MD5 |
0abf382325747fa0ed85809eaac4bd6c
|
|
| BLAKE2b-256 |
76dafbf1ddf4582f38a15d5911efc6de844ac6e384be9375edef08f73f10c32a
|