Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.81 KB

README.md

File metadata and controls

40 lines (27 loc) · 1.81 KB

Hexlet tests and linter status:

Actions Status Maintainability Test Coverage

Difference-Calculator is a Python console cly-utility that compares two files in 'json' or 'yaml'('yml') formats and outputs the result of comparing (differences) between them in different formatter

Requirements:

TOOLS VERSION
python "^3.10"
pyyaml "^6.0.2"

Tools in this cli-utility:

TOOLS VERSION
Python 3.10
Pytest ^8.3.2
Flake8 7.1.1

Examples

Generating json-files differences: asciicast

Generating yaml_files differences: asciicast

Generating differences in the "plain" format: asciicast

Generating differences in the "json" format: asciicast

Generating differences for files with a nested structure: asciicast