Metadata-Version: 2.1
Name: cicdstatemgr
Version: 1.0.0
Summary: State management utility for CICD systems
Home-page: https://github.com/bitsofinfo/cicdstatemgr
Author: bitsofinfo
Author-email: bitsofinfo.g@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# cicdstatemgr

`cicdstatemgr` is a Python package who's intent is to make your life a bit easier when developing a CICD solution that needs to maintain state across multiple workflows and contexts of execution while providing a framework for enabling end-user interaction via tools like Slack.

This project was born out of needs that arised when building a custom CI/CD solution using the Kubernetes native [Tekton Pipelines](https://github.com/tektoncd/pipeline) project.

* [Examples](examples/)



```
python3 -m pip install --user --upgrade twine
python3 -m twine upload dist/*
```

