SDK#
The DESTINY Repository SDK is a Python package that provides an interface for interacting with the DESTINY data repository.
At present, the SDK primarily provides a set of Pydantic schemas that are used to define the API interface.
It also provides classes to support authentication to and from destiny repository, which are intended to be used with Robots.
On top of that, you can use convenience methods as part of the Labs module. Please note, that this module should be considered experimental and may change or be deprecated in the future.
The SDK is published via PyPI at https://pypi.org/project/destiny_sdk/ and can be installed with the following
uv add destiny-sdk
Or whichever python package installation method you prefer.
Contents: