.copier-answers.yml
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
tox.ini
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/docs.yml
.github/workflows/nightly_at_main.yml
.github/workflows/nightly_at_release.yml
.github/workflows/plugin.yml
.github/workflows/python-version-ci
.github/workflows/release.yml
.github/workflows/test.yml
.github/workflows/unpinned.yml
conda/meta.yaml
docs/conf.py
docs/index.md
docs/_static/anaconda-icon.js
docs/_static/favicon.svg
docs/_static/logo-dark.svg
docs/_static/logo.svg
docs/_templates/class-template.rst
docs/_templates/doc_version.html
docs/_templates/module-template.rst
docs/about/data.py
docs/about/ess-instruments.ipynb
docs/about/index.md
docs/api-reference/index.md
docs/developer/async_programming.md
docs/developer/benchmark.ipynb
docs/developer/coding-conventions.md
docs/developer/dependency-management.md
docs/developer/getting-started.md
docs/developer/index.md
docs/environments/index.md
docs/environments/kafka.md
docs/environments/conda/dev-env.yaml
docs/environments/conda/test-env.yaml
docs/resources/diagram.py
docs/resources/draw_logo.py
docs/user-guide/getting-started.ipynb
docs/user-guide/index.md
docs/user-guide/live_data_reduction.ipynb
requirements/base.in
requirements/base.txt
requirements/basetest.in
requirements/basetest.txt
requirements/ci.in
requirements/ci.txt
requirements/dev.in
requirements/dev.txt
requirements/docs.in
requirements/docs.txt
requirements/make_base.py
requirements/mypy.in
requirements/mypy.txt
requirements/nightly.in
requirements/nightly.txt
requirements/plugin.in
requirements/plugin.txt
requirements/static.in
requirements/static.txt
requirements/stream.in
requirements/stream.txt
requirements/test.in
requirements/test.txt
requirements/wheels.in
requirements/wheels.txt
resources/draw_icon.py
resources/draw_logo.py
src/beamlime/__init__.py
src/beamlime/__main__.py
src/beamlime/empty_providers.py
src/beamlime/py.typed
src/beamlime/workflow_protocols.py
src/beamlime.egg-info/PKG-INFO
src/beamlime.egg-info/SOURCES.txt
src/beamlime.egg-info/dependency_links.txt
src/beamlime.egg-info/entry_points.txt
src/beamlime.egg-info/requires.txt
src/beamlime.egg-info/top_level.txt
src/beamlime/applications/__init__.py
src/beamlime/applications/_nexus_helpers.py
src/beamlime/applications/_random_data_providers.py
src/beamlime/applications/base.py
src/beamlime/applications/daemons.py
src/beamlime/applications/handlers.py
src/beamlime/constructors/__init__.py
src/beamlime/constructors/factories.py
src/beamlime/constructors/inspectors.py
src/beamlime/constructors/providers.py
src/beamlime/core/__init__.py
src/beamlime/core/protocols.py
src/beamlime/core/schedulers.py
src/beamlime/executables/__init__.py
src/beamlime/executables/options.py
src/beamlime/executables/prototypes.py
src/beamlime/executables/show_detector.py
src/beamlime/logging/__init__.py
src/beamlime/logging/formatters.py
src/beamlime/logging/handlers.py
src/beamlime/logging/mixins.py
src/beamlime/logging/providers.py
src/beamlime/logging/resources.py
tests/conftest.py
tests/package_test.py
tests/applications/__init__.py
tests/applications/multiple_modules_datagroup.json
tests/applications/nexus_helpers_test.py
tests/applications/streaming_module_test.py
tests/applications/test_listeners.py
tests/applications/test_workflow_plugins.py
tests/applications/ymir_detectors.json
tests/benchmarks/loader_test.py
tests/benchmarks/runner_test.py
tests/constructors/factory_test.py
tests/constructors/inspection_test.py
tests/constructors/provider_context_test.py
tests/constructors/provider_decorator_test.py
tests/constructors/provider_group_test.py
tests/constructors/provider_test.py
tests/constructors/singleton_provider_test.py
tests/core/schedulers_test.py
tests/helpers/tests/__init__.py
tests/helpers/tests/applications/data.py
tests/helpers/tests/benchmarks/__init__.py
tests/helpers/tests/benchmarks/calculations.py
tests/helpers/tests/benchmarks/environments.py
tests/helpers/tests/benchmarks/ess_requirements.py
tests/helpers/tests/benchmarks/loader.py
tests/helpers/tests/benchmarks/runner.py
tests/helpers/tests/benchmarks/visualize.py
tests/helpers/tests/executables/kafka_topic_gui.py
tests/helpers/tests/logging/__init__.py
tests/helpers/tests/logging/contexts.py
tests/helpers/tests/logging/dummy_app.py
tests/helpers/tests/providers/__init__.py
tests/helpers/tests/providers/preset_providers.py
tests/logging/log_mixin_test.py
tests/logging/logging_resources_test.py
tests/logging/logging_test.py