开发者

How to read/write .sit files with Python in Linux

开发者 https://www.devze.com 2022-12-14 13:40 出处:网络
How to read/write a .sit archive using Python in L开发者_如何学编程inux?For dealing with older library formats I tend to fall back on command line utilities.You should be able to find sit manipulation

How to read/write a .sit archive using Python in L开发者_如何学编程inux?


For dealing with older library formats I tend to fall back on command line utilities. You should be able to find sit manipulation tools such as this one:

http://ctan.binkerton.com/ctan.readme.php?filename=tools/unstuff/unsit.c

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号