.codeclimate.yml
.gitbugtraq
.gitignore
.gitlab-ci.yml
CHANGELOG.md
LICENSE
README.md
brock.yml
child-pipeline.yml
pyproject.toml
setup.cfg
technical-debt.md
cm/requirements.txt
cm/sphinx-versions/CHANGELOG.md
cm/sphinx-versions/LICENSE
cm/sphinx-versions/README.md
cm/sphinx-versions/sphinx-versions-1.1.3.post4.tar.gz
docker/Dockerfile
docker/build_image.sh
docker/run_image.sh
docs/Makefile
docs/README.md
docs/api.rst
docs/changelog.rst
docs/conf.py
docs/definitions.rst
docs/developer.rst
docs/index.rst
docs/installation.rst
docs/intro.rst
docs/supported.rst
docs/usage.rst
docs/_static/OFL.txt
docs/_static/brest.css
docs/_static/icon.png
docs/_static/logo.svg
docs/docker/Dockerfile
docs/images/brest.gui.png
docs/images/brest_intro.png
docs/images/python_schedule_20240130.png
examples/display_sniffer/display_sniffer_config.yaml
examples/display_sniffer/example.py
examples/minimal_example/example.py
examples/minimal_example/project_config.yaml
examples/minimal_example/user_config.yaml
src/brest/__init__.py
src/brest/__version__.py
src/brest/config.py
src/brest/helpers.py
src/brest/log.py
src/brest/log_subprocess.py
src/brest/resource.py
src/brest/resource_provider.py
src/brest/resources.py
src/brest.egg-info/PKG-INFO
src/brest.egg-info/SOURCES.txt
src/brest.egg-info/dependency_links.txt
src/brest.egg-info/entry_points.txt
src/brest.egg-info/requires.txt
src/brest.egg-info/top_level.txt
src/brest/cameras/__init__.py
src/brest/cameras/basler.py
src/brest/cameras/cameras.py
src/brest/cameras/display_sniffer.py
src/brest/cameras/generic_camera.py
src/brest/cameras/pointgrey.py
src/brest/communication/__init__.py
src/brest/communication/camera_communicable.py
src/brest/communication/cleware_communicable.py
src/brest/communication/cli_communicable.py
src/brest/communication/communicable.py
src/brest/communication/communicable_structures.py
src/brest/communication/display_sniffer_communicable.py
src/brest/communication/flasher_communicable.py
src/brest/communication/frame_communication_interface.py
src/brest/communication/hid_communicable.py
src/brest/communication/interface_communicable.py
src/brest/communication/none_communicable.py
src/brest/communication/scpi_communicable.py
src/brest/communication/serial_communicable.py
src/brest/communication/types.py
src/brest/communication/modbus/__init__.py
src/brest/communication/modbus/definitions.py
src/brest/communication/modbus/messages.py
src/brest/communication/modbus/modbus_interface.py
src/brest/flashers/__init__.py
src/brest/flashers/flashers.py
src/brest/flashers/jlink.py
src/brest/flashers/mculink.py
src/brest/flashers/stlink.py
src/brest/gui/__init__.py
src/brest/gui/__main__.py
src/brest/gui/app.py
src/brest/gui/controllers/__init__.py
src/brest/gui/controllers/config_controller.py
src/brest/gui/controllers/project_controller.py
src/brest/gui/controllers/project_resource_controller.py
src/brest/gui/controllers/resource_controller.py
src/brest/gui/icon/LICENSE
src/brest/gui/icon/__init__.py
src/brest/gui/icon/brest.ico
src/brest/gui/models/__init__.py
src/brest/gui/models/config_model.py
src/brest/gui/models/project_model.py
src/brest/gui/models/project_resource_model.py
src/brest/gui/models/resource_model.py
src/brest/gui/observables/__init__.py
src/brest/gui/observables/observable.py
src/brest/gui/observables/observable_dict.py
src/brest/gui/utilities/__init__.py
src/brest/gui/utilities/text_syntax_highliting.py
src/brest/gui/utilities/treeview_methods.py
src/brest/gui/views/__init__.py
src/brest/gui/views/config_view.py
src/brest/gui/views/project_resource_view.py
src/brest/gui/views/project_view.py
src/brest/gui/views/resource_view.py
src/brest/gui/widgets/__init__.py
src/brest/gui/widgets/editor.py
src/brest/gui/widgets/frame_switcher.py
src/brest/gui/widgets/scrollable_frame.py
src/brest/interfaces/__init__.py
src/brest/interfaces/interfaces.py
src/brest/interfaces/serial_interface.py
src/brest/io/__init__.py
src/brest/io/ios.py
src/brest/io/manio.py
src/brest/io/usb_relay.py
src/brest/loads/__init__.py
src/brest/loads/loads.py
src/brest/loads/pli.py
src/brest/multimeters/__init__.py
src/brest/multimeters/manmulti.py
src/brest/multimeters/mp71.py
src/brest/multimeters/multicomp.py
src/brest/multimeters/multimeters.py
src/brest/pyserial_tools/__init__.py
src/brest/pyserial_tools/list_ports.py
src/brest/pyserial_tools/list_ports_windows.py
src/brest/supplies/__init__.py
src/brest/supplies/mansup.py
src/brest/supplies/models.py
src/brest/supplies/mp71.py
src/brest/supplies/supplies.py
src/brest/supplies/tenma.py
src/brest/switches/__init__.py
src/brest/switches/cleware_switch.py
src/brest/switches/manswitch.py
src/brest/switches/switches.py
src/brest/switches/yepkit.py
tests/conftest.py
tests/test_colorful_output.py
tests/test_config.py
tests/test_helpers.py
tests/test_init.py
tests/test_root_logger.py
tests/dummy_files/dummy_config.yaml
tests/dummy_files/dummy_config_invalid_parsing.yaml
tests/dummy_files/dummy_config_valid.yaml
tests/dummy_files/dummy_multiple_devs_projects.yaml
tests/integration/multimeters/test_multimeters.py
tests/integration/supplies/test_supplies.py
tests/system/test_yepkit.py
tools/benchmark_cv_api.py
tools/child_pipeline_generator.py
tools/create_tests_artifacts.py
tools/docs_invert_titles.py
tools/generate_job_content.py