久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

    <tfoot id='V1z4r'></tfoot>
  • <legend id='V1z4r'><style id='V1z4r'><dir id='V1z4r'><q id='V1z4r'></q></dir></style></legend>

    1. <i id='V1z4r'><tr id='V1z4r'><dt id='V1z4r'><q id='V1z4r'><span id='V1z4r'><b id='V1z4r'><form id='V1z4r'><ins id='V1z4r'></ins><ul id='V1z4r'></ul><sub id='V1z4r'></sub></form><legend id='V1z4r'></legend><bdo id='V1z4r'><pre id='V1z4r'><center id='V1z4r'></center></pre></bdo></b><th id='V1z4r'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='V1z4r'><tfoot id='V1z4r'></tfoot><dl id='V1z4r'><fieldset id='V1z4r'></fieldset></dl></div>

      <small id='V1z4r'></small><noframes id='V1z4r'>

          <bdo id='V1z4r'></bdo><ul id='V1z4r'></ul>

        什么是 Python 蛋?

        What is a Python egg?(什么是 Python 蛋?)
            <tbody id='673Zq'></tbody>

          <small id='673Zq'></small><noframes id='673Zq'>

          1. <tfoot id='673Zq'></tfoot>

              <bdo id='673Zq'></bdo><ul id='673Zq'></ul>
            • <i id='673Zq'><tr id='673Zq'><dt id='673Zq'><q id='673Zq'><span id='673Zq'><b id='673Zq'><form id='673Zq'><ins id='673Zq'></ins><ul id='673Zq'></ul><sub id='673Zq'></sub></form><legend id='673Zq'></legend><bdo id='673Zq'><pre id='673Zq'><center id='673Zq'></center></pre></bdo></b><th id='673Zq'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='673Zq'><tfoot id='673Zq'></tfoot><dl id='673Zq'><fieldset id='673Zq'></fieldset></dl></div>
              • <legend id='673Zq'><style id='673Zq'><dir id='673Zq'><q id='673Zq'></q></dir></style></legend>
                  本文介紹了什么是 Python 蛋?的處理方法,對(duì)大家解決問題具有一定的參考價(jià)值,需要的朋友們下面隨著小編來一起學(xué)習(xí)吧!

                  問題描述

                  我是 Python 新手,我只是想了解它的包是如何工作的.大概 eggs 是某種包裝機(jī)制,但什么是它們所扮演角色的快速概述,可能是關(guān)于它們?yōu)槭裁从杏靡约叭绾蝿?chuàng)建它們的一些信息?

                  I'm new to Python and I'm just trying to understand how its packages work. Presumably eggs are some sort of packaging mechanism, but what would be a quick overview of what role they play and may be some information on why they're useful and how to create them?

                  推薦答案

                  注意:雞蛋包裝已被車輪包裝取代.

                  與Java中的.jar文件的概念相同,它是一個(gè).zip文件,其中一些元數(shù)據(jù)文件重命名為.egg,用于分發(fā)代碼作為包.

                  Same concept as a .jar file in Java, it is a .zip file with some metadata files renamed .egg, for distributing code as bundles.

                  具體來說:Python Eggs的內(nèi)部結(jié)構(gòu)

                  Python 蛋"是一個(gè)邏輯結(jié)構(gòu),體現(xiàn)了一個(gè)Python 項(xiàng)目的特定版本,包括其代碼、資源、和元數(shù)據(jù).有多種格式可用于物理編碼一個(gè) Python 蛋,其他的可以開發(fā).然而,Python 雞蛋的一個(gè)關(guān)鍵原則是它們應(yīng)該是可發(fā)現(xiàn)的,并且可導(dǎo)入.也就是說,Python 應(yīng)用程序應(yīng)該可以輕松有效地找出系統(tǒng)上存在哪些雞蛋,以及以確保所需的雞蛋內(nèi)容是可導(dǎo)入的.

                  A "Python egg" is a logical structure embodying the release of a specific version of a Python project, comprising its code, resources, and metadata. There are multiple formats that can be used to physically encode a Python egg, and others can be developed. However, a key principle of Python eggs is that they should be discoverable and importable. That is, it should be possible for a Python application to easily and efficiently find out what eggs are present on a system, and to ensure that the desired eggs' contents are importable.

                  .egg 格式非常適合分發(fā)和簡(jiǎn)單卸載或升級(jí)代碼,因?yàn)樵擁?xiàng)目本質(zhì)上是自包含在單個(gè)目錄或文件中,不與任何其他項(xiàng)目的代碼或資源.這也使得擁有同時(shí)安裝一個(gè)項(xiàng)目的多個(gè)版本,這樣各個(gè)程序可以選擇他們希望使用的版本.

                  The .egg format is well-suited to distribution and the easy uninstallation or upgrades of code, since the project is essentially self-contained within a single directory or file, unmingled with any other projects' code or resources. It also makes it possible to have multiple versions of a project simultaneously installed, such that individual programs can select the versions they wish to use.

                  這篇關(guān)于什么是 Python 蛋?的文章就介紹到這了,希望我們推薦的答案對(duì)大家有所幫助,也希望大家多多支持html5模板網(wǎng)!

                  【網(wǎng)站聲明】本站部分內(nèi)容來源于互聯(lián)網(wǎng),旨在幫助大家更快的解決問題,如果有圖片或者內(nèi)容侵犯了您的權(quán)益,請(qǐng)聯(lián)系我們刪除處理,感謝您的支持!

                  相關(guān)文檔推薦

                  python: Two modules and classes with the same name under different packages(python:不同包下同名的兩個(gè)模塊和類)
                  Configuring Python to use additional locations for site-packages(配置 Python 以使用站點(diǎn)包的其他位置)
                  How to structure python packages without repeating top level name for import(如何在不重復(fù)導(dǎo)入頂級(jí)名稱的情況下構(gòu)造python包)
                  Install python packages on OpenShift(在 OpenShift 上安裝 python 包)
                  How to refresh sys.path?(如何刷新 sys.path?)
                  Distribute a Python package with a compiled dynamic shared library(分發(fā)帶有已編譯動(dòng)態(tài)共享庫的 Python 包)
                  <tfoot id='uCdGz'></tfoot>

                        <small id='uCdGz'></small><noframes id='uCdGz'>

                        <i id='uCdGz'><tr id='uCdGz'><dt id='uCdGz'><q id='uCdGz'><span id='uCdGz'><b id='uCdGz'><form id='uCdGz'><ins id='uCdGz'></ins><ul id='uCdGz'></ul><sub id='uCdGz'></sub></form><legend id='uCdGz'></legend><bdo id='uCdGz'><pre id='uCdGz'><center id='uCdGz'></center></pre></bdo></b><th id='uCdGz'></th></span></q></dt></tr></i><div class="qwawimqqmiuu" id='uCdGz'><tfoot id='uCdGz'></tfoot><dl id='uCdGz'><fieldset id='uCdGz'></fieldset></dl></div>

                        1. <legend id='uCdGz'><style id='uCdGz'><dir id='uCdGz'><q id='uCdGz'></q></dir></style></legend>
                            <tbody id='uCdGz'></tbody>
                            <bdo id='uCdGz'></bdo><ul id='uCdGz'></ul>

                            主站蜘蛛池模板: 亚洲欧美日韩精品久久亚洲区 | 国产极品粉嫩美女呻吟在线看人 | 亚洲嫩草 | 成人久久一区 | 91国内精品久久 | 韩国av一区二区 | 久久久久久中文字幕 | 亚洲成人一区 | 国产高清视频在线观看 | av在线二区 | 天天躁天天操 | 免费的网站www | 亚洲国产欧美国产综合一区 | 免费xxxx大片国产在线 | 亚洲成人网在线播放 | 国产一区二区电影网 | 成人做爰999 | 久久久久久中文字幕 | a看片 | 本道综合精品 | 国产精品视频在线播放 | 毛片区 | 男女网站免费观看 | 欧美一区二区三区电影 | 国产精品久久久久久 | 精品久久国产视频 | 伊人久久精品一区二区三区 | 亚洲精品一区二区三区蜜桃久 | 国产精品久久久久久久久久久久冷 | 亚洲国产成人精品女人久久久野战 | 日韩精品在线播放 | 国产在线视频一区二区董小宛性色 | 黄色毛片网站在线观看 | 久久精品视频12 | 亚洲黄色一级 | 九九热在线观看视频 | 国产精品高潮呻吟久久av黑人 | 中文字幕91 | 久久免费看 | 久久综合久久自在自线精品自 | 午夜小视频在线观看 |