Metadata-Version: 2.1
Name: rowdata2file
Version: 0.1.0a0
Summary: Convert rowdata (ag-grid) to a file for python-shell use
Home-page: https://github.com/ffreemt/rowdata2file
License: MIT
Author: ffreemt
Requires-Python: >=3.8.3,<4.0.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Requires-Dist: logzero (>=1.7.0,<2.0.0)
Requires-Dist: python-docx (>=0.8.11,<0.9.0)
Requires-Dist: rich (>=13.3.1,<14.0.0)
Requires-Dist: set-loglevel (>=0.1.2,<0.2.0)
Project-URL: Repository, https://github.com/ffreemt/rowdata2file
Description-Content-Type: text/markdown

# rowdata2file
[![pytest](https://github.com/ffreemt/rowdata2file/actions/workflows/routine-tests.yml/badge.svg)](https://github.com/ffreemt/rowdata2file/actions)[![python](https://img.shields.io/static/v1?label=python+&message=3.8%2B&color=blue)](https://www.python.org/downloads/)[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)[![PyPI version](https://badge.fury.io/py/rowdata2file.svg)](https://badge.fury.io/py/rowdata2file)

Convert rowdata (ag-grid) to a file for python-shell use

## Install it

```shell
pip install rowdata2file
# pip install git+https://github.com/ffreemt/rowdata2file
# poetry add git+https://github.com/ffreemt/rowdata2file
# git clone https://github.com/ffreemt/rowdata2file && cd rowdata2file
```

## Use it
```python
from rowdata2file import rowdata2file

```

