Skip to article frontmatterSkip to article content

How are Data Files Represented in a Wheel?

Let’s download and inspect a package that has data files:

!pip wheel --quiet --no-deps jupyter-server-proxy
!zipinfo jupyter_server_proxy*.whl
Archive:  jupyter_server_proxy-4.4.0-py3-none-any.whl
Zip file size: 37567 bytes, number of entries: 26
-rw-r--r--  2.0 unx     2401 b- defN 20-Feb-02 00:00 jupyter_server_proxy/__init__.py
-rw-r--r--  2.0 unx      154 b- defN 20-Feb-02 00:00 jupyter_server_proxy/_version.py
-rw-r--r--  2.0 unx     2597 b- defN 20-Feb-02 00:00 jupyter_server_proxy/api.py
-rw-r--r--  2.0 unx    13813 b- defN 20-Feb-02 00:00 jupyter_server_proxy/config.py
-rw-r--r--  2.0 unx    39148 b- defN 20-Feb-02 00:00 jupyter_server_proxy/handlers.py
-rw-r--r--  2.0 unx     3749 b- defN 20-Feb-02 00:00 jupyter_server_proxy/rawsocket.py
-rw-r--r--  2.0 unx      273 b- defN 20-Feb-02 00:00 jupyter_server_proxy/unixsock.py
-rw-r--r--  2.0 unx     1520 b- defN 20-Feb-02 00:00 jupyter_server_proxy/utils.py
-rw-r--r--  2.0 unx     3422 b- defN 20-Feb-02 00:00 jupyter_server_proxy/websocket.py
-rw-r--r--  2.0 unx       97 b- defN 20-Feb-02 00:00 jupyter_server_proxy/etc/jupyter_notebook_config.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx       95 b- defN 20-Feb-02 00:00 jupyter_server_proxy/etc/jupyter_server_config.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx       69 b- defN 20-Feb-02 00:00 jupyter_server_proxy/etc/nbconfig/tree.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx     1609 b- defN 20-Feb-02 00:00 jupyter_server_proxy/static/tree.js
-rw-r--r--  2.0 unx       97 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/etc/jupyter/jupyter_notebook_config.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx       95 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/etc/jupyter/jupyter_server_config.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx       69 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/etc/jupyter/nbconfig/tree.d/jupyter-server-proxy.json
-rw-r--r--  2.0 unx     1609 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/nbextensions/jupyter_server_proxy/tree.js
-rw-r--r--  2.0 unx     2454 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy/package.json
-rw-r--r--  2.0 unx     2511 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy/static/961.f4a5be26be8652bbb9c9.js
-rw-r--r--  2.0 unx     6795 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy/static/remoteEntry.569b1096d01998b85e34.js
-rw-r--r--  2.0 unx      118 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy/static/style.js
-rw-r--r--  2.0 unx       20 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.data/data/share/jupyter/labextensions/@jupyterhub/jupyter-server-proxy/static/third-party-licenses.json
?rw-r--r--  2.0 unx     8656 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.dist-info/METADATA
?rw-r--r--  2.0 unx       87 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.dist-info/WHEEL
?rw-r--r--  2.0 unx     1514 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.dist-info/licenses/LICENSE
?rw-r--r--  2.0 unx     3130 b- defN 20-Feb-02 00:00 jupyter_server_proxy-4.4.0.dist-info/RECORD
26 files, 96102 bytes uncompressed, 32131 bytes compressed:  66.6%