Metadata-Version: 2.1
Name: i3drsgm
Version: 1.0.7
Summary: Python wrapper for I3DR Semi-Global Matcher
Home-page: https://github.com/i3drobotics/pyi3drsgm
Author: Ben Knight
Author-email: bknight@i3drobotics.com
License: UNKNOWN
Description: # PyI3DRSGM
        This project is in development by [I3DR](https://i3drobotics.com/) and requires a valid license to run. Contact info@i3drobotics.com for details on attaining a license.  
        Currently this package uses the I3DRSGM application and communicates with it via a stdin/stdout API. For this reason the python package is currently limited to Windows x64. 
        
        ## Compatibility
        Compatible with python 3.6, 3.7, 3.8 on Windows x64  
        Tested on Windows using Git Actions.
        
        [![Actions Status](https://github.com/i3drobotics/pyI3DRSGM/workflows/Test%20Python%20package/badge.svg?event=push)](https://github.com/i3drobotics/pyI3DRSGM/actions)
        [![Actions Status](https://github.com/i3drobotics/pyI3DRSGM/workflows/Upload%20Python%20Package/badge.svg)](https://github.com/i3drobotics/pyI3DRSGM/actions)
        
        ## Install
        ```
        pip install i3drsgm
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6
Description-Content-Type: text/markdown
