geekdoc-python-zh/docs/pythonlibrary/reportlab-for-python-3-is-h...

9 lines
1.2 KiB
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Python 3 的报告实验室到了!
> 原文:<https://www.blog.pythonlibrary.org/2014/04/28/reportlab-for-python-3-is-here/>
Reportlab 最近发布了 3.1 版本,现在完全支持 Python 3 和 Python 2.7。他们实际上在大约一个月前发布了 Python 3 兼容版本,但这个版本听起来像是他们已经解决了最初版本的错误,因为这个版本也支持他们的商业客户。我发现这很令人兴奋,因为我最喜欢的 Python 包之一终于支持 Python 3。我自己还没有迁移到 Python 3因为我使用了太多只适用于 Python 2 的包(还因为我还没有在使用 Python 3 的地方工作过)。到目前为止Reportlab 3.1 中还没有什么令人敬畏的新功能,但是你可以通读他们的[发行说明](http://www.reportlab.com/software/documentation/relnotes/31/)并自己做出决定。
Reportlab 的一个很酷的新特性是,现在可以用 pip 或 easy_install 安装它。他们还引入了 Python wheel 包作为他们的主要安装类型,尽管您仍然可以下载源代码。开源[下载](https://pypi.python.org/pypi/reportlab/3.1.8)见 PyPI。
看看吧,让我知道你的想法!