Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #77879
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <gandalf@shopzeus.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.020 |
| X-Spam-Evidence | '*H*': 0.96; '*S*': 0.00; 'binary': 0.07; 'clean.': 0.09; 'from:charset:iso-8859-2': 0.09; 'implements': 0.09; 'windows': 0.15; 'add,': 0.16; 'file-like': 0.16; 'mailscanner,': 0.16; 'subject:windows': 0.16; 'thanks,': 0.17; 'header:User- Agent:1': 0.23; 'replace': 0.24; 'subject:like': 0.24; 'scanned': 0.29; 'unix': 0.29; 'too.': 0.31; 'subject:that': 0.31; 'file': 0.32; 'something': 0.35; 'requirement': 0.35; 'but': 0.35; 'there': 0.35; 'believed': 0.36; 'similar': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'files': 0.38; 'does': 0.39; 'structure': 0.39; 'delete': 0.39; 'to:addr:python.org': 0.39; 'dangerous': 0.60; 'viruses': 0.61; 'complete': 0.62; 'charset:iso-8859-2': 0.64 |
| Date | Mon, 15 Sep 2014 11:21:15 +0200 |
| From | Nagy László Zsolt <gandalf@shopzeus.com> |
| User-Agent | Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.6.0 |
| MIME-Version | 1.0 |
| To | python-list@python.org |
| Subject | something like pyfilesystem, fs.zipfs that works on windows |
| Content-Type | text/plain; charset=ISO-8859-2; format=flowed |
| Content-Transfer-Encoding | 7bit |
| X-shopzeus-MailScanner-Information | Please contact the ISP for more information |
| X-shopzeus-MailScanner-ID | 5305088973B9.AC19B |
| X-shopzeus-MailScanner | Found to be clean |
| X-shopzeus-MailScanner-From | gandalf@shopzeus.com |
| X-Spam-Status | No |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list/> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.14019.1410772887.18130.python-list@python.org> (permalink) |
| Lines | 24 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1410772887 news.xs4all.nl 2901 [2001:888:2000:d::a6]:34400 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:77879 |
Show key headers only | View raw
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