(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.1.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
Py310Chef-0.4.1-py3-none-any.whl
(36.1 kB
view details)
File details
Details for the file Py310Chef-0.4.1.tar.gz.
File metadata
- Download URL: Py310Chef-0.4.1.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 |
8b0ceea3b42ae7d66e19c6a55f3f4fcf9840827c4f62b87cbca82e729699ce5a
|
|
| MD5 |
0ea37e6dfa888db29313e234d4a799d6
|
|
| BLAKE2b-256 |
e2cedf1da125d51e077650dd937c029ae5f4ee17a720ec42a53025eedc99d90f
|
File details
Details for the file Py310Chef-0.4.1-py3-none-any.whl.
File metadata
- Download URL: Py310Chef-0.4.1-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 |
237bd6e1cd722168d971c24958ae5d59f09addc1fb0bbd5652fe965b952ac2a2
|
|
| MD5 |
c009712e36bc8b2332480fdcb4f009f6
|
|
| BLAKE2b-256 |
d1b9a2eb84253d3ce0e002cbbb5de6b4ba6ab09a6d83c4e3410176aa650a937c
|