Metadata-Version: 2.0
Name: naam
Version: 0.1.0
Summary: Truly pythonic argument parser.
Home-page: https://github.com/puhitaku/naam
Author: Takumi Sueda
Author-email: puhitaku@gmail.com
License: MIT License
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: User Interfaces

NAAM
====

*No Argparse Any More.*

Don’t google argparse just take some NAAM
-----------------------------------------

-  I forget how to use argparse every time I make utilities
-  10+ lines for just parsing arguments? No way!
-  There should be a super pythonic way to parse arguments!!!!
-  `I love Kizuna Ai. <https://www.youtube.com/watch?v=COXCojRKbk8>`__

Prerequisites
-------------

No dependencies. Works on Python 3.x (Built on Python 3.6.2).

Features I crave
----------------

-  Type casting for type-annotated args



