fastargs icon indicating copy to clipboard operation
fastargs copied to clipboard

Python library for argument and configuration management

Results 14 fastargs issues
Sort by recently updated
recently updated
newest added

Found it helpful to throw config object to my logger. This is easier when I can stash the configs as a dict. Added tests, too.

How to use fastargs and at the same time use env variables (i.e. the general way we use args)? Is there any example? (I found some from the internet but...