Skip to content

Commit 2c872e3

Browse files
docs: hint at official Python implementation (#69)
* Remove obsolete Python link in README Removed pytoon, as it has been archived and the development stopped * docs: add community implementation note --------- Co-authored-by: Johann Schopplich <[email protected]>
1 parent e174c46 commit 2c872e3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -998,6 +998,12 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t
998998
> [!NOTE]
999999
> When implementing TOON in other languages, please follow the [specification](https://github.com/toon-format/spec/blob/main/SPEC.md) (currently v1.3) to ensure compatibility across implementations. The [conformance tests](https://github.com/toon-format/spec/tree/main/tests) provide language-agnostic test fixtures that validate implementations across any language.
10001000
1001+
### Official Implementations
1002+
1003+
- **Python:** [toon-python](https://github.com/toon-format/toon-python) *(in development)*
1004+
1005+
### Community Implementations
1006+
10011007
- **.NET:** [ToonSharp](https://github.com/0xZunia/ToonSharp)
10021008
- **Crystal:** [toon-crystal](https://github.com/mamantoha/toon-crystal)
10031009
- **Dart:** [toon](https://github.com/wisamidris77/toon)
@@ -1007,7 +1013,7 @@ Task: Return only users with role "user" as TOON. Use the same header. Set [N] t
10071013
- **Java:** [JToon](https://github.com/felipestanzani/JToon)
10081014
- **OCaml:** [ocaml-toon](https://github.com/davesnx/ocaml-toon)
10091015
- **PHP:** [toon-php](https://github.com/HelgeSverre/toon-php)
1010-
- **Python:** [python-toon](https://github.com/xaviviro/python-toon) or [pytoon](https://github.com/bpradana/pytoon)
1016+
- **Python:** [python-toon](https://github.com/xaviviro/python-toon)
10111017
- **Ruby:** [toon-ruby](https://github.com/andrepcg/toon-ruby)
10121018
- **Rust:** [rtoon](https://github.com/shreyasbhat0/rtoon)
10131019
- **Swift:** [TOONEncoder](https://github.com/mattt/TOONEncoder)

0 commit comments

Comments
 (0)