MrMino / wheelfile

🔪🧀 API for creating and inspecting Python .whl files (wheels)
MIT License
29 stars 5 forks source link

Recursive write() #1

Closed MrMino closed 3 years ago

MrMino commented 3 years ago

WheelFile.write doesn't seem to be recursive with directories. It doesn't seem to make sense to have it that way - add recursive=True flag to it and all other suspects, implement recursive archive appends.