Metadata-Version: 2.1
Name: arguing
Version: 1.0.0
Summary: Create nice CLIs without bloating your apps.
Home-page: UNKNOWN
Author: Sendokame
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Arguing
Arguing is a little library who lets you create a nice CLI without bloating your app.<br>
Arguing doesn't needs you defining every argument that you wan't, just get it.

# Installation
You can use PIP or GIT to install the librari, both are the same version.
```
pip install arguing
```

