TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

PyFilesystem 0.3 released

93 pointsby timfalmost 15 years ago

4 comments

BoppreHalmost 15 years ago
If this works on Windows, I'm hooked.<p>How come I didn't read anything about PyFilesystem earlier? It is perfect for both quick and dirty tools and complex applications.<p>EDIT: Ok, I just reached the part of the video where you mount a directory, a virtual folder and the contents of a zip file under the same "mount_fs" object as if it was a folder. This is officially awesome.
评论 #1447052 未加载
shykesalmost 15 years ago
This makes it super easy to mock filesystem access when testing your code. It's worth using it for that reason alone.
BoppreHalmost 15 years ago
I have some questions, but I thought it would be better suited to a new post:<p>- how does this library handles accents and other strange characters?<p>- how much of it is multiplatform?<p>- can it handle files in the internet (aside from the S3 that I've seen it does)?<p>- hows the exception handling/reliability?
评论 #1447079 未加载
garribasalmost 15 years ago
For those using jvm languages (Jython anyone?), Apache commons VFS provides similar capabilities.<p><a href="http://commons.apache.org/vfs/" rel="nofollow">http://commons.apache.org/vfs/</a>