Set of importable tools used to simplify DAQ development in python.
This provides a set of tools that are used in python applications, along with their unit tests. Currently, the following tools are defined
This repo will serve as the indended source of distribution standard tooling. Any python tool that is used by multiple repositories should be defined here.
For general users, no setup is required - when developing your python applications, it is sufficient to include e.g.
from daqpytools.logging.logger import get_daq_logger
log = get_daq_logger(...)For developers, see the developer wiki.