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 <rod@vagg.org>
This commit is contained in:
sg495 2022-11-22 23:34:28 +00:00 committed by GitHub
parent 1f8b8f244b
commit 5e9f8faaf5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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/) - [go](https://github.com/multiformats/go-multicodec/)
- [JavaScript](https://github.com/multiformats/js-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) - [Haskell](https://github.com/multiformats/haskell-multicodec)
- [Elixir](https://github.com/nocursor/ex-multicodec) - [Elixir](https://github.com/nocursor/ex-multicodec)
- [Scala](https://github.com/fluency03/scala-multicodec) - [Scala](https://github.com/fluency03/scala-multicodec)