/usr/share/pyshared/python_potr-1.0.0.egg-info/PKG-INFO is in python-potr 1.0.0-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 | Metadata-Version: 1.1
Name: python-potr
Version: 1.0.0
Summary: pure Python Off-The-Record encryption
Home-page: http://python-otr.pentabarf.de
Author: Kjell Braden
Author-email: afflux@pentabarf.de
License: LGPLv3+
Description: Python OTR
==========
This is a pure Python OTR implementation; it does not bind to libotr.
Install the potr Python module:
sudo python setup.py install
**Dependencies**: pycrypto >= 2.1 (see `dlitz/pycrypto <https://github.com/dlitz/pycrypto>`_)
Usage Notes
===========
This module uses pycrypto's RNG. If you use this package in your application and your application
uses ``os.fork()``, make sure to call ``Crypto.Random.atfork()`` in both the parent and the child process.
Reporting bugs
==============
Please read the `FAQ <https://github.com/afflux/pure-python-otr/wiki>`_ before submitting your
issue to the `tracker <https://github.com/afflux/pure-python-otr/issues>`_.
Platform: any
Classifier: Development Status :: 5 - Production/Stable
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
|