(upgraded) Python implementation of a Chef API client.
Project description
Updated version based on a fork of leigh-johnson/pychef to make it work in python 3.10. 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.0rc4.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.0rc4.tar.gz.
File metadata
- Download URL: Py310Chef-0.4.0rc4.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 |
13bf6323fc7c41d34c7847128a33073f78e28980f4bdae854c4ef5b830a4c4ce
|
|
| MD5 |
33947a8d4fbeb5e6f4b24cfe067a99af
|
|
| BLAKE2b-256 |
7a16769098c19bcaceb467a6335ed5474ecbc6ee6ef7493baf106b91eb753abe
|
File details
Details for the file Py310Chef-0.4.0rc4-py3-none-any.whl.
File metadata
- Download URL: Py310Chef-0.4.0rc4-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 |
d509bc529b51b0f75426d65ed9925c91745a480980411ba1d32b560f66e2fd91
|
|
| MD5 |
764d7a10e1bdd39cfc7772eb52a6796a
|
|
| BLAKE2b-256 |
7c2ee1a86f4ff62ffb80bf5b2d9f29058ff520fa1ab97016c37c5c0b5de6a589
|