Skip to content

Support ability to create per-file comments #542

@gmlewis

Description

@gmlewis

Is your feature request related to a problem? Please describe.
I am unable to create a zip file with per-file comments like I can with the Go implementation:
https://pkg.go.dev/archive/zip#FileHeader

Describe the solution you'd like
In the header of each file, I would like to be able to set_comment().

Describe alternatives you've considered
Claude.ai says:

You might be able to work around this limitation by:
Using extra data fields - The FileOptions has an add_extra_data() method that allows you to add custom metadata, though this isn't the standard comment field.

but that doesn't seem like the right solution.

Additional context
Add any other context or screenshots about the feature request here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions