Skip to content

A Python library for developing connectors the InOrbit RobOps ecosystem.

License

Notifications You must be signed in to change notification settings

inorbit-ai/inorbit-connector-python

Repository files navigation

inorbit-connector-python

A Python library for developing connectors the InOrbit RobOps ecosystem.

OS Python 3.10 Python 3.11 Python 3.12
Linux TeamCity TeamCity TeamCity
MacOS TeamCity TeamCity TeamCity
Windows TeamCity TeamCity TeamCity
Qodana TeamCity -- --

Overview

This repository contains a Python library for creating InOrbit robot connectors. Making use of InOrbit's Edge SDK, the library allows the integration of your fleet of robots in InOrbit, unlocking interoperability.

Requirements

Setup

There are two ways for installing the connector Python package.

  1. From PyPi: pip install inorbit-connector-python

  2. From source: clone the repository and install the dependencies:

cd instock_connector/
virtualenv .venv
. .venv/bin/activate
pip install -r requirements.txt

Getting Started

See scripts/README for usage of an example connector.

About

A Python library for developing connectors the InOrbit RobOps ecosystem.

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages