Skip to content

kotano-snippets/python-project-lvl2

 
 

Repository files navigation

Gendiff

Gendiff is a tool that can compare two files.

Maintainability Build Status Test Coverage Github Actions Status

Installation

pip install -i https://test.pypi.org/simple/ kotano-gendiff

Usage


Basic usage

gendiff path/to/file1  path/to/file2

asciicast

Yaml support

asciicast

Plain format

asciicast

Json format

asciicast

Contributing

Adding new view

Views folder is made to add new views to Gendiff.

To add new view you should create new module in views folder. It's name will be collected by cli automatically.

Inside that module you have to add function called 'modulename + _view', i.e. plain_view for plain module.

After you finished creating your view, add corresponding code to views.__init__.render function.

Packages

No packages published

Languages

  • Python 96.6%
  • Makefile 3.4%