The place to start when you want quickly start building S2 applications.
This repository contains a couple of projects, each in its own directory. All applications can run stand-alone. Since the reference implementations can be in different programming languages and to prevent creating dependencies, every reference implemenation has its own directory and workspace.
So, if you are developing a reference implementation, please create a new directory, put your code in there and set up the work space in that directory.
To create a consistent developer experience, we decided for Python implementations to use Poetry as the build tooling.