LICENSE
MANIFEST.in
README.md
pyproject.toml
setup.cfg
eda_report/__init__.py
eda_report/__main__.py
eda_report/_analysis.py
eda_report/_cli.py
eda_report/_content.py
eda_report/_read_file.py
eda_report/_validate.py
eda_report/bivariate.py
eda_report/document.py
eda_report/exceptions.py
eda_report/gui.py
eda_report/plotting.py
eda_report/univariate.py
eda_report.egg-info/PKG-INFO
eda_report.egg-info/SOURCES.txt
eda_report.egg-info/dependency_links.txt
eda_report.egg-info/entry_points.txt
eda_report.egg-info/requires.txt
eda_report.egg-info/top_level.txt
eda_report/images/background.png
eda_report/images/icon.png
tests/test_analysis.py
tests/test_bivariate_analysis.py
tests/test_cli.py
tests/test_content_creation.py
tests/test_data_validation.py
tests/test_document_creation.py
tests/test_file_loader.py
tests/test_main_functions.py
tests/test_plotting_functions.py
tests/test_univariate_analysis.py