Login
From:
Python documentation
(Uncensored)
subscribe
zipapp — Manage executable Python zip archives — Python 3.13.5 documentation
https://docs.python.org/3/library/zipapp.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/zipapp.py This module provides tools to manage the creation of zip files containing Python code, which can be executed directly by the Python interpreter. The module provides both ...