Skip to content

jedi-knights/soccer-sdk-utils

Repository files navigation

Soccer SDK Utils

This package contains general purpose utilities to be utilized in various other Soccer related SDK products.

Setup

  • Create your virtual environment of choice
  • Install Poetry globally

Install dependencies

$ pip install --upgrade pip 
$ pip install -r requirements-dev.txt
$ invoke install

Update dependencies

$ invoke update

Clean up transient files

$ invoke clean

Analyze syntax

$ invoke lint

Run tests

$ invoke test

Generate Coverage Report

$ invoke cover

Build the project

$ invoke build

The default task is build so by calling invoke you will build the project

$ invoke