ashpb / python-project-lvl2

Hexlet Python study project 2 (Gendiff)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hexlet Python study project 2 (Gendiff)

Build Status Maintainability Test Coverage

About

This is a CLI tool that shows differences between two configuration files. JSON and YAML are supported at the moment.

Installation

You can install the package from TestPyPI:

pip3 install --extra-index-url https://test.pypi.org/simple/ ashpb-gendiff

Usage

Comparing flat JSON files: asciicast

Comparing flat YAML files: asciicast

Comparing nested JSON and YAML files: asciicast

About

Hexlet Python study project 2 (Gendiff)


Languages

Language:Python 96.1%Language:Makefile 3.9%