Metadata-Version: 2.1
Name: Open_LISA_SDK
Version: 0.9.9
Summary: SDK for Laboratory Instrument Station Adapter
Home-page: https://github.com/aalvarezwindey/Open-LISA-SDK
Download-URL: https://github.com/aalvarezwindey/Open-LISA-SDK/archive/refs/tags/0.9.9.tar.gz
Author: Ariel Alvarez Windey & Gabriel Robles
Author-email: ajalvarez@fi.uba.ar
License: MIT
Keywords: SDK,ELECTRONIC,INSTRUMENT,ADAPTER,FIUBA,OPEN,LISA,LABORATORY
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
License-File: LICENSE

# Open LISA SDK

This SDK provides an interface to interact with the [Open LISA Server](https://github.com/aalvarezwindey/Open-LISA-Server). The server must be integrated with the instruments of interest and running in a known IP and port (TCP connections) or you must known the serial port (SERIAL connections) for the client side in order to be able to connect via this SDK.

## Installation

```
pip install open-lisa-sdk
```
