I need to extraxt data from archive in python script. The first way - use command line with winrar or others programms. This way is platform dependent and i want more universal way.
What packages you can recomend?
python 2.7 archives: rar, zip
Let me Google that for you. zipfile and rarfile: