Difference between revisions of "PyGnuTLS"

From Free Software Directory
Jump to: navigation, search
(Added more info ( !!! THIS REV2/3/4 python-gnutls MAKE AN OTHER ENTREE FOR python-gnutls !!! ))
Line 1: Line 1:
 
{{Entry
 
{{Entry
|Name=pyGnuTLS
+
|Name=python-gnutls
|Short description=Python wrapper for the GnuTLS library
+
|Short description=GnuTLS bindings for Python
|Full description='pyGnuTLS' lets you call GnuTLS functions from Python. GnuTLS is a C library which implements TLS (which is closely related to SSL).
+
|Full description=Python wrapper for the GnuTLS library
|Homepage URL=https://pypi.python.org/pypi/python-gnutls
+
 
 +
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.
 +
|Homepage URL=https://github.com/AGProjects/python-gnutls
 
|User level=none
 
|User level=none
|Computer languages=Python
+
|VCS checkout command=https://github.com/AGProjects/python-gnutls.git
|Related projects=OpenSSL
+
|Related projects=OpenSSL, gnutls
|Keywords=SSL,Python,wrapper,gnutls
+
|Keywords=SSL,wrapper
 
|Version identifier=3.1.1
 
|Version identifier=3.1.1
 
|Version date=2017/02/01
 
|Version date=2017/02/01
 
|Version status=stable
 
|Version status=stable
|Version download=https://pypi.python.org/packages/02/9d/39e830f7283a43fc5e26aadb8f63fc7f7038ef6a2f6c74f629b6795842f8/python-gnutls-3.1.1.tar.gz
+
|Version download=https://github.com/AGProjects/python-gnutls/archive/release-3.1.1.tar.gz
|Version comment=3.1.1 stable released 2017-02-01
+
|Last review by=BABA200
|Last review by=Alejandroindependiente
+
|Last review date=2017/02/26
|Last review date=2017/02/19
 
 
|Submitted by=Database conversion
 
|Submitted by=Database conversion
 
|Submitted date=2011-04-01
 
|Submitted date=2011-04-01
Line 22: Line 37:
 
}}
 
}}
 
{{Project license
 
{{Project license
|License=PublicDomain
+
|License=LGPLv2orlater
|License verified by=Janet Casey
+
|License copyright=Copyright (C) 2006-2016 AG Projects
|License verified date=2005-06-20
+
|License verified by=BABA200
 +
|License verified date=2017/02/26
 
}}
 
}}
 
{{Person
 
{{Person
|Real name=Adam Langley
+
|Real name=AG Projects
 
|Role=Maintainer
 
|Role=Maintainer
|Email=agl@linuxpower.org
+
|Email=support@ag-projects.com
 +
|Resource URL=
 +
}}
 +
{{Person
 +
|Real name=Debian Python Modules Team
 +
|Role=Maintainer Debian
 +
|Email=python-modules-team@lists.alioth.debian.org
 
|Resource URL=
 
|Resource URL=
 
}}
 
}}
 
{{Resource
 
{{Resource
|Resource audience=Bug Tracking,Developer,Support
+
|Resource audience=Debian page
|Resource kind=E-mail
+
|Resource kind=Homepage
|Resource URL=mailto:agl@imperialviolet.org
+
|Resource URL=https://tracker.debian.org/pkg/python-gnutls
 +
}}
 +
{{Resource
 +
|Resource audience=Trisquel page
 +
|Resource kind=Homepage
 +
|Resource URL=http://packages.trisquel.info/belenos/python-gnutls
 +
}}
 +
{{Resource
 +
|Resource audience=Python page
 +
|Resource kind=Homepage
 +
|Resource URL=https://pypi.python.org/pypi/python-gnutls
 
}}
 
}}
 
{{Software category
 
{{Software category
 
|Interface=daemon
 
|Interface=daemon
 +
|Programming-language=python
 
|Use=library
 
|Use=library
 
}}
 
}}

Revision as of 14:22, 26 February 2017


[edit]

pyGnuTLS

http://web.archive.org/web/20081204105638/http://www.imperialviolet.org./pygnutls.html
Python wrappings for the GnuTLS Library

pyGnuTLS is a Python wrapping for GnuTLS.

GnuTLS is an LGPL library which implements TLS (which you might know as SSL, they aren't quite the same thing but almost). GnuTLS is written in C and has excellent documentation for its C functions.

pyGnuTLS lets you call GnuTLS functions from Python.





Licensing

License

Verified by

Verified on

Notes

Verified by

BABA200

Verified on

26 February 2017




Leaders and contributors

Contact(s)Role
Adam Langley Maintainer


Resources and communication

AudienceResource typeURI
Homepage (not much about gnutls)Homepagehttps://www.imperialviolet.org/


Software prerequisites

KindDescription
Required to usegnutls




Entry











"Maintainer Debian" is not in the list (Maintainer, Contributor, Developer, Sponsor, Unknown) of allowed values for the "Role" property.


"Debian page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Trisquel page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.


"Python page" is not in the list (General, Help, Bug Tracking, Support, Developer) of allowed values for the "Resource audience" property.










Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the page “GNU Free Documentation License”.

The copyright and license notices on this page only apply to the text on this page. Any software or copyright-licenses or other similar notices described in this text has its own copyright notice and license, which can usually be found in the distribution or license text itself.