Metadata-Version: 1.1
Name: hybridizer
Version: 1.05
Summary: Interface to the Janelia hybridizer.
Home-page: https://github.com/janelia-pypi/hybridizer_python
Author: Peter Polidoro
Author-email: polidorop@janelia.hhmi.org
License: BSD
Description: hybridizer_python
        =================
        
        This Python package (hybridizer) creates a class named Hybridizer to
        communcate with and control the Janelia Hybridizer. The hybridizer
        uses two hardware control devices, the mixed_signal_controller
        modular_device, and the bioshake_device. The
        mixed_signal_controller both switches the valves and reads the
        analog signals from the cylinder hall effect sensors. The
        bioshake_device controls the heater/shaker.
        
        Authors::
        
            Peter Polidoro <polidorop@janelia.hhmi.org>
        
        License::
        
            BSD
        
        Example Usage::
        
            from hybridizer import Hybridizer
            hyb = Hybridizer('example_calibration.yaml','example_config.yaml')
            hyb.run_protocol()
        
        
Keywords: hybridizer janelia modular_device bioshake
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2.7
