autodidaqt

AutodiDAQt is a simple data acquisition framework. For science.


Keywords
data, acquisition, physics, instrumentation, DAQ
License
GPL-3.0
Install
pip install autodidaqt

Documentation

autodidaqt-common

Build status Python Version

Code style: black License

Analyis-side bridge for autodiDAQt.

Installation

pip install -U autodidaqt-common

or install with Poetry

poetry add autodidaqt-common

Building and releasing

Building a new version of the application contains steps:

  • Bump the version of your package poetry version <version>. You can pass the new version explicitly, or a rule such as major, minor, or patch. For more details, refer to the Semantic Versions standard.
  • Make a commit to GitHub.
  • Create a GitHub release.
  • Publish poetry publish --build