Metadata-Version: 2.4
Name: myfmt_reader
Version: 1.0.0
Summary: A Pandas-compatible reader/writer for the .myfmt data format
Author-email: Your Name <your@email.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/myfmt_reader
Project-URL: Bug Tracker, https://github.com/yourusername/myfmt_reader/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: File Formats
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Classifier: Environment :: Console
Classifier: Typing :: Typed
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: pandas>=1.0.0

# myfmt_reader

📊 **A Pandas-compatible reader/writer for the `.myfmt` data format!**

## Installation

```bash
pip install myfmt-reader
