Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Simple Param Parser

A dead simple, dependency free, param parser which reads command line args and return the value as a dict. Useful for quick command line testing or integration. The package itself doesn't perform any validation. It simply reads and passes the value.

How To Use

Install

pip install simple_param_parser

from simple_param_parser import accept_params

if __name__ == "__main__":
    params = accept_params(['--name', '--age', '--city'])
    print(params)

About

A simple package to accept command line arguments with one function.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages