-
I'd like to open the conversation about what Zarr's core dependencies are for 3.0. Currently, this looks like:
https://github.com/zarr-developers/zarr-python/blob/11312534ebe683d73cbbcc2da9e88933c…
-
All of these do work:
```bash
IPFS_GATEWAY='https://ipfs.io python3' -c "
import fsspec
with fsspec.open('ipfs://QmZ4tDuvesekSs4qM5ZBKpXiZGun7S2CYtEZRB3DYXkjGx', 'r') as f:
print(f.read())
…
-
`fsspec.url_to_fs` seems to be inconsistently parsing the path from urls.
```python
import fsspec
print(fsspec.url_to_fs("s3://icechunk-test/ryan"))
print(fsspec.url_to_fs("http://earthmover.…
-
I downloaded version 8.0.1 (dist.zip) from:
https://github.com/danielhrisca/asammdf/actions/runs/11406655486
However, it will not start - get the error below. Any recommendations to resolve?
…
-
Not sure if this is the right place to ask this question, and I debated if it should go in the [community Q&A](https://github.com/fsspec/community/discussions)?
Anyway, I want to leverage UPath an…
-
Versions:
* fsspec==2024.9.0
* s3fs==2024.9.0
* universal_pathlib==0.2.5
This code in [core.py](https://github.com/fsspec/universal_pathlib/blob/3fc72fbfebb899074184e8995e4e645abd199c1c/upath/co…
-
I am facing some problems working with a ssh-remote. We are only using dvc for dataset versioning.
We have little control over the remotes configuration and often when I push from local cache to remo…
-
It would be nice to have [`fsspec`](https://filesystem-spec.readthedocs.io/en/latest/) support in `anndata`. It would be great to be able to take advantage of these remote access capabilities with `za…
-
`fsspec.asyn` creates and runs an event loop used by async file system implementations as the default event loop.
However, this module does not explicitly close the event loop. As a result, when a …
-
As noticed in #39, some gateways don't support requesting `format=raw` for URLs including a path.
Aparrently, `trustless-gateway.link` also doesn't support `format=car` for IPNS links (and accordin…
d70-t updated
1 month ago