Skip to content

grupy-sanca/dojo-toolkit

Repository files navigation

Dojo Toolkit

https://github.com/grupy-sanca/dojo-toolkit/actions/workflows/test_push.yaml/badge.svg?branch=main https://coveralls.io/repos/github/grupy-sanca/dojo-toolkit/badge.svg?branch=main

Toolkit for python coding dojos.

Source: https://github.com/grupy-sanca/dojo-toolkit

Features

  • Timer to determine the pilot's turn
  • Display notifications on pilot's time up, tests passed and failed
  • Dojo Semaphor through OS notifications
  • Run tests after each save

How to use

Installation:

$ pip install dojo-toolkit

Running:

$ dojo /path/to/code/directory/

For detailed information about running from source: CONTRIBUING.rst To see the options available use:

$ dojo --help

Contributing

Check the CONTRIBUING.rst file to discover how you can help the development of dojo-toolkit.

Dependencies