Re: Reading lines of text from 7z compressed files in Python

2015-12-09 Thread srinivas devaki
On Dec 9, 2015 3:07 PM, "Anmol Dalmia" wrote: > > > I wish to use the native LZMA library of Python 3.4 for faster performance > than any other third- party packages. Is it possible to do so? > you can check the source of lzma module main compression and decompression algorithms were written in c

Reading lines of text from 7z compressed files in Python

2015-12-09 Thread Anmol Dalmia
Hello all. I am trying to read a compressed xml file line by line under the 7z format. I found an answer to a related question here: http://stackoverflow.com/questions/20104460/how-to-read-from-a-text-file-compressed-with-7z-in-python I wish to use the native LZMA library of Python 3.4 for faste