I have the following structure for log files:
/var/log/2013-12-24.tar.gz
This file has :
2013-12-24/{00,01,02...23}.log.gz
files
I need to parse these files, using Python,
without extracting any files on disk OR memory
Any suggestions ?