Metadata-Version: 2.1
Name: glparchis
Version: 20181125
Summary: Parchís game
Home-page: https://glparchis.sourceforge.io/
Author: Turulomio
Author-email: turulomio@yahoo.es
License: GPL-3
Description: Project links
        =============
        Glparchis doxygen documentation:
            http://turulomio.users.sourceforge.net/doxygen/glparchis/
        Web page main developer
            http://turulomio.users.sourceforge.net/
        Game statistics
            http://glparchis.sourceforge.net/php/glparchis_statistics.php
        
        Snapshots
        =========
        .. raw:: html
        
          <img src="https://raw.githubusercontent.com/Turulomio/glparchis/master/doc/glparchis-players-3.png" width="300px"\><img src="https://raw.githubusercontent.com/Turulomio/glparchis/master/doc/glparchis-players-4.png" width="300px"\><img src="https://raw.githubusercontent.com/Turulomio/glparchis/master/doc/glparchis-players-6.png" width="300px"\><img src="https://raw.githubusercontent.com/Turulomio/glparchis/master/doc/glparchis-players-8.png" width="300px"\>
        
        
        Install in Linux
        ================
        If you use Gentoo you can find a ebuild in https://github.com/Turulomio/myportage/tree/master/games-board/glparchis
        
        If you use other distribution compatible con pip, you need to install PyQt5 and glParchis with the following commands:
        
        `pip install PyQt5`
        
        `pip install glparchis`
        
        You need to install PyQt5 first, because is not in Linux setup.py dependencies, due to PyQt5 doesn't use standard setup tools. So for compatibility reasons with distributions like Gentoo, we use this additional step.
        
        Install in Windows as a python module
        =====================================
        You need to install Python from https://www.python.org and add it to the PATH
        
        You must open a console with Administrator privileges and type:
        
        `pip install glparchis`
        
        If you want to create a Desktop shortcut to launch glParchis you must write in console:
        
        `glparchis_shortcuts.exe`
        
        Install in Windows as a standalone application
        ==============================================
        You need to download glparchis-X.X.X.exe from github release
        
        Just execute it
        
        Dependencies
        ============
        * https://www.python.org/, as the main programming language.
        * https://pypi.org/project/PyQt5/, as the main library.
        * https://pypi.org/project/pywin32/, to create shortcuts.
        * https://pypi.org/project/PyOpenGL/, for OpenGL api.
        
        Authors
        =======
        * Turulomio: Idea and development. English and spanish translations.
        * Nadejda Adam: French translation
        
        Changelog
        =========
        Please read the CHANGELOG_
        
        .. _CHANGELOG: https://raw.githubusercontent.com/Turulomio/glparchis/master/CHANGELOG.rst
        
Keywords: parchís game
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
