From 9a519dd1148bfb811d22a2325c387eac98c3804e Mon Sep 17 00:00:00 2001 From: Marek Madejski Date: Fri, 7 Nov 2025 14:27:48 +0000 Subject: [PATCH] docs: remove deprecated `python-toon` in favor of official implementation (#93) Removed deprecated Python implementation `python-toon`. The official one, `toon_format`, remains. --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 78fa5ef..2acf0a1 100644 --- a/README.md +++ b/README.md @@ -1166,7 +1166,6 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t - **Lua/Neovim:** [toon.nvim](https://github.com/thalesgelinger/toon.nvim) - **OCaml:** [ocaml-toon](https://github.com/davesnx/ocaml-toon) - **PHP:** [toon-php](https://github.com/HelgeSverre/toon-php) -- **Python:** [python-toon](https://github.com/xaviviro/python-toon) - **R**: [toon](https://github.com/laresbernardo/toon) - **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby) - **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder)