chstan / autodiDAQt-receiver

Remote acquisition planning code for AutodiDAQt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

autodidaqt-receiver

Build status Python Version

Code style: black License

Analysis-side bridge for AutodiDAQt.

Installation

pip install -U autodidaqt-receiver

or install with Poetry

poetry add autodidaqt-receiver

Installation from Source

  1. Clone this repository
  2. Install make if you are on a Windows system
  3. Install poetry (the alternative Python package manager)
  4. Run make install from the directory containing this README

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

About

Remote acquisition planning code for AutodiDAQt

License:Other


Languages

Language:Python 95.4%Language:Makefile 4.6%