[console_scripts]
shillelagh = shillelagh.console:main

[shillelagh.adapter]
csvfile = shillelagh.adapters.file.csvfile:CSVFile
datasetteapi = shillelagh.adapters.api.datasette:DatasetteAPI
dbtmetricflowapi = shillelagh.adapters.api.dbt_metricflow:DbtMetricFlowAPI
genericjsonapi = shillelagh.adapters.api.generic_json:GenericJSONAPI
genericxmlapi = shillelagh.adapters.api.generic_xml:GenericXMLAPI
githubapi = shillelagh.adapters.api.github:GitHubAPI
gsheetsapi = shillelagh.adapters.api.gsheets.adapter:GSheetsAPI
holidaysmemory = shillelagh.adapters.memory.holidays:HolidaysMemory
htmltableapi = shillelagh.adapters.api.html_table:HTMLTableAPI
pandasmemory = shillelagh.adapters.memory.pandas:PandasMemory
presetapi = shillelagh.adapters.api.preset:PresetAPI
presetworkspaceapi = shillelagh.adapters.api.preset:PresetWorkspaceAPI
s3selectapi = shillelagh.adapters.api.s3select:S3SelectAPI
socrataapi = shillelagh.adapters.api.socrata:SocrataAPI
systemapi = shillelagh.adapters.api.system:SystemAPI
virtualmemory = shillelagh.adapters.memory.virtual:VirtualMemory
weatherapi = shillelagh.adapters.api.weatherapi:WeatherAPI

[sqlalchemy.dialects]
gsheets = shillelagh.backends.apsw.dialects.gsheets:APSWGSheetsDialect
metricflow = shillelagh.backends.apsw.dialects.metricflow:MetricFlowDialect
shillelagh = shillelagh.backends.apsw.dialects.base:APSWDialect
shillelagh.apsw = shillelagh.backends.apsw.dialects.base:APSWDialect
shillelagh.multicorn2 = shillelagh.backends.multicorn.dialects.base:Multicorn2Dialect
shillelagh.safe = shillelagh.backends.apsw.dialects.safe:APSWSafeDialect
shillelagh.sqlglot = shillelagh.backends.sqlglot.dialects.base:SQLGlotDialect
