Metadata-Version: 1.1
Name: python-potr
Version: 1.0.0b7
Summary: pure Python Off-The-Record encryption
Home-page: http://python-otr.pentabarf.de
Author: Kjell Braden
Author-email: afflux@pentabarf.de
License: LGPLv3+
Download-URL: https://github.com/afflux/pure-python-otr/downloads
Description: This is a pure Python OTR implementation; it does not bind to libotr.
        
        Included in this package is a Gajim Python plugin to enable OTR support
        in the Gajim XMPP/Jabber client. This plugin is called gotr.
        
        
        **Installing this module will install (but not activate) the gajim-otr plugin if a
        gajim directory can be found in $PREFIX/share/gajim.**
        
        The gajim search path can be changed manually by specifiying ``--gajim-dir`` to
        the install commmand::
        
            sudo python setup.py install --gajim-dir=~/gajim
        
        After installing, the plugin must be manually enabled in the Gajim plugin
        interface.
        
        Reporting bugs
        ==============
        Please read the `FAQ <https://github.com/afflux/pure-python-otr/wiki>`_ before submitting your
        issue to the `tracker <https:///afflux/pure-python-otr/issues>`_.
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications :: Chat
Classifier: Topic :: Security :: Cryptography
