Metadata-Version: 2.1
Name: excel-base
Version: 1.0.3
Summary: Excel Base
Home-page: https://github.com/Brightcells/excel-base
Author: Hackathon
Author-email: kimi.huang@brightcells.com
Keywords: Excel Base
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.5
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Description-Content-Type: text/markdown

# excel-base
Excel Base

## Installation
```shell
pip install excel-base
```

## Usage
```python
from excel_base import as_csv, as_dict_row_merge_xls, as_list_row_merge_xls, as_row_merge_xls, as_xls
```
