pyfilesystem2
pyfilesystem2 copied to clipboard
Python's Filesystem abstraction layer
Let me preface this by saying I don't know the server side configuration of the FTP server. It is maintained by the company I work at, and I provide working...
FTPFS tests fail on Pypy. We should fix that and add Pypy builds to Travis.
Hi @willmcgugan I want to tag pyfilesystem on https://www.openhub.net/ May be you want to add it as project there? best regards Reimar
## Type of changes - [x] New feature - [ ] Documentation / docstrings - [ ] Bug fix - [ ] Tests - [ ] Other ## Checklist -...
Is there a way to provide a FS URL version of multifs? I couldn't see any examples of doing this. However I could imagine a "nested protocol" similar to how...
As python built-in `zipfile` provides [setpassowrd](https://docs.python.org/3/library/zipfile.html#zipfile.ZipFile.setpassword) for opening the password protected zip file, is it proper to add a interface to set password on `ReadZipFS` and even `ZipFS`? I known...
Windows files are not case sensitive but the filenames do store capital letters. Hence when trying to make a filename lower case "move" won't work because the new file already...
Sometimes I want to know if a folder exists. Would be useful if this returned true or false: > f = fs.open_fs("filesystem"://path/to/folder") > f.exists("") On S3 this returns True even...
Coverage has dropped to 97.9% We should get this back up to above the 99% mark
If you like it, tweet it or reccomend it to a friend. :)