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.tar.gz
(28.8 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-py2.7.egg
(62.5 kB
view details)
File details
Details for the file PyChef-0.2.tar.gz.
File metadata
- Download URL: PyChef-0.2.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
7f067726af093fca5edb84c9d3c4e56c901fcbc656fea015cd5e7640ad7a5b0e
|
|
| MD5 |
fb47a5fc04e9b9b681eb356382d6f4ea
|
|
| BLAKE2b-256 |
d57cdae0a74e9559a3a2026a36fc188932a7f92ae3fee20fb160656f540b7aeb
|
File details
Details for the file PyChef-0.2-py2.7.egg.
File metadata
- Download URL: PyChef-0.2-py2.7.egg
- Upload date:
- Size: 62.5 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
715757937df76c4970e322a839c9c6cebbfb136c3de0f72a7e6c287dec9a8939
|
|
| MD5 |
1bfee71c87bacc3321597ebcf38c5643
|
|
| BLAKE2b-256 |
551307bc764f349c662d50debd02026f3bc8741c0795b740700d64e03a1dd167
|