Data Helper is a set of support functions when dealing with files
$ pip install data-helper
from data_helper import file
from data_helper import path
from data_helper import image
from data_helper import compare_content
print(compare_content.compare_file(src_file, dest_file))
for line in text_line_reader(file_path):
print(line)
Please see CHANGELOG for more information on what has changed recently.
Please see CONTRIBUTING for details.
Please review our security policy on how to report security vulnerabilities.
The MIT License (MIT). Please see License File for more information.