.gitignore
.travis.yml
LICENSE
MANIFEST.in
Procfile
readme.md
requirements.txt
setup.py
todo.md
.github/workflows/python-publish.yml
.idea/adasher.iml
.idea/misc.xml
.idea/modules.xml
.idea/vcs.xml
adasher/__init__.py
adasher.egg-info/PKG-INFO
adasher.egg-info/SOURCES.txt
adasher.egg-info/dependency_links.txt
adasher.egg-info/not-zip-safe
adasher.egg-info/requires.txt
adasher.egg-info/top_level.txt
adasher/advanced/__init__.py
adasher/advanced/__util.py
adasher/cards/__card_impl.py
adasher/cards/__init__.py
adasher/data_utils/__init__.py
adasher/data_utils/__util.py
adasher/elements/__init__.py
adasher/elements/impl.py
adasher/elements/util.py
adasher/templates/__init__.py
adasher/templates/__util.py
adasher/titles/__init__.py
data/auto_analytics.png
sample/app.py
sample/data.py
sample/stats.py
tests/test_adasher.py