<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
    <channel>
        <title>Python - 标签 - 德国粗茶淡饭</title>
        <link>https://www.ctq6.cn/tags/python/</link>
        <description>Python - 标签 - 德国粗茶淡饭</description>
        <generator>Hugo -- gohugo.io</generator><language>zh-CN</language><managingEditor>plyx_46204@126.com (mikelleo)</managingEditor>
            <webMaster>plyx_46204@126.com (mikelleo)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><lastBuildDate>Mon, 14 Feb 2022 15:23:36 &#43;0800</lastBuildDate><atom:link href="https://www.ctq6.cn/tags/python/" rel="self" type="application/rss+xml" /><item>
    <title>Python第三方库大全</title>
    <link>https://www.ctq6.cn/python%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%93%E5%A4%A7%E5%85%A8/</link>
    <pubDate>Mon, 14 Feb 2022 15:23:36 &#43;0800</pubDate>
    <author>作者</author>
    <guid>https://www.ctq6.cn/python%E7%AC%AC%E4%B8%89%E6%96%B9%E5%BA%93%E5%A4%A7%E5%85%A8/</guid>
    <description><![CDATA[<h2 id="包管理">包管理</h2>
<p>管理包和依赖的工具。</p>
<ul>
<li>pip：Python 包和依赖关系管理工具。</li>
<li>pip-tools：保证 Python 包依赖关系更新的一组工具。</li>
<li>pipenv：Python 官方推荐的新一代包管理工具。</li>
<li>poetry: 可完全取代 setup.py 的包管理工具。</li>
<li>conda：跨平台，Python 二进制包管理工具。</li>
<li>Curdling：管理 Python 包的命令行工具。</li>
<li>wheel：Python 分发的新标准，意在取代 eggs。</li>
</ul>
<h2 id="分发">分发</h2>
<p>打包为可执行文件以便分发。</p>]]></description>
</item></channel>
</rss>
