Skip to content

Commit f3902c4

Browse files
committed
chore: prune out n5, abs, sqlite, zip, redis, mongodb, dbm, lmdb stores
1 parent 1818acc commit f3902c4

10 files changed

+7
-3193
lines changed

src/zarr/__init__.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,22 +30,14 @@
3030
)
3131
from zarr.errors import CopyError, MetadataError
3232
from zarr.hierarchy import Group, group, open_group
33-
from zarr.n5 import N5Store, N5FSStore
3433
from zarr.storage import (
35-
ABSStore,
36-
DBMStore,
3734
DictStore,
3835
DirectoryStore,
3936
KVStore,
40-
LMDBStore,
4137
LRUStoreCache,
4238
MemoryStore,
43-
MongoDBStore,
4439
NestedDirectoryStore,
45-
RedisStore,
46-
SQLiteStore,
4740
TempStore,
48-
ZipStore,
4941
)
5042
from zarr.sync import ProcessSynchronizer, ThreadSynchronizer
5143
from zarr._version import version as __version__

src/zarr/_storage/absstore.py

Lines changed: 0 additions & 224 deletions
This file was deleted.

0 commit comments

Comments
 (0)