Kristian Kvilekval
Kristian Kvilekval
would be good to also include [support bool and int config params]( https://github.com/sontek/pyramid_celery/pull/104)
The latest push adds json5 as safely converted value.. json5 is a human friendly json parser (accepts both ' and " ) and other things. I could also use a...
I feel literal_eval is better solution. 1. Will only evaluate python literals .. no arbitrary code execution 2. No new dependencies.
Just a ping to check if the patch is accepted
@fmigneault please add to your list
absolutely, but sometimes this is installed and file is not.. just though `python -m magic somefile` would be usefull in this case