Socket
Socket
Sign inDemoInstall

datas-helper

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datas-helper

Set of support functions when working with some data files


Maintainers
1

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.

Keywords

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc