Download List

项目描述

GnuPGInterface is a Python module to interface with GnuPG . It concentrates on interacting with GnuPG via filehandles, providing access to control GnuPG via versatile and extensible means. It is based on GnuPG::Interface.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2002-01-12 03:16
0.3.2

去除对现已过时FCNTL支持,一些小的文档和代码修正。
标签: Minor bugfixes
Removal of support for the now-deprecated FCNTL, and some minor documentation and code fixes.

2001-11-04 07:22
0.3.1

一个致命的错误,表现拦截器本身运行在Linux上是固定的。
标签: Major bugfixes
A fatal blocker bug that manifested itself running on Linux was fixed.

2001-08-26 08:55
0.3.0

类GnuPGInterface更名为使用GnuPG(模块名称保持不变)。文件增加了很多,因为有许多例子。该convience方法Process.wait()的补充,使用户不必调用os.waitpid(process.pid)的检查。很多的单元测试,现在实行以确保功能的正确性。该许可证被改为GPL是LGPL的。
标签: Major feature enhancements
The class GnuPGInterface was renamed to GnuPG (the module name remaining the same). Lots of documentation was added, as were many examples. The convience method Process.wait() was added so that users don't have to call os.waitpid(process.pid) with checks. Lots of unittests are now implemented to insure functional correctness. The license was changed from GPL to LGPL.

2001-08-21 23:11
0.2.1

重大变化已在run()方法。阿更清洁和更明智的方法是目前用于请求的文件句柄是'创建',哪些是'附加'。请参阅文档和示例代码的详细信息。请注意,API的变化是大量非向后兼容。此外,有能力的run()'附加'GnuPG的文件句柄对已经打开的文件是真的了; doctests已实施测试和确保这一点。
标签: Major feature enhancements
Major changes have been made in the run() method. A much cleaner and more sensible method is now used to request which filehandles are 'created' and which are 'attached'. See the documentation and example code for details. Note that the API changes are heavily non-backwards compatible. Also, the ability to have run() 'attach' GnuPG filehandles to already-opened files really works now; doctests have been implemented to test and ensure this.

2001-07-11 07:43
0.1.0

标签: Initial freshmeat announcement

Project Resources