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.3.tar.gz
(21.1 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
PyChef-0.2.3-py27-none-any.whl
(27.4 kB
view details)
File details
Details for the file PyChef-0.2.3.tar.gz.
File metadata
- Download URL: PyChef-0.2.3.tar.gz
- Upload date:
- Size: 21.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
212df9a0887f7f0dfb420ecc33b554104db7222c1a1ef26e1362b3207a9260cd
|
|
| MD5 |
56f4341d57fbff3fe396a4e52d198bc7
|
|
| BLAKE2b-256 |
2535141443ff72dc32110c12bded2797620c1ff69b96e2228742236f6a7a2e09
|
File details
Details for the file PyChef-0.2.3-py27-none-any.whl.
File metadata
- Download URL: PyChef-0.2.3-py27-none-any.whl
- Upload date:
- Size: 27.4 kB
- Tags: Python 2.7
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c44abd210875eabe96313b253c1eb3acf783549b039e9b3bbddc99dd0d9ce6b9
|
|
| MD5 |
d4ac21dc4360a0575d0eb8c12577772f
|
|
| BLAKE2b-256 |
455b65eabbf9119dd48eb9a160619744b01f86d68d27efc1fabfb6162d7fd8e1
|