datas-helper

Set of support functions when working with some data files


Keywords
data-helper, json, csv, tar, gzip, opencv, Pillow
License
MIT
Install
pip install datas-helper==0.0.2

Documentation

Python Data Helper

Testing Latest Version Downloads Pypi Status Python Versions

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.