summaryrefslogtreecommitdiff
path: root/gnutls-1.1.9/debian/python-gnutls/usr/share/doc
diff options
context:
space:
mode:
Diffstat (limited to 'gnutls-1.1.9/debian/python-gnutls/usr/share/doc')
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README19
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian6
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gzbin0 -> 178 bytes
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gzbin0 -> 1461 bytes
-rw-r--r--gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright43
5 files changed, 68 insertions, 0 deletions
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README
new file mode 100644
index 0000000..ef1052a
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README
@@ -0,0 +1,19 @@
+
+Python wrapper for the GNUTLS library
+
+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.
+
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian
new file mode 100644
index 0000000..184ec24
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/README.Debian
@@ -0,0 +1,6 @@
+python-gnutls for Debian
+------------------------
+
+<possible notes regarding this package - if none, delete this file>
+
+ -- Kristina Clair <kclair@leap.se> Wed, 03 Oct 2012 11:29:13 -0700
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz
new file mode 100644
index 0000000..a148fd0
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.Debian.gz
Binary files differ
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz
new file mode 100644
index 0000000..aa90b7b
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/changelog.gz
Binary files differ
diff --git a/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright
new file mode 100644
index 0000000..f9150bb
--- /dev/null
+++ b/gnutls-1.1.9/debian/python-gnutls/usr/share/doc/python-gnutls/copyright
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+ k clair <kclair@leap.se> on Wed, 03 Oct 2012 11:04:26 -0700
+
+It was downloaded from:
+
+ http://pypi.python.org/pypi/python-gnutls/1.1.9
+
+Upstream Author(s):
+
+ AG Projects
+ Dan Pascu
+ Mircea Amarascu
+
+Copyright:
+
+ Copyright (C) 2006-2007 AG Projects
+ Dan Pascu
+ Mircea Amarascu
+
+License:
+
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ This package is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+
+On Debian systems, the complete text of the GNU General
+Public License version 3 can be found in "/usr/share/common-licenses/GPL-3".
+
+The Debian packaging is:
+
+ Copyright (C) 2012 k clair <kclair@leap.se>
+
+ and is licensed under the GPL version 3, see above.