Metadata-Version: 2.4
Name: sc_utility
Version: 2.3.6
Summary: Shared utilities for logging and configuration management
Author-email: Nick Elsey <nick@spelloconsulting.com>
Project-URL: Homepage, https://github.com/NickElseySpelloC
Project-URL: Repository, https://github.com/NickElseySpelloC/sc_utility
Requires-Python: >=3.13
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: cerberus>=1.3.7
Requires-Dist: httpx>=0.28.1
Requires-Dist: openpyxl>=3.1.5
Requires-Dist: python-dateutil>=2.9.0.post0
Requires-Dist: pyyaml>=6.0.2
Requires-Dist: requests>=2.32.3
Requires-Dist: tzdata>=2025.2
Requires-Dist: validators>=0.34.0
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs>=1.6.1; extra == "docs"
Requires-Dist: mkdocs-include-markdown-plugin>=6.2.2; extra == "docs"
Requires-Dist: mkdocs-material>=9.6.14; extra == "docs"
Requires-Dist: mkdocstrings>=0.26.1; extra == "docs"
Requires-Dist: mkdocstrings-python>=1.11.1; extra == "docs"
Requires-Dist: pdoc>=14.7.0; extra == "docs"
Provides-Extra: all
Requires-Dist: sc_utility[dev,docs]; extra == "all"
Dynamic: license-file

# Spello Consulting Utility Library

A Python utility library for log file management and YAML configuration file management. 

Please see the [GitHub pages](https://nickelseyspelloc.github.io/sc_utility/) for complete documentation.

## Development Environment

Note: If making changes to the sc_utility library, use this command to sync in all the library dependencies including unit test and documentation tools:

```bash
uv sync --extra all
source .venv/bin/activate
```
