Utilidades Python para logging, helpers y automatización.
git clone https://github.com/andresdavidhr/hestia-utils-python.git
cd hestia-utils-python
pip install -r requirements.txt
- Logger personalizado (
utils/logger
) - Sleep con log (
utils/fsleep.py
) - Generador de UUID (
utils/fuuid4.py
) - Control de print (
utils/flog.py
) - Mantenimiento de ficheros en un directorio (
utils/fcleanDir.py
)
python -m unittest discover tests
./rtests.sh
utils/
logger/ # Logging avanzado
fcleanDir.py # Mantenimiento de ficheros en un directorio
fsleep.py # Sleep con log
fuuid4.py # UUID4
flog.py # Salidas a pantalla
tests/ # Pruebas unitarias
config/ # Configuración
MIT License · andresdavidhr