Metadata-Version: 2.1
Name: EasyFileHandling
Version: 1.1.1
Summary: A simple and useful package for File Handling
Home-page: https://github.com/ProjectsWithPython/FileHandling
Author: Haider Ali
Author-email: ali075398@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/ProjectsWithPython/ProjectsIssues
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Package for File Handling

**Getting started**
```py
from EasyFileHandling.main import FileHandler

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

print(x.get_file_content()) 

```

**Whats New?**
*Version: `1.1.0`: In Version `1.1.0` I have decided to add a new method for the class `FileHandler`. Its kinda cool/weird method, its the `what_type_of_file` method. It tells wether its a python file or javascript and etc. Please let me know all the issues you're getting [Here](https://github.com/ProjectsWithPython/FileHandling) and all the issues [Here](https://github.com/ProjectsWithPython/FileHandling/issues)*

