Metadata-Version: 1.1
Name: CESAPI
Version: 1.1.3
Summary: Leica AT4xx laser tracker control modules.
Home-page: https://github.com/MuffinSpawn/Leica
Author: Peter G. Lane
Author-email: muffinspawn@gmail.com
License: MIT License
Description: Leica AT4xx laser tracker control modules

        =========================================

        

        This project provides pure python code for interacting with Leica AT4xx

        laser trackers. The ``CESAPI.packet`` module was created by parsing the enums and

        structures in C files provided by the official CESAPI Leica EmScon SDK.

        

        The ``CESAPI.connection`` module provides infrastructure for connecting to,

        sending packets to, and reading packets from the laser tracker. A synchronous

        interaction class is provided in the ``CESAPI.command`` module that can

        simplify simple laser tracker interactions.

        

        Example code is provided in the ``bin`` directory.
Keywords: leica laser tracker metrology
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Metrology
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
