.gitignore
.gitlab-ci.yml
.gitmodules
.travis.yml
COPYING
LICENSE
README.md
VERSION
requirements.txt
setup.cfg
setup.py
.github/workflows/python-app.yml
data_analysis.egg-info/PKG-INFO
data_analysis.egg-info/SOURCES.txt
data_analysis.egg-info/dependency_links.txt
data_analysis.egg-info/entry_points.txt
data_analysis.egg-info/requires.txt
data_analysis.egg-info/top_level.txt
dataanalysis/__init__.py
dataanalysis/analysisfactory.py
dataanalysis/bcolors.py
dataanalysis/callback.py
dataanalysis/context.py
dataanalysis/core.py
dataanalysis/ddservice.py
dataanalysis/displaygraph.py
dataanalysis/emerge.py
dataanalysis/graphtools.py
dataanalysis/hashdot.py
dataanalysis/hashtools.py
dataanalysis/importing.py
dataanalysis/jsonify.py
dataanalysis/nodetools.py
dataanalysis/printhook.py
dataanalysis/rundda.py
dataanalysis/caches/__init__.py
dataanalysis/caches/backends.py
dataanalysis/caches/cache_core.py
dataanalysis/caches/delegating.py
dataanalysis/caches/queue.py
dataanalysis/caches/resources.py
dataanalysis/caches/sql.py
examples/example_basic_and_plot.py
tests/conftest.py
tests/ddmoduletest.py
tests/ddmoduletest2.py
tests/ddmoduletest3.py
tests/test_basic.py
tests/test_cache_blob.py
tests/test_cache_core.py
tests/test_cache_delegating.py
tests/test_context.py
tests/test_datafile.py
tests/test_displaygraph.py
tests/test_emerge.py
tests/test_exceptions.py
tests/test_generative.py
tests/test_graphspection.py
tests/test_importing.py
tests/test_jsonify.py
tests/test_living.py
tests/test_locking.py
tests/test_nodetools.py
tests/test_object_passing.py
tests/test_obscurenode.py
tests/test_printhook.py
tests/test_rundda.py
tests/test_walkers.py
tests/test_whatif.py
tools/restdata.py
tools/restdata.sh