Metadata-Version: 1.1
Name: mtg-deck-editor
Version: 1.0.2
Summary: A GUI deck editor for the card game Magic: The Gathering.
Home-page: https://github.com/buckket/mtg-deck-editor
Author: buckket
Author-email: buckket@cock.li
License: GPLv3
Description: mtg-deck-editor
        ~~~~~~~~~~~~~~~
        
        MtG Deck Editor is a deck editor for the card game Magic: The Gathering, that automatically fetches and displays pictures for the cards used. MtG Deck Editor is written in Python using GObject Introspection and GTK+ 3.
        
        Features
        --------
        - search autocompletion (uses DeckBrew API)
        - loading and saving decks as plain text files
        - sample hand window, including mulligans button
        - mana curve plot shows colored mana requirements
        
        Screenshot
        ----------
        .. image:: https://uncloaked.net/~loom/stuff/mtg_deck_editor.png
        
        Installation
        ------------
        Under Debian GNU/Linux, install major dependencies with:
        
        .. code:: bash
        
            $ apt-get install gir1.2-gtk-3.0 python-gi-cairo python-matplotlib
        
        Afterwards install this package simply via pip.
        
        .. code:: bash
        
            $ pip install mtg-deck-editor
        
        Now run ``mtg-deck-editor``. :)
        
        Links
        -----
        - `website (upstream) <http://news.dieweltistgarnichtso.net/bin/mtg-deck-editor.html>`_
        - `development version <https://github.com/buckket/mtg-deck-editor>`_
        
Keywords: mtg,deck editor,card game
Platform: any
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Games/Entertainment
