Metadata-Version: 1.2
Name: vocball
Version: 1.0.2
Summary: Play vocabulary football in class
Home-page: https://gitlab.com/romaaeterna/vocball
Author: Thomas Dähnrich
License: GPL-3+
Description: Vocabulary Football (VocBall)
        =============================
        
        
        Introduction
        ------------
        
        VocBall is a simple application to play vocabulary football in class.
        
        You can find detailed information including game instructions in the `online documentation <https://vocball.readthedocs.io/en/latest/>`_.
        
        Vocabulary Football is hosted on `GitLab <https://gitlab.com/romaaeterna/vocball>`_.
        
        
        License
        -------
        
        This program is released under the `GNU General Public License (GPL) version 3 <http://www.gnu.org/licenses/>`_.
        
        See the file `COPYING <COPYING>`_ for more information.
        
        
        Installation
        ------------
        
        Meson installation
        ~~~~~~~~~~~~~~~~~~
        
        To install VocBall simply run the script ``install.sh`` in this directory.
        
        pip installation
        ~~~~~~~~~~~~~~~~
        
        To download and install Vocabulary Football use the following shell command
        (make sure the ``pip`` command is the right one for your platform and Python version)::
        
           pip install vocball
        
        Running uninstalled
        ~~~~~~~~~~~~~~~~~~~
        
        If you don't want to install VocBall, simply execute ``run.py`` in this directory.
        
        
        Runtime Dependencies
        --------------------
        
        VocBall strongly depends on Gtk+3 and Python 3:
        
        - Gtk+ 3 (>= 3.16)
        - Python 3 (>= 3.3)
        - PyGObject (>= 3.16)
        - Pycairo (>= 1.10)
        
        
        Special thanks to
        -----------------
        
        - Joe Hamilton (for his fabulous `simpleaudio package <https://github.com/hamiltron/py-simple-audio>`_)
        - the Latin students of the `Vicco-von-Bülow-Gymnasium Falkensee <http://www.vicco-von-buelow-gymnasium-falkensee.de/>`_ (for being enthusiastic beta testers)
        
Keywords: education,game
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Environment :: X11 Applications :: GTK
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Topic :: Desktop Environment :: Gnome
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Requires-Python: >=3.3
