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
Release history Release notifications | RSS feed
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
File details
Details for the file ctrlx_datalayer-3.3.0-py3-none-any.whl
.
File metadata
- Download URL: ctrlx_datalayer-3.3.0-py3-none-any.whl
- Upload date:
- Size: 202.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.10.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aeb1dab619a3f544939284ff5cc4ad3997eb4dc836af4887d88ddf06b3d9ca68 |
|
MD5 | 6a18816f9ceeb6c551acae40ca2fc745 |
|
BLAKE2b-256 | c5a2e76e267d79cebd21d8502206396757effbc8a0374cbdf0fcef5a6f108e36 |