Python Data Helper
About Data Helper
Data Helper is a set of support functions when dealing with files
Install
$ pip install data-helper
Usage
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)
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.