Set of packages to simplify development in Python


License
MIT
Install
pip install pyzzy==0.0.11

Documentation

PyPI pyversions PyPI version Downloads GitHub license Build Status codecov

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

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