This package prodives python-based utilities for working with dynamic graphs and their summariziation.
Please ensure that you have:
pythoninstalled, ideally throughpyenvpoetryinstalledmakeinstalled
For first-time setup, run
make setupAfterwards, when working on the project, run
source .venv/bin/activateWe use conventional commits for commit messages.
Please branch off of the develop branch and write code in a feature branch.
Then, open a pull request to merge into develop.
