Contact Information: e_ben_75-python@yahoo.com
LinkedIn: Ben Trachtenberg
Docker Hub: Docker Hub
PyPi Page for difflibhelper
- Nothing Specific besides Python 3.3 and above
- From source "setup.py install"
- From pip "pip install difflibhelper"
This script expands on the standard difflib library
- Function to take a pre_list, and a post_list, and diff them with real line numbers
- Function to add line numbers to a list
- Function to get only a list of changed line numbers
- Function to get + or - and line numbers
- Function to build a csv of pre and post files