Skip to content

DIFF GENERATOR (CL program that shows diff between 2 files)

Notifications You must be signed in to change notification settings

Nazarinh0/python-project-lvl2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status Linter check

Code Climate:

Maintainability Test Coverage

Description:

Difference generator - a program that finds the difference between two data structures. This is a popular task, for which there are many online services like http://www.jsondiff.com/. A similar mechanism, for example, is used when outputting tests or when automatically tracking changes in configuration files.

Utility features:

  • Supported file extensions: yaml, json
  • Report available in the form of plain text, stylish and json

Usage example: asciicast

How to install:

  • clone repository
  • install poetry
  • use make test
  • use make build
  • pip install dist/hexlet-code-0.1.0.tar.gz

How to use:

  • gendiff -f[optional] <file_path> <file_path>
  • for more gendiff -h or --help

About

DIFF GENERATOR (CL program that shows diff between 2 files)

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published