Metadata-Version: 2.3
Name: coally-sql
Version: 0.1.5
Summary: Google Colab SQL UI: drag & drop CSV/XLSX → run SQL query → download results as CSV.
License: MIT
Keywords: colab,sql,pandas,ui,csv,xlsx,pandasql
Author: Marko Dabovic
Author-email: marko.dabovic@outlook.com
Requires-Python: >=3.8
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Jupyter
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Database
Classifier: Topic :: Software Development :: User Interfaces
Provides-Extra: modern
Requires-Dist: ipython (>=8,<10) ; extra == "modern"
Requires-Dist: openpyxl (>=3.1)
Requires-Dist: pandas (>=1.4)
Requires-Dist: pandasql (>=0.7.3)
Requires-Dist: typing-extensions (>=4.7)
Project-URL: Homepage, https://github.com/marcoderspace/coally
Project-URL: Issues, https://github.com/marcoderspace/coally/issues
Project-URL: Repository, https://github.com/marcoderspace/coally
Description-Content-Type: text/markdown

# coally-sql
Colab SQL UI: drag & drop CSV/XLSX → run SQL query → download results as CSV.

