It might be relatively easy to add another feature which will expand an archive and recursively search its contents.
The -d -r functionality, which already exists, could underpin the new Use Case (3?). I happen to know it's relatively easy to expand archives in Python. The format used for Python .eggs and .whls would be of top use.
It might be relatively easy to add another feature which will expand an archive and recursively search its contents. The
-d -r
functionality, which already exists, could underpin the new Use Case (3?). I happen to know it's relatively easy to expand archives in Python. The format used for Python.egg
s and.whl
s would be of top use.