
jobo.zh at gmail
Sep 7, 2009, 8:59 AM
Post #1 of 1
(234 views)
Permalink
|
|
Python Keyring Lib v0.2 Released
|
|
Hi all, We're proud to annouce that Python keyring lib 0.2 is released. Introduction ========= The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. Page on PyPI: http://pypi.python.org/pypi/keyring/ What's new in v0.2? =============== It's a bugfix-only version for v0.1, the major change is the support for Python 2.4+. So if you're using Python 2.6, it's not needed to upgrade. Regards, Kang -- ------------------------------------------------------------ Kang Zhang Computer Science Dept. Shanghai Jiao Tong University -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations/
|