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 35e35c4 commit 92de85cCopy full SHA for 92de85c
src/zarr/core/config.py
@@ -8,6 +8,7 @@
8
to be ``your.module.NewBytesCodec``.
9
10
.. code-block:: python
11
+
12
from your.module import NewBytesCodec
13
from zarr.core.config import register_codec, config
14
@@ -18,6 +19,7 @@
18
19
For example, to set the bytes codec via an environment variable:
20
21
.. code-block:: bash
22
23
export ZARR_CODECS__BYTES="your.module.NewBytesCodec"
24
25
For more information, see the Donfig documentation at https://github.com/pytroll/donfig.
0 commit comments