The Labtronyx project is a framework for controlling laboratory instruments. It provides an easy-to-use interface to a wide variety of instruments. It also facilitates automation scripts with a robust and well-documented API. Lastly, it is flexible and extensible as to interface with any kind of instrument.
Documentation is written in RestructuredText and compiled using Sphinx. It is also hosted at docs.
Building documentation requires Sphinx. To build documentation:
python setup.py build_sphinx
Labtronyx includes a test suite that can be run using:
python setup.py nosetests
Kevin Kennedy (protonyx)
See CHANGES