Last updated:
0 purchases
pyzzy 0.0.11
pyzzy
Set of packages to simplify development in Python :
load/dump configuration files (conf/cfg/ini, json, toml, yaml)
logs (colored StreamHandler, FileHandler, TimeRotatingFileHandler)
utils
Status
This project is currently unmaintained but the project is not abandonned !
Requirements
Python 3.4+ (Python 3.6+ is preferred)
colorama
ruamel.yaml
toml
The module is tested on Python 3.4 to 3.7 (included).
Installation
From PyPI
Open a terminal
Type pip3 install pyzzy
or pip3 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 .
or pip3 install --user . on Linux
Thanks
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
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.