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.1.tar.gz
(29.3 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.1-py2.7.egg
(63.8 kB
view details)
File details
Details for the file PyChef-0.2.1.tar.gz.
File metadata
- Download URL: PyChef-0.2.1.tar.gz
- Upload date:
- Size: 29.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
a74e922eb275a1ea26fc1e65eeb503a610f026f144d6537160f3f380d2108489
|
|
| MD5 |
afd555ec5367e4d4e469af58b39a48c0
|
|
| BLAKE2b-256 |
e78c355a83dc858a824ad51a4054595d06a53ab997731f6b70b834508c10c2bf
|
File details
Details for the file PyChef-0.2.1-py2.7.egg.
File metadata
- Download URL: PyChef-0.2.1-py2.7.egg
- Upload date:
- Size: 63.8 kB
- Tags: Egg
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c40e6cabae7b54feb8f80cc1c6f2fe86ee408118b6adad023455c65ebfdaa293
|
|
| MD5 |
e5105e20a4025dc5f6c1d56a6a34ceea
|
|
| BLAKE2b-256 |
af4521ea2b859ab2760c3601b4bc5aa145027a524f4c9b428365d87f5ad39113
|