Metadata-Version: 2.1
Name: dojo-toolkit
Version: 0.5.0
Summary: A Toolkit for Python Coding Dojos
Home-page: https://github.com/grupy-sanca/dojo-toolkit
Author: Grupy-Sanca
License: UNKNOWN
Description: Dojo Toolkit
        ============
        
        .. image:: https://travis-ci.org/grupy-sanca/dojo-toolkit.svg?branch=master
          :target: https://travis-ci.org/grupy-sanca/dojo-toolkit
        
        .. image:: https://coveralls.io/repos/github/grupy-sanca/dojo-toolkit/badge.svg?branch=master
          :target: https://coveralls.io/github/grupy-sanca/dojo-toolkit?branch=master
        
        
        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
        
        
        If you use GTK you can install dojo-toolkit with desktop notification support:
        ::
        
          $ pip install dojo-toolkit[gtk]
        
        
        Running:
        ::
        
          $ dojo /path/to/code/directory/
        
        
        For detailed information about running from source: `CONTRIBUING.rst <https://github.com/grupy-sanca/dojo-toolkit/blob/master/CONTRIBUTING.rst>`_
        
        Contributing
        ------------
        
        Check the `CONTRIBUING.rst <https://github.com/grupy-sanca/dojo-toolkit/blob/master/CONTRIBUTING.rst>`_ file to discover how you can help the development of dojo-toolkit.
        
        
        Dependencies
        ------------
        - Python 3
        - `Libnotify <https://developer.gnome.org/libnotify>`_
        
        
        Roadmap
        -------
        
        **0.5**
        
        TDB
        
        
        Changelog
        ---------
        
        **0.4**
        
        - Tests + CI
        - Sound notifications
        - Minor bug fixes
        - Minor improvements
        
        **0.3**
        
        - Major refactor
        - Uses bumpversion
        
        **0.2**
        
        - Project improvements
        - Release to PyPI
        
        **0.1**
        
        - Timer for managing rounds
        - Watch code folder and run doctests on changes
        - Show notifications using Libnotify
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Provides-Extra: gtk
