Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77879
| Date | 2014-09-15 11:21 +0200 |
|---|---|
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| Subject | something like pyfilesystem, fs.zipfs that works on windows |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14019.1410772887.18130.python-list@python.org> (permalink) |
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.
Back to comp.lang.python | Previous | Next | Find similar | Unroll thread
something like pyfilesystem, fs.zipfs that works on windows Nagy László Zsolt <gandalf@shopzeus.com> - 2014-09-15 11:21 +0200
csiph-web