.gitignore | |
|
|
.travis.yml | |
|
|
LICENSE | |
|
|
README.md | |
|
|
app/__init__.py | 0 | A 0 mins |
|
app/application_settings/__init__.py | 0 | A 0 mins |
|
app/application_settings/_settings_base.py | 32 | A 0 mins |
|
app/application_settings/app_settings.py | 29 | A 0 mins |
|
app/application_settings/configuration_settings.py | 49 | A 30 mins |
|
app/application_settings/logging_settings.py | 68 | A 0 mins |
|
app/application_settings/server_settings.py | 29 | A 0 mins |
|
app/application_settings/settings_management.py | 38 | A 55 mins |
|
app/database/__init__.py | 0 | A 0 mins |
|
app/database/connectors/__init__.py | 0 | A 0 mins |
|
app/database/connectors/component_metrics_writer_reader.py | 117 | A 0 mins |
|
app/database/connectors/database_initializer.py | 150 | A 1 hr |
|
app/database/connectors/measurement_data_reader.py | 56 | A 45 mins |
|
app/database/connectors/measurement_insert_transaction.py | 36 | A 35 mins |
|
app/database/connectors/user_preferences_writer_reader.py | 74 | A 0 mins |
|
app/database/connectors/users_writer_reader.py | 116 | A 0 mins |
|
app/database/helper/__init__.py | 0 | A 0 mins |
|
app/database/helper/base_database_connector.py | 3 | A 0 mins |
|
app/database/helper/create_table_statement_builder.py | 59 | A 0 mins |
|
app/database/helper/database_connection_helper.py | 21 | A 0 mins |
|
app/database/tables/__init__.py | 0 | A 0 mins |
|
app/database/tables/component_metrics_table_management.py | 56 | A 0 mins |
|
app/database/tables/component_type_metrics_table_management.py | 41 | A 0 mins |
|
app/database/tables/component_types_table_management.py | 22 | A 0 mins |
|
app/database/tables/general_table_management.py | 31 | A 0 mins |
|
app/database/tables/measurements_table_management.py | 60 | A 0 mins |
|
app/database/tables/metrics_table_management.py | 22 | A 0 mins |
|
app/database/tables/user_preferences_table_management.py | 27 | A 0 mins |
|
app/database/tables/users_table_management.py | 32 | A 0 mins |
|
app/database/unified_database_interface.py | 25 | A 0 mins |
|
app/extern_dependency/OpenHardwareMonitorLib.dll | |
|
|
app/extern_dependency/OpenHardwareMonitorLib_License.html | |
|
|
app/extern_dependency/README.md | |
|
|
app/gathering/__init__.py | 0 | A 0 mins |
|
app/gathering/gather_main.py | 57 | A 2 hrs |
|
app/gathering/gatherer.py | 56 | A 35 mins |
|
app/gathering/gatherer_manager.py | 194 | A 1 hr |
|
app/gathering/measurement_manager.py | 100 | A 1 hr |
|
app/gathering/measuring/MeasuringSource.py | 87 | A 0 mins |
|
app/gathering/measuring/__init__.py | 0 | A 0 mins |
|
app/gathering/measuring/cpuinfo_source.py | 72 | A 2 hrs |
|
app/gathering/measuring/generic_source.py | 30 | A 0 mins |
|
app/gathering/measuring/null_source.py | 39 | A 0 mins |
|
app/gathering/measuring/ohm_source.py | 313 | C 1 day |
|
app/gathering/measuring/psutil_source.py | 294 | D 1 day |
|
app/gathering/measuring/pysensors_source.py | 31 | A 0 mins |
|