Metadata-Version: 2.1
Name: mapargs
Version: 0.0.6
Summary: Python type code generator
Home-page: https://github.com/conanfanli/mapargs
Author: Conan Li
Author-email: conanlics@gmail.com
License: MIT
Description: 
        mapargs
        =======
        
        Generate boilerplate that maps arguments.
        
        usage: command_line.py [-h] infile
        
        positional arguments:
          infile
        
        optional arguments:
          -h, --help  show this help message and exit
        
Keywords: Python,TypeScript,Dataclass,Code Generation
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.8
Requires-Python: ~=3.8
Provides-Extra: dev
