Skip to content

annetmyshkina/python-project-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

110 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hexlet tests and linter status:

Actions Status

Quality Gate Status Coverage Python CI

Difference generator

Compares two configuration files and shows a difference.

asciicast asciicast

Installation

install the project via pip

pip install --user git+https://github.com/annetmyshkina/python-project-50.git

or clone the repository:

git clone https://github.com/annetmyshkina/python-project-50.git
cd python-project-50

Usage

gendiff -f stylish tests/test_data/file1.json data/file2.json
gendiff -f plain tests/test_data/file1.json data/file2.json
gendiff -f json tests/test_data/file1.json data/file2.json


gendiff -f stylish tests/test_data/YML_file1.yml data/YML_file2.yml
gendiff -f plain tests/test_data/YML_file1.yml data/YML_file2.yml
gendiff -f json tests/test_data/YML_file1.yml data/YML_file2.yml

Running tests

make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published