MANIFEST.in
README.md
setup.cfg
setup.py
versioneer.py
data_aggregator/__init__.py
data_aggregator/_version.py
data_aggregator/aggregator.py
data_aggregator/base_data_aggregator_app.py
data_aggregator/py.typed
data_aggregator.egg-info/PKG-INFO
data_aggregator.egg-info/SOURCES.txt
data_aggregator.egg-info/dependency_links.txt
data_aggregator.egg-info/requires.txt
data_aggregator.egg-info/top_level.txt
data_aggregator/gui/__init__.py
data_aggregator/gui/gui.py
data_aggregator/gui/main_window.py
data_aggregator/gui/ui/__init__.py
data_aggregator/gui/ui/input_directory_entry_widget.py
data_aggregator/gui/ui/main_window.py
data_aggregator/gui/ui/preferences_widget.py
data_aggregator/gui/ui/preferences_window.py
data_aggregator/gui/ui/status_widget.py
data_aggregator/gui/widgets/__init__.py
data_aggregator/gui/widgets/input_directory_entry_widget.py
data_aggregator/gui/widgets/preferences_widget.py
data_aggregator/gui/widgets/status_widget.py
data_aggregator/processing/__init__.py
data_aggregator/processing/exceptions.py
data_aggregator/processing/processor/__init__.py
data_aggregator/processing/processor/base_processor.py
data_aggregator/processing/reader/__init__.py
data_aggregator/processing/reader/base_reader.py
data_aggregator/processing/writer/__init__.py
data_aggregator/processing/writer/base_writer.py
data_aggregator/processing/writer/cached_writer.py
data_aggregator/processing/writer/generic_excel_writer.py
data_aggregator/utils/__init__.py
data_aggregator/utils/filesystem_watcher.py
data_aggregator/utils/input_file_tracker.py
data_aggregator/utils/writer_cache.py
tests/__init__.py
tests/test_filesystem_watcher.py
tests/test_input_file_tracker.py