src.visuals.windows.spaces.templater module
the wrapper class for a single instance of plot spaces
- class src.visuals.windows.spaces.templater.NeoDiagrams(ids, parent=None)[source]
Bases:
QWidgeta class wrapper for the Diagrams tile, where an sql query or template file produces a figure
- Parameters:
ids (str)
- id
this attribute is used internally to uniquely map a picture, to his corresponding widget
- Type:
str
- ui
the class produced by compiling the corresponding ui file.
- Type:
- _init_windows()[source]
initializes all widgets in this class with a specific state.
Here all widgets are disabled, since the user has to choose one of the provided methods of plotting in the first place.
- _show_dropdown()[source]
if the sql method is used, this method will spawn entries in the combobox, which are exactly the plugins, which apply on the given sql query.
- staticMetaObject = PySide6.QtCore.QMetaObject("NeoDiagrams" inherits "QWidget": )
Dependency Diagrams (without externals):
Dependency Diagrams:
![digraph imports {
rankdir=LR;
node [shape=box];
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
}](../_images/graphviz-4f7b7a71a67851a9b858ef54120bd69b7d7e0834.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
}](../_images/graphviz-0c8ccbd0a1827fbbce3932c757b3df334bac76cc.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
}](../_images/graphviz-8c343b2083d3a2bbf7eaa40cdbffe233b1e66015.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.main" -> "src.visuals.gui";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
}](../_images/graphviz-924734005d507970f2bded1d67f053e411ec3459.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-bd9c39fe3a256f842fe30fd0a49b020260c3a53b.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-b94c1474935fa5eb87c1130020cbdaecd8c3dcc7.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-d7055ba399fc70ee7dc139d0e5e44974202084d0.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-faa3506c69df2a430befdbdd908f88a24c9c1e16.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-9cc0297df3c5839d5008f9343c0b707fe419873e.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.visuals.gui" -> "src.core.config";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-6ece79f4b9319718e717c4751da52e919e657cc5.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.main" -> "src.core.analyse.plugin";
"src.main" -> "src.core.config";
"src.main" -> "src.core.io.mariadb";
"src.main" -> "src.utils.io";
"src.main" -> "src.visuals.gui";
"src.visuals.gui" -> "src.core.config";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-60f23756767c5bb79a67c0b5efba55f485d6cf7c.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-062c6eece3fd6d01ade8834124368774b696ae59.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-c96202f2433b640e22cb9f40d39c354a0bf0b9f0.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-060c43e4bc684c62fa61e5d35d7d59c88e81200c.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.main" -> "src.visuals.gui";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-e5e8b47ac7083c975642b4800e79a29485dc5ad3.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.config" -> "loguru";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-80129cdde0aa0cd22c1c1f89574b3158c69440fb.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.utils.func" -> "loguru";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "sys";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-15bcb495d089ee666518fc092e4b899c27bc12f8.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "duckdb";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "mariadb";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.core.process.manager" -> "pandas";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.utils.func" -> "inspect";
"src.utils.func" -> "loguru";
"src.utils.io" -> "csv";
"src.utils.io" -> "json";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "pathlib";
"src.utils.io" -> "requests";
"src.utils.io" -> "socket";
"src.utils.io" -> "sys";
"src.utils.io" -> "time";
"src.utils.io" -> "urllib3";
"src.utils.module" -> "importlib";
"src.utils.module" -> "inspect";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "pathlib";
"src.utils.path" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-c406be791a6c9df03f7e15c952a33d2e8a0174ca.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.config" -> "loguru";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "PySide6";
"src.visuals.windows.analytics_space" -> "__future__";
"src.visuals.windows.analytics_space" -> "loguru";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-8ce3742bf186c2b030078ed58201db05a4e31ed2.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.utils.func" -> "loguru";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "sys";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "PySide6";
"src.visuals.windows.analytics_space" -> "__future__";
"src.visuals.windows.analytics_space" -> "loguru";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "PySide6";
"src.visuals.windows.main_window" -> "__future__";
"src.visuals.windows.main_window" -> "loguru";
"src.visuals.windows.main_window" -> "numpy";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-84410dbb37a70b8a96b798a056bdfd67ec03c09b.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "duckdb";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "mariadb";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.core.process.manager" -> "pandas";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.utils.func" -> "inspect";
"src.utils.func" -> "loguru";
"src.utils.io" -> "csv";
"src.utils.io" -> "json";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "pathlib";
"src.utils.io" -> "requests";
"src.utils.io" -> "socket";
"src.utils.io" -> "sys";
"src.utils.io" -> "time";
"src.utils.io" -> "urllib3";
"src.utils.module" -> "importlib";
"src.utils.module" -> "inspect";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "pathlib";
"src.utils.path" -> "sys";
"src.visuals.gui" -> "PySide6";
"src.visuals.gui" -> "loguru";
"src.visuals.gui" -> "pathlib";
"src.visuals.gui" -> "src.core.config";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.gui" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "PySide6";
"src.visuals.windows.analytics_space" -> "__future__";
"src.visuals.windows.analytics_space" -> "loguru";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "PySide6";
"src.visuals.windows.main_window" -> "__future__";
"src.visuals.windows.main_window" -> "loguru";
"src.visuals.windows.main_window" -> "numpy";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-50024f85e1b62660d0d7ff230bcd3c4a1b7749d0.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "duckdb";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "mariadb";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.core.process.manager" -> "pandas";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.main" -> "loguru";
"src.main" -> "os";
"src.main" -> "pandas";
"src.main" -> "src.core.analyse.plugin";
"src.main" -> "src.core.config";
"src.main" -> "src.core.io.mariadb";
"src.main" -> "src.utils.io";
"src.main" -> "src.visuals.gui";
"src.main" -> "sys";
"src.utils.func" -> "inspect";
"src.utils.func" -> "loguru";
"src.utils.io" -> "csv";
"src.utils.io" -> "json";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "pathlib";
"src.utils.io" -> "requests";
"src.utils.io" -> "socket";
"src.utils.io" -> "sys";
"src.utils.io" -> "time";
"src.utils.io" -> "urllib3";
"src.utils.module" -> "importlib";
"src.utils.module" -> "inspect";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "pathlib";
"src.utils.path" -> "sys";
"src.visuals.gui" -> "PySide6";
"src.visuals.gui" -> "loguru";
"src.visuals.gui" -> "pathlib";
"src.visuals.gui" -> "src.core.config";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.gui" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "PySide6";
"src.visuals.windows.analytics_space" -> "__future__";
"src.visuals.windows.analytics_space" -> "loguru";
"src.visuals.windows.analytics_space" -> "src.core.config";
"src.visuals.windows.analytics_space" -> "src.utils.io";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "PySide6";
"src.visuals.windows.main_window" -> "__future__";
"src.visuals.windows.main_window" -> "loguru";
"src.visuals.windows.main_window" -> "numpy";
"src.visuals.windows.main_window" -> "src.core.config";
"src.visuals.windows.main_window" -> "src.core.io.mariadb";
"src.visuals.windows.main_window" -> "src.core.io.wrapper";
"src.visuals.windows.main_window" -> "src.core.meta";
"src.visuals.windows.main_window" -> "src.utils.path";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-f6c1694f750bdfcbe2a178dca72ae2538e3b46d8.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.config" -> "loguru";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "src.core.config";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-f1e6b8f11f1f5f57b5466682418596ec92551425.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.utils.func" -> "loguru";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "sys";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "sys";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-ed976347766b53ef0c1b131fa1d4a98242648dae.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "duckdb";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "mariadb";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.core.process.manager" -> "pandas";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.utils.func" -> "inspect";
"src.utils.func" -> "loguru";
"src.utils.io" -> "csv";
"src.utils.io" -> "json";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "pathlib";
"src.utils.io" -> "requests";
"src.utils.io" -> "socket";
"src.utils.io" -> "sys";
"src.utils.io" -> "time";
"src.utils.io" -> "urllib3";
"src.utils.module" -> "importlib";
"src.utils.module" -> "inspect";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "pathlib";
"src.utils.path" -> "sys";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-b506e89773ba7d2efaa3104f3b6138bcb4ec5a7f.png)
![digraph imports {
rankdir=LR;
node [shape=box];
"src.core.analyse.plugin" -> "loguru";
"src.core.analyse.plugin" -> "matplotlib";
"src.core.analyse.plugin" -> "numpy";
"src.core.analyse.plugin" -> "os";
"src.core.analyse.plugin" -> "pandas";
"src.core.analyse.plugin" -> "src.core.io.wrapper";
"src.core.analyse.plugin" -> "src.utils.func";
"src.core.analyse.plugin" -> "src.utils.io";
"src.core.analyse.plugin" -> "src.utils.module";
"src.core.analyse.plugin" -> "src.utils.path";
"src.core.analyse.plugin" -> "sys";
"src.core.config" -> "enum";
"src.core.config" -> "loguru";
"src.core.config" -> "os";
"src.core.config" -> "pandas";
"src.core.config" -> "src.core.meta";
"src.core.config" -> "src.utils.io";
"src.core.config" -> "src.utils.path";
"src.core.io.csv" -> "duckdb";
"src.core.io.csv" -> "loguru";
"src.core.io.csv" -> "os";
"src.core.io.csv" -> "pandas";
"src.core.io.csv" -> "src.core.config";
"src.core.io.csv" -> "src.core.meta";
"src.core.io.mariadb" -> "loguru";
"src.core.io.mariadb" -> "mariadb";
"src.core.io.mariadb" -> "pandas";
"src.core.io.mariadb" -> "src.core.config";
"src.core.io.mariadb" -> "src.core.meta";
"src.core.io.mariadb" -> "src.core.process.manager";
"src.core.io.mariadb" -> "src.utils.io";
"src.core.io.mariadb" -> "sys";
"src.core.io.wrapper" -> "loguru";
"src.core.io.wrapper" -> "pandas";
"src.core.io.wrapper" -> "src.core.config";
"src.core.io.wrapper" -> "src.core.io.csv";
"src.core.io.wrapper" -> "src.core.io.mariadb";
"src.core.io.wrapper" -> "src.core.meta";
"src.core.meta" -> "enum";
"src.core.process.manager" -> "pandas";
"src.core.process.manager" -> "src.core.config";
"src.core.process.manager" -> "src.core.meta";
"src.main" -> "src.visuals.gui";
"src.utils.func" -> "inspect";
"src.utils.func" -> "loguru";
"src.utils.io" -> "csv";
"src.utils.io" -> "json";
"src.utils.io" -> "loguru";
"src.utils.io" -> "os";
"src.utils.io" -> "pathlib";
"src.utils.io" -> "requests";
"src.utils.io" -> "socket";
"src.utils.io" -> "sys";
"src.utils.io" -> "time";
"src.utils.io" -> "urllib3";
"src.utils.module" -> "importlib";
"src.utils.module" -> "inspect";
"src.utils.module" -> "loguru";
"src.utils.module" -> "sys";
"src.utils.path" -> "loguru";
"src.utils.path" -> "os";
"src.utils.path" -> "pathlib";
"src.utils.path" -> "sys";
"src.visuals.gui" -> "src.visuals.windows.main_window";
"src.visuals.ui.generated.ui_NeoDiagrams" -> "PySide6";
"src.visuals.windows.analytics_space" -> "src.visuals.windows.spaces.templater";
"src.visuals.windows.main_window" -> "src.visuals.windows.analytics_space";
"src.visuals.windows.spaces.templater" -> "PySide6";
"src.visuals.windows.spaces.templater" -> "__future__";
"src.visuals.windows.spaces.templater" -> "loguru";
"src.visuals.windows.spaces.templater" -> "src.core.analyse.plugin";
"src.visuals.windows.spaces.templater" -> "src.core.config";
"src.visuals.windows.spaces.templater" -> "src.core.io.wrapper";
"src.visuals.windows.spaces.templater" -> "src.visuals.ui.generated.ui_NeoDiagrams";
}](../_images/graphviz-ae3171e77f19dd981fa0cea0e918b3bbaa9139b0.png)