An open API service indexing awesome lists of open source software.

https://github.com/krakozaure/pyzzy

Set of packages to simplify development in Python
https://github.com/krakozaure/pyzzy

configuration data formats json library logging logs python3 toml utils yaml

Last synced: 5 months ago
JSON representation

Set of packages to simplify development in Python

Awesome Lists containing this project

README

          

[![PyPI pyversions](https://img.shields.io/pypi/pyversions/pyzzy.svg)](https://pypi.org/project/pyzzy/)
[![PyPI version](https://img.shields.io/pypi/v/pyzzy.svg)](https://pypi.org/project/pyzzy/)
[![Downloads](http://pepy.tech/badge/pyzzy)](http://pepy.tech/project/pyzzy)
[![GitHub license](https://img.shields.io/github/license/krakozaure/pyzzy.svg)](https://github.com/krakozaure/pyzzy/blob/master/LICENSE)
[![Build Status](https://travis-ci.org/krakozaure/pyzzy.svg?branch=master)](https://travis-ci.org/krakozaure/pyzzy)
[![codecov](https://codecov.io/gh/krakozaure/pyzzy/branch/master/graph/badge.svg)](https://codecov.io/gh/krakozaure/pyzzy)

# 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](https://github.com/tartley/colorama)
- [ruamel.yaml](https://bitbucket.org/ruamel/yaml)
- [toml](https://github.com/uiri/toml)

The module is tested on Python 3.4 to 3.7 (included).

### Installation

From [PyPI](https://pypi.org/)

- Open a terminal
- Type `pip3 install pyzzy`

or `pip3 install --user pyzzy` on Linux

From [GitHub](https://github.com)

- Download the archive from [GitHub](https://github.com/krakozaure/pyzzy)
- 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