MideTechnology / endaq-python

A comprehensive, user-centric Python API for working with enDAQ data and devices
MIT License
24 stars 12 forks source link

PyPI Latest Release example workflow

endaq-python: A comprehensive, user-centric Python API for working with enDAQ data and devices

Installation

endaq is available on PYPI via pip:

pip install endaq

For the most recent features that are still under development, you can also use pip to install endaq directly from GitHub:

pip install git+https://github.com/MideTechnology/endaq-python.git@development

Contents

This package consists of several submodules, you can read more about how these are used in their respective readme files:

Docs

The docs for this package can be found here.

To locally build the Sphinx documentation from a clone of the repo:

  1. cd <repo root dir>
  2. pip install -e .[docs]
  3. sphinx-build -W -b html docs docs/_build

License

The endaq-python repository is licensed under the MIT license. The full text can be found in the LICENSE file.