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


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

something like pyfilesystem, fs.zipfs that works on windows

Started byNagy László Zsolt <gandalf@shopzeus.com>
First post2014-09-15 11:21 +0200
Last post2014-09-15 11:21 +0200
Articles 1 — 1 participant

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


Contents

  something like pyfilesystem, fs.zipfs that works on windows Nagy László Zsolt <gandalf@shopzeus.com> - 2014-09-15 11:21 +0200

#77879 — something like pyfilesystem, fs.zipfs that works on windows

FromNagy László Zsolt <gandalf@shopzeus.com>
Date2014-09-15 11:21 +0200
Subjectsomething like pyfilesystem, fs.zipfs that works on windows
Message-ID<mailman.14019.1410772887.18130.python-list@python.org>
I need something that is similar to zipfs, but it should work on Windows 
and Unix too.

Requirements:

* store a complete directory structure and multiple files in a single file
* be able to add, replace and delete files and directories
* binary write/append to files is NOT a requirement but it would be good
* should work with any file-like object that implements read(), write(), 
seek(), tell(), close(), flush() and truncate()   [e.g. no fileno()]
* does not need to store the files in compressed form

Is there something like this available?

Thanks,

    Laszlo


-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.

[toc] | [standalone]


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


csiph-web