Metadata-Version: 2.1
Name: INDIpy
Version: 0.2.1
Summary: Python implementation of INDI server and client
Home-page: http://github.com/wlatanowicz/indipy
Author: Wiktor Latanowicz
Author-email: indipy@wiktor.latanowicz.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Provides-Extra: websockets

# INDIpy

[![tests](https://github.com/wlatanowicz/indipy/actions/workflows/tests.yml/badge.svg)](https://github.com/wlatanowicz/indipy/actions/workflows/tests.yml)

INDIpy is an open source Python implementation of the INDI (Instrument Neutral Distributed Interface) protocol. It can be used to:
* implement custom device drivers which will be run as subprocess controlled by `indiserver` along with drivers included in [INDI Library](http://indilib.org)
* implement custom INDI server
* implement client software

## Examples

You can find docker-based examples [here](./docker-examples/).

## Quickstart

Quickstart tutorial can be found [here](./QUICKSTART.md).

## Resources

INDI Protocol white paper: http://www.clearskyinstitute.com/INDI/INDI.pdf

INDI Project: http://indilib.org


