Python wrapper for the GnuTLS library
Project description
PyGnuTLS
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.
Release Process
These notes are probably only for the maintainer of this module!
# set version in setup.py
make pkg
./env/bin/twine upload dist/*
git commit -a -m "New version for PyPI" && git push
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
PyGnuTLS-0.1.4.tar.gz
(48.3 kB
view hashes)
Built Distribution
PyGnuTLS-0.1.4-py3-none-any.whl
(54.7 kB
view hashes)