Andreas Poehlmann
Andreas Poehlmann
Hello everyone, Thanks for this package. It would be great if you could upload wheels of flowio to pypi. Thank you, Andreas
Currently it seems all python type-checkers seem to have some limitation regarding either `__new__` overloads or `type.__call__` overloads. see: #435 This issue tracks if we can come up with a...
_Originally posted by @cscutcher in [#494](https://github.com/fsspec/universal_pathlib/issues/494#issuecomment-3607399876)_ > For me the big selling point of the library is accepting UPaths but being completely agnostic about what backend is in use. It's...
This issue starts collecting ideas how symlink support could be added to universal-pathlib and filesystems that don't support symlinks. ### Ideas For all cases below, it holds that the read...
Currently we rely on `types.MappingProxyType` to return storage_options as a read-only mapping under the `.storage_options` property. It would be a nice addition if we'd introduce a `StorageOptions` mapping class that...
In case you want to extend the UPath API it's common that you only need a subset of filesystems. We should provide a convenient way to do this. ```python from...
There needs to be some way to select which chain segment UPath will operate on. Need to think through how this will work. ```pycon >>> p0 = UPath("zip://abc/efg.csv::s3://bucket/file.zip") >>> p0...