Metadata-Version: 2.1
Name: pysicktim
Version: 0.0.8
Summary: TIM561 Python Library
Home-page: https://github.com/ansarid/pysicktim
Author: Daniyal Ansari
Author-email: daniyal.s.ansari+pypi@gmail.com
License: GNU General Public License v3.0
Description: # PySICKTiM - A Python Library for the SICK TiM5xx
        
        Introduction
        ------
        
        This is a python library made to interact with the SICK TiM561 LiDAR sensor.
        
        
        Prerequisites
        ------
            pyusb
        
        
        ## Installation
        
        from [PyPI](https://pypi.org/project/pysicktim/)
        
            pip3 install pysicktim
        
        from source:
        
            git clone https://github.com/ansarid/pysicktim
            cd pysicktim
            pip3 install -r requirements.txt
            python3 setup.py install
        
Keywords: tim561
Platform: UNKNOWN
Description-Content-Type: text/markdown
