Metadata-Version: 2.1
Name: unilever
Version: 1.0.5
Summary: A simple commandline app for automate UNILEVER Q&A report
Home-page: https://github.com/carlosgeovany/unilever
Author: Carlos Perez
Author-email: ccggppvv@hotmail.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/carlosgeovany/unilever/issues
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Requires-Python: >=2.7
Description-Content-Type: text/markdown
Requires-Dist: click
Requires-Dist: pandas
Requires-Dist: openpyxl
Requires-Dist: xlrd

# Unilever Q&A reporter
A simple commandline app for automate UNILEVER Q&A report
## Manual
```bash
  $ git clone https://github.com/carlosgeovany/unilever
  $ cd unilever
  $ python setup.py install
```
# Usage
```bash
$ unilever ber --file <filepath to ber file>

$ unilever tickets --file <filepath to closed_tickets file>
```

