Metadata-Version: 1.1
Name: secpass_gui
Version: 0.1.0
Summary: Secure Passwords GUI
Home-page: http://github.com/metagriffin/secpass-gui
Author: metagriffin
Author-email: mg.pypi@metagriffin.net
License: GPLv3+
Description: ===================
        Secure Password GUI
        ===================
        
        A GUI interface to secpass, the Secure Password system.
        
        .. WARNING::
        
          2014/04/19: The SecPass GUI package is currently under active
          development, i.e. it is not ready for use. Come back in a month
          or two.
        
        
        TL;DR
        =====
        
        Install on Linux (for non-Ubuntu distributions, adjust as needed):
        
        .. code-block:: bash
        
          # install wxPython 3.0.0.0
        
          $ wget http://downloads.sourceforge.net/project/wxpython/wxPython/3.0.0.0/wxPython-src-3.0.0.0.tar.bz2
          $ tar xvjf wxPython-src-3.0.0.0.tar.bz2
          $ cd wxPython-src-3.0.0.0/wxPython
          $ python build-wxpython.py --install
            # if building into a virtualenv, add "--installdir=$VIRTUAL_ENV" to the last line
        
          # install secpass-gui
        
          $ pip install secpass-gui
        
          # run secpass-gui
        
          $ secpass-gui
        
Keywords: secure password manager gui
Platform: any
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: X11 Applications
Classifier: Environment :: Win32 (MS Windows)
Classifier: Environment :: MacOS X
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Intended Audience :: End Users/Desktop
Classifier: Topic :: Utilities
Classifier: Topic :: Security
Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
