Metadata-Version: 1.1
Name: dojo-toolkit
Version: 0.3.4
Summary: A Toolkit for Python Coding Dojos
Home-page: https://github.com/grupy-sanca/dojo-toolkit
Author: Grupy-Sanca
Author-email: UNKNOWN
License: UNKNOWN
Description: Dojo Toolkit
        ============
        
        Toolkit for python coding dojos.
        
        Source: https://github.com/grupy-sanca/dojo-toolkit
        
        
        Features
        --------
        - Timer to determine the pilot's turn
        - Run tests automatically and notify when people can or cannot talk
        
        
        How to use
        ----------
        ::
        
          $ pip install dojo-toolkit
          $ python -m dojo_toolkit /path/to/code/directory/
        
        
        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.4.0**
        
        - Tests + CI
        - Minor bug fixes
        - Sound notifications
        - Minor improvements
        
        
        Changelog
        ---------
        
        **0.3.0**
        
        - Major refactor
        - Uses bumpversion
        
        **0.2.0**
        
        - Project improvements
        - Release to PyPI
        
        **0.1.0** (Initial version)
        
        - Timer for managing rounds
        - Watch code folder and run ``doctest``s on changes
        - Show notifications using Libnotify
        
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
