⚠️ Warning:
This project is experimental and developed as part of the Torizon Innovation initiative. This software is not tested for production use. Feedback and contributions are welcomed.
This package contains a set of utilities to help make requests to the Torizon IO API.
If you want to know more about check Toradex IO API specification.
- curl
- Python 3.8 or higher
- pip
- Docker
pipx install poetrydocker run --rm \
-v "$ROOT:/local" \
--user 1000:1000 \
openapitools/openapi-generator-cli:latest \
generate \
-i /local/torizon-2.0-openapi.yaml \
-g python \
-o /local/generated \
--additional-properties packageName=torizon_io_api \
--additional-properties packageVersion=x.x.x \
--additional-properties projectName=phobos-torizon-io-api
⚠️ Warning:
Replacex.x.xwith the desired version.
cd generated
poetry buildpoetry run twine upload --config-file ../.pypirc dist/*
⚠️ Warning:
Does not forget to create a.pypircfile with the correct credentials.