.gitignore
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.cfg
setup.py
.github/workflows/publish-to-test-pypi.yml
askdata/NLG.py
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/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
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/security_test.py
tests/smartquery_test.py