Skip to main content

A simple and useful package for File Handling

Project description

Package for File Handling

Getting started

from EasyFileHandling.main import FileHandler

x = FileHandler('test.py', 'py')

print(x.get_file_content()) # This will print file content.

Whats so special about package

*This lets you use os module easily not all features but some of them.

Whats New?

Howdy, new version 1.4.0 just dropped. You all be thinking whats new byte and json support added. We have also added type hints. Let me show you a example how json handler works

JsonHandler

from EasyFileHandling.main import JsonHandler
my_obj = [
    {'Sad': 100}
]
x = JsonHandler('sad.json')
x.write_to_json(obj)

If you are having any issues let us know Here.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

EasyFileHandling-1.4.4.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

EasyFileHandling-1.4.4-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page