New version of PyKCS11: 1.5.13
I just released a new version of PyKCS11, a Python wrapper above the PKCS#11 API.
See PyKCS11 introduction or PyKCS11’s documentation.
The project is registered at Pypi: https://pypi.org/project/PyKCS11/
Changes:
1.5.13 - January 2024, Ludovic Rousseau
fix issue between Python 3.12 garbage collector and
C_Finalize()
Modernize use of
setup.py
Check swig is installed
remove unused files
minor improvements