Metadata-Version: 2.4
Name: qod
Version: 0.4.0
Summary: Launcher and CLI for Quack on Demand, the multi-tenant DuckDB/DuckLake FlightSQL gateway: try it with `uvx qod start --demo` (no install, no Postgres), run a real manager with `qod start`, administer tenants/pools/RBAC over REST, and run SQL over Arrow FlightSQL
Requires-Python: >=3.10
Requires-Dist: adbc-driver-flightsql>=1.0
Requires-Dist: httpx>=0.27
Requires-Dist: platformdirs>=4.0
Requires-Dist: pyarrow>=16.0
Requires-Dist: pyreadline3>=3.4; sys_platform == 'win32'
Requires-Dist: rich>=13.7
Requires-Dist: tomli-w>=1.0
Requires-Dist: tomli>=2.0; python_version < '3.11'
Requires-Dist: typer>=0.12
Provides-Extra: dev
Requires-Dist: pytest>=8.0; extra == 'dev'
Requires-Dist: respx>=0.21; extra == 'dev'
