soccer-sdk-utils

A python module housing Soccer SDK utilities


Keywords
soccer, scraping
License
GPL-3.0
Install
pip install soccer-sdk-utils==0.1.14

Documentation

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