From 617ab86e5ef6e2534841043ea27b3cb6c5b88a1c Mon Sep 17 00:00:00 2001 From: Matthew Gamble Date: Mon, 18 Oct 2021 02:03:59 +1100 Subject: [PATCH] Add link to additional python implementation (#239) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ced72c..ef7b5e6 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ free to jump in and give us your 2 cents! * Dart: [kdl-dart](https://github.com/danini-the-panini/kdl-dart) * Java: [kdl4j](https://github.com/hkolbeck/kdl4j) * PHP: [kdl-php](https://github.com/kdl-org/kdl-php) -* Python: [kdl-py](https://github.com/tabatkins/kdlpy) +* Python: [kdl-py](https://github.com/tabatkins/kdlpy), [cuddle](https://github.com/djmattyg007/python-cuddle) * Elixir: [kuddle](https://github.com/IceDragon200/kuddle) * XSLT: [xml2kdl](https://github.com/Devasta/XML2KDL)