Skip to content

Latest commit

 

History

History
51 lines (35 loc) · 1.96 KB

README.md

File metadata and controls

51 lines (35 loc) · 1.96 KB

Study project #2 — «Generate Diff»

Actions Status Maintainability Test Coverage Python CI

This repository was created as part of a Hexlet study project.
Generate diff is a program that finds the differences between two data structures.


How to install

1. Clone this repository:

    git clone https://github.com/Boison88/Generate-Diff.git

2. Change Directory:

    cd Generate-Diff

3. Install poetry using make-command:

    make install

How to use

Use command gendiff and specify pathes to files.


Examples of work

Comparison of two files in json format

Comparison of two files in plain format

Comparison of two nested files

Comparison of two files JSON and YAML

Comparison of two files JSON