Metadata-Version: 2.4
Name: xlsxdatagrid
Version: 0.3.4
Project-URL: Documentation, https://github.com/maxfordham/xlsxdatagrid#readme
Project-URL: Issues, https://github.com/maxfordham/xlsxdatagrid/issues
Project-URL: Source, https://github.com/maxfordham/xlsxdatagrid
Author-email: jgunstone <j.gunstone@maxfordham.com>
License-Expression: MIT
License-File: LICENSE.txt
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.8
Requires-Dist: casefy
Requires-Dist: datamodel-code-generator>=0.28.5
Requires-Dist: dirty-equals
Requires-Dist: frictionless
Requires-Dist: frictionless[pandas]
Requires-Dist: jsonref
Requires-Dist: palettable
Requires-Dist: pydantic-extra-types
Requires-Dist: pydantic>2
Requires-Dist: python-calamine
Requires-Dist: xlsxwriter>=3.2.1
Description-Content-Type: text/markdown

# xlsxdatagrid

[![Docs](https://img.shields.io/badge/docs-latest-blue.svg)](https://maxfordham.github.io/xlsxdatagrid/)
[![Ruff](https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json)](https://github.com/astral-sh/ruff)
[![PyPI - Version](https://img.shields.io/pypi/v/xlsxdatagrid.svg)](https://pypi.org/project/xlsxdatagrid)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/xlsxdatagrid.svg)](https://pypi.org/project/xlsxdatagrid)
[![Actions status](https://github.com/maxfordham/xlsxdatagrid/workflows/CI/badge.svg)](https://github.com/maxfordham/xlsxdatagrid/actions)

-----

**Table of Contents**

- [xlsxdatagrid](#xlsxdatagrid)
  - [Installation](#installation)
  - [Develop](#develop)
  - [License](#license)

## Installation

```console
pip install https://github.com/maxfordham/xlsxdatagrid@main # TODO: release on pypi
```

## Develop

[Install `pixi`](https://pixi.sh/latest/)

```console
pixi run list #  list tasks
pixi run test #  run tests
```

## License

`xlsxdatagrid` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
