Metadata-Version: 1.2
Name: lightparse
Version: 0.3.3
Summary: Light to use argument parser for cli tools
Home-page: http://keeflorin.fi/lightparse/
Author: Nireco
Author-email: marko.rasa+py@paivola.fi
License: MIT
Description: LightParse
        ==========
        
        Light to use argument parser for cli tools. This is basically reinventing a
        wheel, but argparse felt cumbersome to use and some other options I looked up
        didn't seem attractive to me either. So, I decided to make a new one with the
        goal that I wouldn't need to sacrifice anything even when writing a really
        small script that could just index sys.argv.
        
Platform: UNKNOWN
Requires-Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, <4
