Metadata-Version: 2.1
Name: sql-on-dfs
Version: 0.1.0
Summary: For when you want to execute an arbitrary SQL query on one or more Pandas DataFrames
Home-page: https://github.com/MaxPowerWasTaken/sqlondfs
Author: max
Author-email: mepstein68@gmail.com
Requires-Python: >=3.9,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: pandas (>=1.4.0,<2.0.0)
Requires-Dist: sql-metadata (>=2.3.0,<3.0.0)
Project-URL: Repository, https://github.com/MaxPowerWasTaken/sqlondfs
