.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish-to-test-pypi.yml
askdata/__init__.py
askdata/askdata_client.py
askdata/askdata_pandas_extension.py
askdata/catalog.py
askdata/channel.py
askdata/complex_query_calculator.py
askdata/dataset.py
askdata/human2sql.py
askdata/insight.py
askdata/insight_definition.py
askdata/integration.py
askdata/nlg.py
askdata/opendata.py
askdata/query2sql.py
askdata/security.py
askdata/smartquery.py
askdata.egg-info/PKG-INFO
askdata.egg-info/SOURCES.txt
askdata.egg-info/dependency_links.txt
askdata.egg-info/not-zip-safe
askdata.egg-info/requires.txt
askdata.egg-info/top_level.txt
askdata/askdata_config/base_url.yaml
askdata/askdata_config/compression_tokens.json
askdata/drivers/alphavantage.py
askdata/drivers/dataset.py
askdata/integrations/aircall.py
askdata/integrations/alphavantage.py
askdata/integrations/facebook_api.py
askdata/integrations/google_ads copy.py
askdata/integrations/google_ads.py
askdata/integrations/google_analytics.py
askdata/integrations/hubspot.py
askdata/integrations/salesforce_contacts.py
askdata/integrations/tableau_server.py
askdata/integrations/wikipedia_table.py
tests/__init__.py
tests/askdata_test.py
tests/catalog_test.py
tests/channel_test.py
tests/complex_query_calculator.py
tests/dataset_test.py
tests/human2sql_test.py
tests/insight_test.py
tests/nlg_test.py
tests/opendata_test.py
tests/query2sql_test.py
tests/security_test.py
tests/smartquery_test.py