Skip to content

DbCrWk/sumgraph

Repository files navigation

sumgraph

ci workflow badge

sumgraph

This package prodives python-based utilities for working with dynamic graphs and their summariziation.

Authors

Dependencies

Please ensure that you have:

  • python installed, ideally through pyenv
  • poetry installed
  • make installed

Development

For first-time setup, run

make setup

Afterwards, when working on the project, run

source .venv/bin/activate

We 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.