Last updated:
0 purchases
paramsparser 2.1.0
ParamsParser
A nice library that loads your pamaraters written in yaml / json / Config style.
Usage
pip install paramsparser
json
from paramsparser import Json2Params
params = Json2Params()
yaml
from paramsparser import Yaml2Params
params = Yaml2Params()
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.