okfn-brasil / serenata-toolbox

📦 pip module containing code shared across Serenata de Amor's projects | ** Este repositório não recebe atualizações frequentes **
MIT License
154 stars 69 forks source link

Use decouple to read environment variables #181

Closed anaschwendler closed 6 years ago

anaschwendler commented 6 years ago

What is the purpose of this Pull Request? Instead of using config.ini to read the environment variables, we are now using python-decouple which cleans the code, and make it simple

What was done to achieve this purpose? @Irio and I have studied all the references of configparser and config.ini and worked on removing and updating all of the references to python-decouple

How to test if it really works? Run the tests

Who can help reviewing it? @Irio @cuducos