This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Add include and exclude filters to zipapp cli
Type: enhancement Stage: patch review
Components: Library (Lib) Versions: Python 3.9
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: Jarosław Wygoda, paul.moore
Priority: normal Keywords: patch

Created on 2020-05-03 10:07 by Jarosław Wygoda, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 19879 open Jarosław Wygoda, 2020-05-03 10:13
Messages (1)
msg367966 - (view) Author: Jarosław Wygoda (Jarosław Wygoda) * Date: 2020-05-03 10:07
Currently I can pass a filter function when creating archive but it's a bit cumbersome so I'd like to do it through cli.

Related issue:
https://bugs.python.org/issue31072
History
Date User Action Args
2022-04-11 14:59:30adminsetgithub: 84661
2020-05-08 20:24:20terry.reedysetnosy: + paul.moore
2020-05-03 10:13:47Jarosław Wygodasetkeywords: + patch
stage: patch review
pull_requests: + pull_request19191
2020-05-03 10:07:39Jarosław Wygodacreate