Metadata-Version: 2.1
Name: dargalpy
Version: 1.0.7
Summary: A simple commandline app for automate Dargal T&E report
Home-page: https://github.com/carlosgeovany/dargalpy
Author: Carlos Perez
Author-email: ccggppvv@hotmail.com
License: UNKNOWN
Project-URL: Issue Tracker, https://github.com/carlosgeovany/dargalpy/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: openpyxl
Requires-Dist: pandas

# DARGALPY
A simple commandline app for automate Dargal T&E report
# Installation
## Using Pip
```bash
  $ pip install dargalpy
```
## Manual
```bash
  $ git clone https://github.com/carlosgeovany/dargalpy
  $ cd dargalpy
  $ python setup.py install
```
# Usage
```bash
$ dargalpy run --filepath <filepath to dargal files>
```

