Skip to main content

Official Python client for the Wandelbots API

This project has been archived.

The maintainers of this project have marked this project as archived. No new releases are expected.

Project description

@wandelbots/wandelbots-python

Binder

This library provides a wrapper around the Wandelbots API. Under the hood it queries the API endpoints directly, not using wandelbots_api_client (which is still required as dependencies since the auto-generated types are used from the package for type-checking convenience).

The wrapper is meant to ease the interaction with the Wandelbots API by providing a simpler interface for initializing a MotionGroup and interacting with it. For the full feature set of our API please refer to the official documentation and use the wandelbots_api_client package directly.

You can try the features of this library in a Jupyter notebook by clicking the Binder badge above. Create a new Instance by registering on the Wandelbots website and use the credentials to interact with the API.

Current Features:

  • Sync and Async Planning and Execution
  • Pose Transformations

Table Of Contents

Requirements

This library requires

  • Python >=3.9

Installation

To use the library, first install it using the following command

pip install wandelbots

Then import the library in your code

from wandelbots import Instance, MotionGroup, Planner

Development

To install the development dependencies, run the following command

poetry install

To remove an old virtual environment and create a new one, first get the name of the old environment by running

poetry env info

Then remove the old environment and create a new one with the following commands

poetry env remove <name-of-env>
poetry install

Run the poetry shell to activate the virtual environment

poetry shell

Build

To build the package locally, run the following command

poetry build

This will create a dist/ directory with the built package (.tar.gz and .whl files).

Installation

pip install dist/wandelbots-python-0.5.0-py3-none-any.whl

Basic Usage

The wrapper provides a simple interface for initializing a Instance, MotionGroup and a Planner object, which can be used to interact with the Wandelbots API:

from wandelbots import Instance, MotionGroup, Planner

my_instance = Instance(
    url=https://<my-instance-url>,
    user=<username>,
    password=<password>
)

my_robot = MotionGroup(
    instance=my_instance,
    cell="cell",
    motion_group="0@motion_group",
    default_tcp="Flange"
)

For further examples take a look at the examples.

Testing

$ poetry run pytest -rs -v

Integration Tests

By default integration tests will be skipped. To run them localy create an env file at envs/.env.tests with your values.

WANDELAPI_BASE_URL=
NOVA_ACCESS_TOKEN=
CELL_ID=
MOTION_GROUP=
TCP=

Project details


Download files

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

Source Distribution

wandelbots-0.5.1.tar.gz (17.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

wandelbots-0.5.1-py3-none-any.whl (22.9 kB view details)

Uploaded Python 3

File details

Details for the file wandelbots-0.5.1.tar.gz.

File metadata

  • Download URL: wandelbots-0.5.1.tar.gz
  • Upload date:
  • Size: 17.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wandelbots-0.5.1.tar.gz
Algorithm Hash digest
SHA256 168b24afbf54111d847d975356f5543b56a07a3e0b0726be2f89ee7dd01b4e95
MD5 79a935894fca9036139c3e26f8f82332
BLAKE2b-256 3a1fad95aa5da4d6ec59eb7ddaf3abf169b08fc25eb36480a758e96b6f94bbe6

See more details on using hashes here.

File details

Details for the file wandelbots-0.5.1-py3-none-any.whl.

File metadata

  • Download URL: wandelbots-0.5.1-py3-none-any.whl
  • Upload date:
  • Size: 22.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.1.1 CPython/3.12.7

File hashes

Hashes for wandelbots-0.5.1-py3-none-any.whl
Algorithm Hash digest
SHA256 d6a30be565a27c81cb31ca032fce6c047191b6df5c5f3374ba8de3d3ebc8cca8
MD5 508a1cc63cdf9f58f0176d0b55d9236c
BLAKE2b-256 e0acfb2d76a132eed1b1c667093c088dddea832192924159474981db3b387d34

See more details on using hashes here.

Supported by

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