LICENSE
README.rst
pyproject.toml
ConversationalSpaceMapApp.egg-info/PKG-INFO
ConversationalSpaceMapApp.egg-info/SOURCES.txt
ConversationalSpaceMapApp.egg-info/dependency_links.txt
ConversationalSpaceMapApp.egg-info/entry_points.txt
ConversationalSpaceMapApp.egg-info/requires.txt
ConversationalSpaceMapApp.egg-info/top_level.txt
conversationalspacemapapp/__init__.py
conversationalspacemapapp/__main__.py
conversationalspacemapapp/App/AbstractApp.py
conversationalspacemapapp/App/__init__.py
conversationalspacemapapp/App/TogaApp/__init__.py
conversationalspacemapapp/App/TogaApp/app.py
conversationalspacemapapp/IconConverter/Converter.py
conversationalspacemapapp/IconConverter/__init__.py
conversationalspacemapapp/Parser/AbstractParser.py
conversationalspacemapapp/Parser/TimestampParser.py
conversationalspacemapapp/Parser/__init__.py
conversationalspacemapapp/Plotter/PlotMap.py
conversationalspacemapapp/Plotter/StylePicker.py
conversationalspacemapapp/Plotter/__init__.py
conversationalspacemapapp/Types/Constants.py
conversationalspacemapapp/Types/Data.py
conversationalspacemapapp/Types/__init__.py
tests/__init__.py
tests/utilities.py
tests/TestResources/__init__.py
tests/test_App/__init__.py
tests/test_App/test_TogaApp.py
tests/test_Parser/__init__.py
tests/test_Parser/test_TimestampParser.py
tests/test_Plotter/__init__.py
tests/test_Plotter/test_ColorPicker.py
tests/test_Plotter/test_PlotMap.py
tests/test_Types/__init__.py
tests/test_Types/test_Constants.py
tests/test_Types/test_Data.py