.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/dataset.py
askdata/human2sql.py
askdata/insight.py
askdata/insight_definition.py
askdata/integration.py
askdata/nlg.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/integrations/Github.ipynb
askdata/integrations/Google_Ads.ipynb
askdata/integrations/KPI6.ipynb
askdata/integrations/google_analytics.py
askdata/integrations/hubspot.py
askdata/integrations/integration.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/dataset_test.py
tests/human2sql_test.py
tests/insight_test.py
tests/nlg_test.py
tests/security_test.py
tests/smartquery_test.py