Metadata-Version: 2.1
Name: file_handler_armaan
Version: 0.3
Summary: A simple package for file handling in multiple formats
Home-page: https://github.com/yourusername/file_handler
Author: Armaan
Author-email: your_email@example.com
License: MIT
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

# File Handler

`file_handler` is a Python package to handle and manage different types of files such as JSON, YAML, CSV, and TXT. It provides functions to read, write, and convert between these formats.

## Installation

To install the package, use pip:

```bash
pip install file_handler
