Metadata-Version: 1.1
Name: pyOptoSigma
Version: 0.1
Summary: Python module for operating stepping moter stages manufactured by OptoSigma and Sigma Koki.
Home-page: https://github.com/ken1row/PyOptoSigma
Author: Kenichiro Tanaka
Author-email: tanaka@am.sanken.osaka-u.ac.jp
License: MIT
Description: 
        Python module for operating stepping moter stages manufactured by OptoSigma and Sigma Koki.
        
        Requirements
        ------------
        * Python 3.4 or later. (Python 2.x are not supported.)
        * pyserial
        
        Setup
        -----
        ::
        
            $ sudo pip3 pyserial pyOptoSigma
            
        * In Ubuntu systems, add an user to dialout group.
        
        ::
        
            $ sudo gpasswd -a [username] dialout
            
        History
        -------
        0.1 (2016-5-28)
        ~~~~~~~~~~~~~~~
        * First release.
        * Supports SHOT-702, SHOT-302GS, SHOT-304GS controllers.
        * Supports SGSP, OSMS series stages.
        
Keywords: OptoSigma,Sigma Koki,シグマ光機,translation stages,rotation stages
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Manufacturing
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3 :: Only
