Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #99412 > unrolled thread

Reading files from .ar / .deb archives

Started byКисик Мурысик <kisik2010@live.ru>
First post2015-11-25 00:33 +0300
Last post2015-11-25 00:33 +0300
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python


Contents

  Reading files from .ar / .deb archives Кисик Мурысик <kisik2010@live.ru> - 2015-11-25 00:33 +0300

#99412 — Reading files from .ar / .deb archives

FromКисик Мурысик <kisik2010@live.ru>
Date2015-11-25 00:33 +0300
SubjectReading files from .ar / .deb archives
Message-ID<mailman.49.1448431799.20593.python-list@python.org>
Hello!
I'm new to Python, so I decided to learn it and write simple apt alternative (apt is somewhat broken for me).
But I can't decide - can I read just one file (/DEBIAN/control) from archive without unpacking it, or do I need to unpack? And what module I can use to handle .ar files? (I read in Wikipedia that .deb is just .ar archive with specific structure)

Sincerely, ヴ。
Sent from my Windows Phone

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web