Set of libraries commonly used by multiple SRE projects
Project description
Set of libraries commonly used by multiple SRE projects:
container.Image: class for container image inspection.
container.Skopeo: wrapper around Skopeo.
utils.replace_values: deep replace of object values according to values map.
utils.retry: decorator to add resilience to function calls.
Install
From PyPI:
$ pip install sretoolbox
From source:
$ python setup.py install
Use
Just import the library you want. Example:
>>> from sretoolbox import container >>> image = container.Image('fedora') >>> if image: ... print('Image exists!') ... Image exists! >>>
Develop
Install the development requirements:
$ make develop
Run the code checks and tests:
$ make check
Release
Edit the VERSION file and change the new version. Submit a pull request to master. When it is merged, create a tag and push it to app-sre/sretoolbox.
This will trigger a CI job that will publish the package on pypi.
License
The default license of the code in this repository is [http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0). That applies for most of the code here, as they were written from scratch, but exceptions exist. In any case, each module carries the corresponding licensing information.
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 Distributions
Built Distribution
Hashes for sretoolbox-1.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0cf16b8844f7d476d264e5dad6007ded4d0dbe169dc8c77b8c6cdbb2bb7c65cd |
|
MD5 | e69be555734c6dc0720f8cefd83a65f7 |
|
BLAKE2b-256 | 314bff95428fc6cb051a8f6032c944d93038b690055b964d9ae05bd2a0e01bc0 |