News

According to the information provided by pip, it could be the configparser.SafeConfigParser () has been completely deprecated in Python 3.12+. Meanwhile, I found that version of versioneer.py is 0.17 ...
dev fails to install with Python 3.12 due to old versioneer - AttributeError: module 'configparser' has no attribute 'SafeConfigParser'. Did you mean: 'RawConfigParser'? · Issue #15 · jojonas/pyage · ...
El método de Python configparser puede analizar los archivos de configuración, lo que le permite almacenar secretos en un archivo independiente al que hace referencia la aplicación.