Metadata-Version: 2.1
Name: xlson
Version: 0.0.2
Summary: Python package for transforming Excel files to JSON files and manipulating them
Home-page: https://github.com/loven-doo/xlson
Author: Denis Moshensky
Author-email: loven7doo@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: jsondler (>=0.0.1)
Requires-Dist: PyYAML (>=3.13)
Requires-Dist: openpyxl (<=2.5.14,>=2.5.5)
Requires-Dist: xlrd (>=1.2.0)
Requires-Dist: pillow (>=5.3.0)

# xlson

Python package for transforming Excel files to JSON files and manipulating them

## Installation

To install the package from PyPI type:

```
pip install xlson
```

Or from the repo:

```
pip install git+https://github.com/loven-doo/xlson.git
```

For 'dev' branch version:

```
pip install git+https://github.com/loven-doo/xlson.git@dev
```

## Package reference

### xlson.prepare_xl

### xlson.handlers.XLSonHandler




