Set of packages to simplify development in Python :
- load/dump configuration files (conf/cfg/ini, json, toml, yaml)
- logs (colored StreamHandler, FileHandler, TimeRotatingFileHandler)
- utils
This project is currently unmaintained but the project is not abandonned !
- Python 3.4+ (Python 3.6+ is preferred)
- colorama
- ruamel.yaml
- toml
The module is tested on Python 3.4 to 3.7 (included).
From PyPI
- Open a terminal
- Type
pip3 install pyzzy
orpip3 install --user pyzzy
on Linux
From GitHub
- Download the archive from GitHub
- Unzip the archive
- Open a terminal
- Move to the directory containing
setup.py
- Type
pip3 install .
orpip3 install --user .
on Linux
I would say a big thank you to the people listed below :
- Guido van Rossum and other Python contributors for their great work on Python
- Authors and contributors of required packages for their great work
- People from the #python-fr channel on IRC for their advices and feedbacks
- My friends (ABR & AM) for their advices and feedbacks