The common parts of the dessia SDK.
The dessia SDK consists in a framework to build python apps that can be uploaded and interpreted by dessia platform instances. This package give a base class to make your object inherit.
pip(3) install dessia_common
pip can be named pip3 by your distribution. Python at a version > 3.8 is required.
The main usage is to make your objects inherit from dessia_common.DessiaObject. This will give them the powers to be handled by dessia platforms.
For user documentation on how to use this SDK: https://documentation.dessia.tech
For developement documentation or precise questions on classes and method: https://documentation.dessia.tech/dessia_common/
See markdown files in the repo CHANGELOG.md and ROADMAP.md for details.