Metadata-Version: 2.1
Name: thermo_metaextractor
Version: 0.1.0
Summary: A library for extracting table names and data sources from SQL queries.
Home-page: https://github.com/your_username/thermo_metaextractor
Author: Your Name
Author-email: your_email@example.com
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

# Thermo MetaExtractor

A Python library to extract table names and data sources from SQL queries.

## Installation

```bash
pip install thermo_metaextractor
