Skip to content

DUNE-DAQ/daqpytools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

97 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

daqpytools

Lint pytest

Set of importable tools used to simplify DAQ development in python.

Scope

This provides a set of tools that are used in python applications, along with their unit tests. Currently, the following tools are defined

Indended use case

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.

Setup instructions

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages