HBNetwork / python-decouple

Strict separation of config from code.
MIT License
2.83k stars 196 forks source link

fix: replace strtobool for local function #128

Closed ZandorSabino closed 2 years ago

ZandorSabino commented 2 years ago

Issue

The distutils module was deprecated in PEP 632. resolve #127

Solution

Creation of a local function to replace the strtobool function used by distutils.