Metadata-Version: 1.0
Name: gpgkeys
Version: 1.2
Summary: Command line shell for GnuPG
Home-page: http://pypi.python.org/pypi/gpgkeys
Author: Stefan H. Holek
Author-email: stefan@epy.co.at
License: BSD
Description: =======
        gpgkeys
        =======
        ----------------------------
        Command line shell for GnuPG
        ----------------------------
        
        Introduction
        ============
        
        The **gpgkeys** program is a Python application that allows to conveniently
        manage GnuPG keys and keyrings.
        
        While probably not very interesting in itself, it serves as example
        application and testbed for the development of the rl_ library.
        In particular, gpgkeys contains a sophisticated implementation of
        `filename completion`_, which may one day find its way into a standalone
        package or rl_ add-on.
        
        .. _rl: http://pypi.python.org/pypi/rl
        .. _`filename completion`: http://github.com/stefanholek/gpgkeys/tree/master/gpgkeys/completions
        
        Repository Access
        -----------------
        
        gpgkeys development is hosted on github_.
        
        .. _github: http://github.com/stefanholek/gpgkeys
        
        Installation
        ============
        
        gpgkeys depends on the rl_ library. Since rl contains a C extension, it
        is a good idea to install it independently first.
        
        Once rl is installed, type::
        
        /path/to/easy_install gpgkeys
        
        to install the ``gpgkeys`` script. Then put it on your system PATH by e.g.
        symlinking it to ``/usr/local/bin``.
        
        
        Changelog
        =========
        
        1.2 - 2009-11-24
        ----------------
        
        - Extend keyid completion to also complete userids and names.
        [stefan]
        
        - Extract filename completion functionality into functions,
        as it is useful in other places as well.
        [stefan]
        
        
        1.1 - 2009-11-16
        ----------------
        
        - Allow to specify the filename quoting style on the command line
        to ease experimentation.
        [stefan]
        
        - Filename completion: By dequoting early on we can skip a problematic
        hook and regain control over tilde expansion. Also see rl `issue/3`_.
        [stefan]
        
        .. _`issue/3`: http://github.com/stefanholek/rl/issues#issue/3
        
        
        1.0 - 2009-11-08
        ----------------
        
        - Initial release.
        
Keywords: gnupg shell
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: BSD License
