Metadata-Version: 1.0
Name: PyLin
Version: 0.1.4
Summary: Lin Engineering step motor driver software.
Home-page: http://pypi.python.org/pypi/PyLin/
Author: Jan Offermann
Author-email: jano@uchicago.edu
License: LICENSE.txt
Description: ===========
        Py Lin
        ===========
        
        Py Lin provides the ability to control a Lin Engineering stepper motor driver using simple commands. 
        Typical usage often looks like this::
        
            #!/usr/bin/env python
        
            from pylin import driver
        
            my_driver = driver(usb_port_name,1)
            my_driver.Step(1000)
            print("Your stepper motor should be stepping forward 1000 microsteps.")
        
        
Platform: UNKNOWN
