Metadata-Version: 2.1
Name: bctf
Version: 1.1.0
Summary: The FileHandler module provides simple and efficient functions for reading, writing, and appending data to various file formats including .txt, .dat, and .csv. It supports handling text, binary, and CSV data with automatic format detection based on file extension. This module is ideal for basic file operations, making it easy to work with different file types in Python without requiring complex file management.
Author: Yashwant Gokul P
Author-email: connectwithyg@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6

