Extracto de 7zip Python


from pyunpack import Archive
Archive('data.7z').extractall("<output path>")

Lucky Lemur