topdrawersoccer-sdk

A python module for scraping TopDrawerSoccer.


Keywords
soccer, scraping, topdrawersoccer
License
GPL-3.0
Install
pip install topdrawersoccer-sdk==0.1.1

Documentation

TopDrawerSoccer SDK

This package contains modules and packages providing access to TopDrawerSoccer data.

Setup

  • Create your virtual environment of choice
  • Install Poetry globally

Install dependencies

$ pip install -e .

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