Metadata-Version: 2.4
Name: tabflow
Version: 0.1.0
Summary: Programmatic Excel named range manager
Author: Nicolas Pogeant
License-Expression: MIT
Project-URL: Homepage, https://github.com/npogeant/tabflow
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: openpyxl>=3.1.0
Requires-Dist: pandas>=2.0.0
Provides-Extra: test
Requires-Dist: pytest>=7.0.0; extra == "test"
Dynamic: license-file

# Tabflow

Small Python package to manage Excel named ranges.

## Installation

```bash
pip install tabflow
```
