From 5e9f8faaf54bd2bb3f806c28015f11a08ee7ae51 Mon Sep 17 00:00:00 2001 From: sg495 Date: Tue, 22 Nov 2022 23:34:28 +0000 Subject: [PATCH] Add new Python module to README.md (#281) * Update README.md Added the Python module [multiformats](https://github.com/hashberg-io/multiformats/) to the list of implementations. * Update README.md Co-authored-by: Rod Vagg --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a40698d..0a91df8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,9 @@ The `validate.py` script can be used to validate the table once it's edited. - [go](https://github.com/multiformats/go-multicodec/) - [JavaScript](https://github.com/multiformats/js-multicodec) -- [Python](https://github.com/multiformats/py-multicodec) +- Python + - [py-multicodec](https://github.com/multiformats/py-multicodec) + - `multicodec` sub-module of Python module [multiformats](https://github.com/hashberg-io/multiformats) - [Haskell](https://github.com/multiformats/haskell-multicodec) - [Elixir](https://github.com/nocursor/ex-multicodec) - [Scala](https://github.com/fluency03/scala-multicodec)