-
### What happened?
```
class TestFSSpecStreaming(unittest.TestCase):
def setUp(self):
# PLACEHOLDER test file from Allen Institute for Neural Dynamics
# TODO: store a small …
-
When using the following `pyproject.toml` file:
```TOML
[project]
name = "torchissue"
version = "0.1.0"
dependencies = ["torch"]
[tool.uv.sources]
torch = { index = "pytorch" }
[[tool.uv…
-
I think that the interface regarding path inputs should be more consistent(ly defined).
- While some file systems do accept simple paths such as `/` or `/folder`, others do not, e.g., for HTTPFile…
-
The main goal of this explorative issue is to _read_ remote zarrs over HTTP, when this HTTP calls require some authentication/authorization. I would postpone thinking about supporting _write_ operatio…
-
* [ ] Add test with `--pre` version of fsspec to detect upcoming issues
* [ ] Add reference filesystem test possibly by depending (optionally) on tifffile
_Originally posted by @joshmoore in h…
-
fsspec have done great work on supporting all kinds of backends:
https://filesystem-spec.readthedocs.io/en/latest/api.html#built-in-implementations
We should take advantage of that.
oeway updated
3 years ago
-
I had not noticed this new addition to the file-system landscape - thank you for producing this?
Would you be interested in adapting the code to be compatible with [fsspec](https://filesystem-spec.…
-
- **azureml-fsspe**:
- **1.0.0**:
- **Ubuntu**:
- **3.9 and 3.10**:
**Describe the bug**
When loading a parquet file from AzureML using `azureml://` and pandas, python exits with `segmentati…
-
**Please describe the use case that requires this feature.**
Since astropy now optionally uses the fsspec library for open local and remote FITS files, and this library is also used by pandas and man…
-
### Describe the enhancement requested
https://github.com/apache/arrow/issues/38309 adds the capability to register FileSystems not defined in libarrow. Python objects which satisfy fsspec are suitab…