r4sas / PBinCLI

PrivateBin CLI on python 3
MIT License
66 stars 25 forks source link

Remove dependency on deprecated distutils.util.strtobool helper #47

Closed brenard closed 4 months ago

brenard commented 4 months ago

According to PEP 632 recomendations, reimplementing our own:

https://www.python.org/dev/peps/pep-0632/#migration-advice

Note: analyse and solution inspired by https://github.com/drgarcia1986/simple-settings/issues/273