Metadata-Version: 1.1
Name: sc2bank
Version: 0.2
Summary: Validate SC2Bank XML document signatures.
Home-page: https://github.com/winny-/sc2bank
Author: Winston Weinert
Author-email: sc2bank@fastmail.fm
License: MIT / BSD 3-clause
Description: =========
         sc2bank
        =========
        
        .. image:: https://travis-ci.org/winny-/sc2bank.png?branch=master
           :target: https://travis-ci.org/winny-/sc2bank
           :alt: Build Status
        .. image:: https://pypip.in/v/sc2bank/badge.png
           :target: https://pypi.python.org/pypi/sc2bank
           :alt: Latest PyPi Package
        .. image:: https://coveralls.io/repos/winny-/sc2bank/badge.png?branch=master
           :target: https://coveralls.io/r/winny-/sc2bank?branch=master
           :alt: Coverage Status
        
        Python module to sign StarCraft II bank files which are used to save stats in Arcade.
        
        .. image:: https://i.imgur.com/z5cmEz7.png
           :alt: The Gui Module
        
        Installation
        ============
        Any platform
        ------------
        1. Install PyQt4 for the GUI.
        2. :code:`pip install sc2bank`
        
        Prepackaged GUI Releases
        ------------------------
        * Mac 0.2 https://www.dropbox.com/s/co1r0dtdq2lb1d6/sc2bank.app.zip
        * Windows 0.2 https://www.dropbox.com/s/qo41t2dod7kpzny/sc2bank.exe.zip
        
        How to use
        ==========
        From PyPi (Pip, Easy_install)
        -----------------------------
        * GUI: :code:`python -m sc2bank.gui`
        * CLI: :code:`python -m sc2bank path/to/bank.SC2Bank`
        
        From Prepackaged GUI Release
        ----------------------------
        Unzip the file and double click on the EXE/APP file.
        
        Contributing and Feedback
        ==========================
        sc2bank@fastmail.fm is always listening. Open an issue with the file and metadata
        (e.g. the file's path and your User ID, bank's name, bank's author). Use KISS philosophy
        when contributing code.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Utilities
Classifier: Intended Audience :: End Users/Desktop
Classifier: Environment :: X11 Applications :: Qt
Classifier: Environment :: Console
Classifier: Development Status :: 4 - Beta
