Metadata-Version: 1.1
Name: pyparadox
Version: 0.1.2
Summary: PyParadox is a *nix launcher for Paradox games.
Home-page: https://github.com/Rubykuby/pyparadox
Author: Ruben Bakker
Author-email: rubykuby@gmail.com
License: GPLv3+
Description: ===========
         PyParadox
        ===========
        
        .. image:: https://badge.fury.io/py/pyparadox.png
            :target: http://badge.fury.io/py/pyparadox
        
        .. image:: https://travis-ci.org/Rubykuby/pyparadox.png?branch=master
                :target: https://travis-ci.org/Rubykuby/pyparadox
        
        .. image:: https://pypip.in/d/pyparadox/badge.png
                :target: https://pypi.python.org/pypi/pyparadox
        
        
        PyParadox is a \*nix launcher for Paradox games.  It requires PySide (Qt)
        installed separately.  It aims to replace the stock launcher of cross-platform
        Paradox games, and tries to maintain compatibility with primarily Linux and
        OS X, and secondarily Windows.
        
        * Free software: GPLv3+ license
        * Documentation: http://pyparadox.readthedocs.org
        * Source code: https://github.com/Rubykuby/pyparadox
        * PyPI: https://pypi.python.org/pypi/pyparadox
        
        Features
        --------
        
        * Cross-platform: Linux, OS X and Windows.
        
        * Cross-python: Support Python 2.7 and 3.4.  Other versions of Python may work,
          but they're not specifically tested.
        
        * Games: PyParadox supports all cross-platform grand strategy games of Paradox
          Interactive that use the Clausewitz engine.  To date, these include:
        
          - Crusader Kings II
        
          - Europa Universalis IV
        
        * Steam: PyParadox can be started from Steam when starting up the game, and
          all Steam integration should work just fine.  This does, however, require a
          minor configuration inside Steam to make sure that PyParadox is used instead
          of the stock launcher.
        
        Linux (Kubuntu)
        ---------------
        
        .. image:: http://i.imgur.com/WdSwqGG.png
                :target: http://i.imgur.com/WdSwqGG.png
        
        OS X
        ----
        
        .. image:: http://i.imgur.com/5BYAVE3.png
                :target: http://i.imgur.com/5BYAVE3.png
        
        Windows
        -------
        
        .. image:: http://i.imgur.com/IALyCUD.png
                :target: http://i.imgur.com/IALyCUD.png
        
        
        
        
        History
        -------
        
        0.1.2 (2014-07-20)
        ---------------------
        
        * Fixed typo that caused README to display incorrectly.
        
        0.1.1 (2014-07-20)
        ---------------------
        
        * Sweetened up the README with images of the program.
        
        0.1.0 (2014-07-20)
        ---------------------
        
        * Added descriptive error message when game fails to run.
        * Added experimental PyQt4 support.
        * Detailed installation instructions per platform added.
        * A logo of each game is now displayed.
        * Mods and DLCs are now sorted.
        * The application now has an icon.
        
        0.0.2 (2014-07-13)
        ---------------------
        
        * Windows compatibility added.
        * Window titles set correctly.
        * Small UI tweaks (alt-shortcuts).
        * Better game process management.
        * Better unit testing, though incomplete.
        * Just general code refactoring.
        * Tested on Kubuntu 14.04 and Windows 8.1.  Still not sure about OS X.
        
        0.0.1 (2014-07-10)
        ---------------------
        
        * First release on PyPI.
        * Basic functionality.  No polish yet.
        * Only tested on Kubuntu 14.04.
        
Keywords: pyparadox
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: X11 Applications :: Qt
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Natural Language :: English
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Topic :: Games/Entertainment
Classifier: Topic :: Utilities
