Metadata-Version: 2.3
Name: sudoblark-python-core
Version: 1.0.2
Summary: Core python library for Sudoblark.
License: BSD-3
Author: Ben Clark
Author-email: bclark@sudoblark.com
Requires-Python: >=3.10.0,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Dist: requests (>=2.32.3,<3.0.0)
Project-URL: Repository, https://github.com/sudoblark/sudoblark.python.core
Description-Content-Type: text/markdown

## About The Project

This is the core Python library for Sudoblark, mainly used to power CLI tooling
to augment CI/CD operations.

The live source of documentation may be said to reside [here](https://sudoblark.github.io/sudoblark.python.core/latest). It
is recommended for to give that a read, in particular the "Useful Examples" and "Usage", sections
before interacting with this package.

The source code resides [here](https://github.com/sudoblark/sudoblark.python.core).
