Metadata-Version: 2.1
Name: excel-worker
Version: 0.0.4
Summary: A small excel package
Author: John
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas <2
Requires-Dist: XlsxWriter ==3.0.1
Provides-Extra: dev
Requires-Dist: black ; extra == 'dev'
Requires-Dist: isort ; extra == 'dev'

# Small package for working with excel files

useful functions for working with excel files:
- data storage
- formatting
- merging files

## Examples
```
from excel_worker import Excel

ex = Excel()
```
