How to read/write a .sit archive using Python in Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
For dealing with older library formats I tend to fall back on command line utilities. You should be able to find sit manipulation tools.
As to making them, I’d suggest using an alternative format. You probably have a specific purpose in mind, but it’s a fairly outdated format and you’d be better off with ZIP or TAR.GZ.