.gitignore
.gitlab-ci.yml
CHANGELOG.md
CONTRIBUTING.md
LICENSE
README.md
modules
setup.py
JuMonC/__init__.py
JuMonC/_version.py
JuMonC/app.py
JuMonC/start.py
JuMonC.egg-info/PKG-INFO
JuMonC.egg-info/SOURCES.txt
JuMonC.egg-info/dependency_links.txt
JuMonC.egg-info/entry_points.txt
JuMonC.egg-info/requires.txt
JuMonC.egg-info/top_level.txt
JuMonC/authentication/__init__.py
JuMonC/authentication/check.py
JuMonC/authentication/tokens.py
JuMonC/handlers/__init__.py
JuMonC/handlers/auth.py
JuMonC/handlers/base.py
JuMonC/handlers/cpu.py
JuMonC/handlers/gpu.py
JuMonC/handlers/io.py
JuMonC/handlers/job.py
JuMonC/handlers/main.py
JuMonC/handlers/main_memory.py
JuMonC/handlers/network.py
JuMonC/handlers/versionTree.py
JuMonC/helpers/__init__.py
JuMonC/helpers/cmdArguments.py
JuMonC/helpers/convertNumbers.py
JuMonC/helpers/generateToken.py
JuMonC/helpers/startup.py
JuMonC/models/__init__.py
JuMonC/models/dataStore.py
JuMonC/models/pluginInformation.py
JuMonC/models/plugins.py
JuMonC/settings/__init__.py
JuMonC/settings/helpers.py
JuMonC/tasks/CPU.py
JuMonC/tasks/LinuxNetwork.py
JuMonC/tasks/Nvidia.py
JuMonC/tasks/Papi.py
JuMonC/tasks/Plugin.py
JuMonC/tasks/Slurm.py
JuMonC/tasks/__init__.py
JuMonC/tasks/disk.py
JuMonC/tasks/memory.py
JuMonC/tasks/mpihandler.py
JuMonC/tasks/mpiroot.py
JuMonC/tasks/taskID.py
JuMonC/tasks/taskPool.py
JuMonC/tasks/taskSwitcher.py
ci/.gitkeep
ci/argdown.sh
ci/bandit.sh
ci/coverage.sh
ci/mypy.sh
ci/prospector.sh
ci/prospector_profile.yaml
ci/pytest.sh
ci/src_directories.txt
ci/test_directories.txt
ci/Docker/Dockerfile
doc/CMD/Parameters.md
doc/Developer/flow_charts/handler_flow.drawio
doc/Developer/flow_charts/handler_flow.drawio.pdf
doc/Developer/flow_charts/root_flow.drawio
doc/Developer/flow_charts/root_flow.drawio.pdf
doc/REST_API/openapi.yaml
doc/REST_API/version.yaml
doc/REST_API/v1/.gitkeep
doc/REST_API/v1/job.yaml
doc/REST_API/v1/runtime.yaml
example/network_dashboard.ipynb
example/plugin_example.py
tests/handlers/test_base.py
tests/handlers/test_cpu.py
tests/handlers/test_gpu.py
tests/handlers/test_io.py
tests/handlers/test_job.py
tests/handlers/test_main.py
tests/handlers/test_main_memory.py
tests/handlers/test_network.py
tests/handlers/test_versionTree.py
tests/helpers/test_cmdArguments.py
tests/helpers/test_convertNumbers.py
tests/helpers/test_startup.py
tests/models/test_dataStore.py
tests/tasks/test_CPU.py
tests/tasks/test_disk.py
tests/tasks/test_linux_network.py
tests/tasks/test_memory.py
tests/tasks/test_plugin.py
tests/tasks/test_taskPool.py