From 115994cef3e454c2a197a28e02b19bf343aafc16 Mon Sep 17 00:00:00 2001 From: k clair Date: Tue, 9 Oct 2012 12:14:18 -0700 Subject: add already generated debian policy files and debian package files --- .../share/pyshared/python_gnutls-1.1.9.egg-info | 33 ++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 gnutls-1.1.9/debian/python-gnutls/usr/share/pyshared/python_gnutls-1.1.9.egg-info (limited to 'gnutls-1.1.9/debian/python-gnutls/usr/share/pyshared/python_gnutls-1.1.9.egg-info') diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/pyshared/python_gnutls-1.1.9.egg-info b/gnutls-1.1.9/debian/python-gnutls/usr/share/pyshared/python_gnutls-1.1.9.egg-info new file mode 100644 index 0000000..39109f3 --- /dev/null +++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/pyshared/python_gnutls-1.1.9.egg-info @@ -0,0 +1,33 @@ +Metadata-Version: 1.0 +Name: python-gnutls +Version: 1.1.9 +Summary: Python wrapper for the GNUTLS library +Home-page: http://ag-projects.com/ +Author: Dan Pascu +Author-email: dan@ag-projects.com +License: LGPL +Download-URL: http://cheeseshop.python.org/pypi/python-gnutls/1.1.9 +Description: This package provides a high level object oriented wrapper around libgnutls, + as well as low level bindings to the GNUTLS types and functions via ctypes. + The high level wrapper hides the details of accessing the GNUTLS library via + ctypes behind a set of classes that encapsulate GNUTLS sessions, certificates + and credentials and expose them to python applications using a simple API. + + The package also includes a Twisted interface that has seamless intergration + with Twisted, providing connectTLS and listenTLS methods on the Twisted + reactor once imported (the methods are automatically attached to the reactor + by simply importing the GNUTLS Twisted interface module). + + The high level wrapper is written using the GNUTLS library bindings that are + made available via ctypes. This makes the wrapper very powerful and flexible + as it has direct access to all the GNUTLS internals and is also very easy to + extend without any need to write C code or recompile anything. + + +Platform: Platform Independent +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL) +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Topic :: Software Development :: Libraries :: Python Modules -- cgit v1.2.3