Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.89 KB

File metadata and controls

36 lines (28 loc) · 1.89 KB

Hexlet tests and linter status:

https://github.com/zwg3/python-project-50/actions/workflows/Project-50-ci.yml/badge.svg Actions Status

Requirements

  • python 3.10
  • pyyaml = 6.0

Installation:

In terminal type the following commands from the package directory:

  • make install
  • make build
  • make package-install

Usage:

The program is used to find differences between two files (.json or .yml format). After the installation use the following commands:

  • gendiff -f stylish (gets you a default difference)
  • gendiff -f json (gets you a json-formated difference)
  • gendiff -f plain (gets you a plain difference)
    Note: if you do not specify the format (via -f), stylish format will be used as a default one.

Basic info

asciicast

Stylish format output

asciicast

Plain format output

asciicast

Json format output

asciicast