Skip to main content

ctrlX Data Layer API for Python

Project description

Python Wrapper for ctrlX Data Layer

This project provides ctrlX Data Layer access via Python. It wraps the original ctrlX Data Layer written in C++.

Setup

Set up a virtual python environment and install the packages ctrlX Data Layer

sudo apt-get update && sudo apt-get -y install virtualenv

DATALAYER_DEB_VERSION=2.7.5
SDK_RELEASE_VERSION=3.2.0

wget --quiet https://github.com/boschrexroth/ctrlx-automation-sdk/releases/download/${SDK_RELEASE_VERSION}/ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb \
    && sudo dpkg --install ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb \
    && rm ctrlx-datalayer-${DATALAYER_DEB_VERSION}.deb

virtualenv -p python3 venv && source venv/bin/activate

Dependence On

  • supports flatbuffers >= v2

Installation

Use the package manager pip3 to install ctrlX Data Layer.

pip3 install ctrlx-datalayer

Usage

See examples

License

Python Wrapper for ctrlX Data Layer is licensed under T&C or see 'boschrexroth_tac_delivery.txt' as part of this package.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

ctrlx_datalayer-3.3.0-py3-none-any.whl (202.9 kB view details)

Uploaded Python 3

File details

Details for the file ctrlx_datalayer-3.3.0-py3-none-any.whl.

File metadata

File hashes

Hashes for ctrlx_datalayer-3.3.0-py3-none-any.whl
Algorithm Hash digest
SHA256 aeb1dab619a3f544939284ff5cc4ad3997eb4dc836af4887d88ddf06b3d9ca68
MD5 6a18816f9ceeb6c551acae40ca2fc745
BLAKE2b-256 c5a2e76e267d79cebd21d8502206396757effbc8a0374cbdf0fcef5a6f108e36

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page