pyfilesystem2
pyfilesystem2 copied to clipboard
Python's Filesystem abstraction layer
See https://github.com/PyFilesystem/pyfilesystem2/issues/18
I'm using the following code to walk a filesystem: `for (path, info) in remote_fs.walk.info(namespaces=['details']):` It contains a broken symbolic link, and thus `fstat()` fails, and interrupts the walk process with...
I noticed some fairly significant failures in the test suite of `backports.os` which is used by pyfs on Python 2. https://github.com/PiDelport/backports.os/issues/13 I am not able to easily ascertain the impact...
If I create a symlink like ./c/d/2 -> .. then pyfilesystem 2.0.20 gives: Traceback (most recent call last): File "/home/dstromberg/src/pyfilesystem-tests/lib/python3.6/site-packages/fs/osfs.py", line 468, in _scandir "is_dir": dir_entry.is_dir() OSError: [Errno 40] Too...
For the new WebDAV driver we have tests that run against real webdav servers. We use Docker for maintaining various WebDAV servers. The nice thing is that you can use...
``` from fs.osfs import OSFS loc = OSFS('/') for i in loc.glob('/my_glob/pattern/*'): print(i.path) osfs.py", line 489, in _scandir scandir_iter = scandir(sys_path) PermissionError: [WinError 5] Access is denied: ``` There seems...
## Type of changes - New feature - Tests ## Checklist - [x] I've run the latest [black](https://github.com/ambv/black) with default args on new code. - [x] I've updated CHANGELOG.md and...
## Type of changes - Bug fix - New feature - Tests ## Checklist - [x] I've run the latest [black](https://github.com/ambv/black) with default args on new code. - [ ]...
Hi, I checked the list of known filesystem implementations (https://www.pyfilesystem.org/page/index-of-filesystems/), but couldn't find one for git repositories. 1) Are you aware of one, not on the list? 2) Which of...
From https://github.com/readthedocs/recommonmark > Warning: recommonmark is now deprecated. We recommend using [MyST](https://github.com/executablebooks/MyST-Parser) for a docutils bridge going forward. See https://github.com/readthedocs/recommonmark/issues/221 for background and discussion. ```console + /usr/bin/sphinx-build -n -T -b...