.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
sonar-project.properties
.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/dataset.py
askdata/human2query.py
askdata/insight.py
askdata/insight_definition.py
askdata/integration.py
askdata/security.py
askdata/smartgraph.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_api.py
askdata/integrations/alphavantage.py
askdata/integrations/facebook_api.py
askdata/integrations/google_analytics.py
askdata/integrations/google_api.py
askdata/integrations/hubspot_api.py
askdata/integrations/salesforce_contacts.py
askdata/integrations/tableau_server.py
askdata/integrations/wikipedia_table.py
tests/__init__.py
tests/data2nl_test.py
tests/human2query_test.py
tests/opendata_test.py
tests/query2sql_test.py
tests/smart_substitution_test.py
tests/smart_synonym_test.py
tests/smartjoin.py
tests/smartquery_test.py