Metadata-Version: 2.1
Name: horsql
Version: 0.1.13
Summary: An experimental SQL ORM that operates with Pandas DataFrames, offering the flexibility of dynamic querying without the need for model or schema definitions.
Author-email: Wilian <wilianzilv@gmail.com>
Requires-Python: >=3.8
Requires-Dist: pandas>=1.3.5
Requires-Dist: psycopg2-binary==2.9.7
Requires-Dist: sqlalchemy>=2.0.21
Description-Content-Type: text/markdown

# horsql

An experimental SQL ORM that operates with Pandas DataFrames, offering the flexibility of dynamic querying without the need for model or schema definitions.
