Skip to content

ya-pekatoros/python-project-50

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tests and linter status:

Actions Status Python CI Maintainability Test Coverage

Description

Hello!

This package consists second project.

Requirenments

  • Linux OS
  • python = "^3.10"
  • pip "22.3.1"

Installation

You can use pip and install package from git:

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

Or you can clone rep and use poetry (python package management tool). Some shortcats to do it:

git clone https://github.com/ya-pekatoros/python-project-50.git
cd python-project-50
make install
make build
package-install

Commands and demonstrations

gendiff file-1-path file-2-path gendiff --h

asciicast

It works with two file formats: JASIN (file.json) and YAML( file.yml or file.yaml)

There are two formats of output: stylish, plain and json (generate JSON file with results). Below you can find some demonstations of how it looks like. You can chose the format using '-f' or '--format' and writing 'stylish' of 'plain' after it. The default format is 'stylish' (if you don't write any of format)

Stylish format

Demonstration of works with flat JSON files:

asciicast

Demonstration of works with flat YAML files:

asciicast

Demonstration of works with nested JSON files:

asciicast

Demonstration of works with nested YAML files:

asciicast

Plain format

Demonstration of works with nested JSON files:

asciicast

JSON format

Demonstration of works with nested JSON files:

asciicast

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published