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
- Host: GitHub
- URL: https://github.com/krakozaure/pyzzy
- Owner: krakozaure
- License: mit
- Created: 2018-08-07T20:08:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2022-01-08T14:31:43.000Z (over 4 years ago)
- Last Synced: 2025-09-29T09:09:07.495Z (9 months ago)
- Topics: configuration, data, formats, json, library, logging, logs, python3, toml, utils, yaml
- Language: Python
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: changelog.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://pypi.org/project/pyzzy/)
[](https://pypi.org/project/pyzzy/)
[](http://pepy.tech/project/pyzzy)
[](https://github.com/krakozaure/pyzzy/blob/master/LICENSE)
[](https://travis-ci.org/krakozaure/pyzzy)
[](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