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
Release history Release notifications | RSS feed
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.3.tar.gz
(4.3 kB
view hashes)
Built Distribution
Close
Hashes for EasyFileHandling-1.4.3-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1bb75a9e6e349655f7a18cef1320a5c7b32120491a73ffd691f6c8c8335d952a |
|
MD5 | c6372f33eee81e917ebe2488f150fd1b |
|
BLAKE2b-256 | 3be2b09c885240b811ebd1d66e150ec6508081ad7bda68a6918a7df0dc2619ef |