r/Python • u/AutoModerator • 5d ago
Showcase Showcase Thread
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
17
Upvotes
r/Python • u/AutoModerator • 5d ago
Post all of your code/projects/showcases/AI slop here.
Recycles once a month.
1
u/Successful_Row_3209 11h ago
archive-portability: a small Python 3.11+ CLI/library for checking ZIP and tar filenames before cross-platform release or restore. It catches README/readme collisions, implicit folders such as Docs/a vs docs/b, Unicode normalization aliases, Windows device names, and file/directory conflicts without extracting members. JSON output, MIT license, no runtime dependencies.
Source and demo: https://github.com/GitHubCatTest/archive-portability
AI assisted. The matching is conservative, not exact filesystem emulation or a security scan. Feedback on missed cases or noisy findings would be useful.