LICENSE
README.md
requirements.txt
setup.cfg
setup.py
src/autoinsight/__init__.py
src/autoinsight.egg-info/PKG-INFO
src/autoinsight.egg-info/SOURCES.txt
src/autoinsight.egg-info/dependency_links.txt
src/autoinsight.egg-info/requires.txt
src/autoinsight.egg-info/top_level.txt
src/autoinsight/communicator/__init__.py
src/autoinsight/event/EventBase.py
src/autoinsight/event/EventSource.py
src/autoinsight/event/__init__.py
src/autoinsight/ident/IdentObject.py
src/autoinsight/ident/__init__.py
src/autoinsight/ident/context/BIOS.py
src/autoinsight/ident/context/BrowserBase.py
src/autoinsight/ident/context/BrowserTabBase.py
src/autoinsight/ident/context/BrowserWindowBase.py
src/autoinsight/ident/context/Chrome.py
src/autoinsight/ident/context/Command.py
src/autoinsight/ident/context/ContextBase.py
src/autoinsight/ident/context/FormBase.py
src/autoinsight/ident/context/GUIApplicationBase.py
src/autoinsight/ident/context/OSBase.py
src/autoinsight/ident/context/PowerShell.py
src/autoinsight/ident/context/ProcessBase.py
src/autoinsight/ident/context/ShellBase.py
src/autoinsight/ident/context/WindowForm.py
src/autoinsight/ident/context/WindowGUIApplication.py
src/autoinsight/ident/context/WindowOS.py
src/autoinsight/ident/context/WindowShellBase.py
src/autoinsight/ident/context/__init__.py
src/autoinsight/ident/shape/Circle.py
src/autoinsight/ident/shape/Line.py
src/autoinsight/ident/shape/Rectangle.py
src/autoinsight/ident/shape/ShapeTypes.py
src/autoinsight/ident/shape/__init__.py
src/autoinsight/modules/Logging.py
src/autoinsight/modules/__init__.py
src/autoinsight/monitor/ApplicationMonitor.py
src/autoinsight/monitor/BSOD.py
src/autoinsight/monitor/FileMonitor.py
src/autoinsight/monitor/Monitorbase.py
src/autoinsight/monitor/Performance.py
src/autoinsight/monitor/ScreenMonitor.py
src/autoinsight/monitor/TDRMonitor.py
src/autoinsight/monitor/__init__.py
src/autoinsight/parser/ParserBase.py
src/autoinsight/parser/__init__.py
src/autoinsight/reporter/ConsoleReporter.py
src/autoinsight/reporter/HTMLReporter.py
src/autoinsight/reporter/ReporterBase.py
src/autoinsight/reporter/TextReporter.py
src/autoinsight/reporter/__init__.py
src/autoinsight/script/Script.py
src/autoinsight/script/ScriptBase.py
src/autoinsight/script/Step.py
src/autoinsight/script/StepBase.py
src/autoinsight/script/StepDecorator.py
src/autoinsight/script/__init__.py