Skip to content

A cross-platform wrapper library around MCC's uldaq and mccdaq libraries to provide a consistent interface on Windows and Linux.

License

Notifications You must be signed in to change notification settings

PaulKGrimes/python-mccdaq

Repository files navigation

Overview

docs Documentation Status
tests
Travis-CI Build Status Requirements Status
Coverage Status
package

A cross-platform wrapper library around MCC's uldaq and mccdaq libraries to provide a consistent interface on Windows and Linux.

  • Free software: BSD 2-Clause License

Installation

pip install python-mccdaq

You can also install the in-development version with:

pip install https://github.com/paulkgrimes/python-mccdaq/archive/master.zip

Documentation

https://python-mccdaq.readthedocs.io/

Development

To run the all tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

A cross-platform wrapper library around MCC's uldaq and mccdaq libraries to provide a consistent interface on Windows and Linux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages