We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227c214 commit ebe9660Copy full SHA for ebe9660
pyproject.toml
@@ -428,3 +428,13 @@ ignore-words-list = "astroid"
428
429
[project.entry-points.pytest11]
430
zarr = "zarr.testing"
431
+
432
+[project.entry-points."zarr.stores"]
433
+file = "zarr.storage._builtin_adapters:FileSystemAdapter"
434
+memory = "zarr.storage._builtin_adapters:MemoryAdapter"
435
+https = "zarr.storage._builtin_adapters:HttpsAdapter"
436
+s3 = "zarr.storage._builtin_adapters:S3Adapter"
437
+gcs = "zarr.storage._builtin_adapters:GCSAdapter"
438
+gs = "zarr.storage._builtin_adapters:GSAdapter"
439
+log = "zarr.storage._builtin_adapters:LoggingAdapter"
440
+zip = "zarr.storage._builtin_adapters:ZipAdapter"
0 commit comments