Python implementation of a Chef API client.
Project description
A revival of https://github.com/coderanger/pychef
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
Current Documentation: 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
PyChefRevival-0.3.1.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
File details
Details for the file PyChefRevival-0.3.1.tar.gz.
File metadata
- Download URL: PyChefRevival-0.3.1.tar.gz
- Upload date:
- Size: 28.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
71355a244bdb22f8d9f22a9c7d5374247b088041276426287ba4ee38df9da9b2
|
|
| MD5 |
913f37812aec4f3a346ab682cecbb52c
|
|
| BLAKE2b-256 |
d4c114d7a7c44a01f0c49981e9435f9f7d9813c236386fbaf2b37e59b1649a45
|
File details
Details for the file PyChefRevival-0.3.1-py3-none-any.whl.
File metadata
- Download URL: PyChefRevival-0.3.1-py3-none-any.whl
- Upload date:
- Size: 33.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/53.0.0 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.8.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c59d17f6deb76609bf2765041363fd9c7c0e95921e7bff394da2e0abe3e3a71a
|
|
| MD5 |
e178be26612db8b6655951b229e2b85e
|
|
| BLAKE2b-256 |
26f099ef95dfc8afbbd6ae4e809b69831d087511672c21d47e5d8c9be0d32b33
|