This repository contains the models for the My project. The models that are defined in this repository define what object types are possible and how they should behave. This package is published on PyPI as ds-my-model to prevent name clashes with other packages.
Installing this Python library can be done with the regular pip tooling:
pip install ds-my-modelAfter installing, you can use it. In the documentation on GitHub page is explained how to use it.
If you want to develop on this library, you can create your own development environment, or use the DevContainer provided in this repository. To use the provided DevContainer, all you have to do is open this repository in VScode and select Open in Dev Container in the command palette. You need to have the Dev Containers extension installed for this and you need Docker or PodMan to run the container.