.gitignore
.readthedocs.yaml
LICENSE
README.md
pyproject.toml
requirements_dev.txt
.github/workflows/merge.yaml
.github/workflows/publish.yaml
.github/workflows/pull_request.yaml
datavizml/__init__.py
datavizml/exploratorydataanalysis.py
datavizml/singledistribution.py
datavizml/utils.py
datavizml.egg-info/PKG-INFO
datavizml.egg-info/SOURCES.txt
datavizml.egg-info/dependency_links.txt
datavizml.egg-info/requires.txt
datavizml.egg-info/top_level.txt
docs/Makefile
docs/make.bat
docs/requirements_doc.txt
docs/source/conf.py
docs/source/datavizml.rst
docs/source/demonstration.ipynb
docs/source/index.rst
docs/source/install.rst
docs/source/modules.rst
docs/source/related_reading.rst
tests/__init__.py
tests/test_exploratorydataanalysis.py
tests/test_singledistribution.py
tests/utils.py