Metadata-Version: 2.1
Name: nexstar
Version: 0.0.5
Summary: Python interface for Celestron Nexstar telescopes
Home-page: https://github.com/circuitqed/nexstar
Author: David Schuster
Author-email: David.Schuster@gmail.com
License: UNKNOWN
Description: # Nexstar Python API
        
        This code follows the NexStar Communication Protocol as described in NexStarCommunicationProtocolV1.2.pdf
        
        This latest version of this code is located at https://github.com/circuitqed/nexstar
        
        This code is forked from https://github.com/sidneycadot/nexstar
        
        The main class is NexstarHandController and supports the following methods:
        
        * getAlignmentComplete
        * getDeviceVersion
        * getGotoInProgress
        * getLocation
        * getModel
        * getPosition
        * getTime
        * getTrackingMode
        * getVersion
        * gotoPosition
        * passthrough
        * setLocation
        * setTime
        * setTrackingMode
        * slew_fixed
        * slew_variable
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
