Pies 2.5.0 版本支持 Python 2 和 Python 3 的兼容 meta-classes ,支持 lru----cache ,在 Python 2 和 Python 3 之间自动正确的使用 makes __str__ methods 方法。
Pies 实现了一个 Python 2 和 Python 3 的兼容层,所有代码都是 Python 3 的,相当于是在 Python 3 上实现对 Python 2 的兼容性。
项目主页:http://timothycrosley.github.io/pies/
下载地址:https://github.com/timothycrosley/pies
来自:开源中国社区

