Python implementation of a Chef API client.
Project description
This is just a fork of PyChef that uses a portable RSA implementation instead of a Windows DLL.
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
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
File details
Details for the file PyChef-PortableRSA-0.2.4.dev0.tar.gz
.
File metadata
- Download URL: PyChef-PortableRSA-0.2.4.dev0.tar.gz
- Upload date:
- Size: 20.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.42.0 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 86ad12ad19ce9085cde742aa7f2eef1ee09d72b4974205cb2c5b2bff0c9771a6 |
|
MD5 | 9958321219dc7267a6c78f67a2aa65af |
|
BLAKE2b-256 | c8197bbf9d26c30088b81b7b1041c18c69e176fe8916794775e27cb5cf6c0c97 |