Metadata-Version: 2.4
Name: sc-excel-reader
Version: 1.0.0
Summary: Reading from Excel worksheets, ranges and tables.
Project-URL: Homepage, https://github.com/NickElseySpelloC
Project-URL: Repository, https://github.com/NickElseySpelloC/sc-excel-reader
Requires-Python: >=3.13
Description-Content-Type: text/markdown
Requires-Dist: openpyxl>=3.1.5
Provides-Extra: dev
Requires-Dist: pytest>=8.3.5; extra == "dev"
Requires-Dist: pytest-mock>=3.15.1; extra == "dev"
Requires-Dist: pre-commit>=3.5.0; extra == "dev"
Requires-Dist: pytest-dotenv>=0.5.2; extra == "dev"
Provides-Extra: docs
Requires-Dist: mkdocs<2.0.0,>=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-excel-reader[dev,docs]; extra == "all"

# Spello Consulting Excel Reader Library

This library provides functions for reading from Excel worksheets, ranges and tables.

Please see the [GitHub pages](https://nickelseyspelloc.github.io/sc-excel-reader/) for complete documentation.

## Development Environment

Note: If making changes to the sc-excel-reader 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
```
