diff --git a/docs/develop/data-formats/tlb-tools.md b/docs/develop/data-formats/tlb-tools.md index 699f36db9a..6a83fba8be 100644 --- a/docs/develop/data-formats/tlb-tools.md +++ b/docs/develop/data-formats/tlb-tools.md @@ -11,7 +11,10 @@ implements TL-B types as an object, and returns serialized binary data. | Go | [tonutils](https://github.com/xssnick/tonutils-go/tree/master/tlb) | https://t.me/tonutils | | Go | [tongo](https://github.com/tonkeeper/tongo/tree/master/tlb) (+ parsing `.tlb` files) | https://t.me/tongo_lib | | TypeScript | [tlb-parser](https://github.com/ton-community/tlb-parser) | - | +| Python | [ton-kotlin](https://github.com/disintar/tonpy) (+ parsing `.tlb` files) | https://t.me/dtontech | ## TL-B Generator -[tlb-codegen](https://github.com/ton-community/tlb-codegen) package allows you to generate Typescript code for serializing and deserializing structures according to the TLB scheme provided. \ No newline at end of file +[tlb-codegen](https://github.com/ton-community/tlb-codegen) package allows you to generate Typescript code for serializing and deserializing structures according to the TLB scheme provided. + +[tonpy](https://github.com/disintar/tonpy) package allows you to generate Python code for serializing and deserializing structures according to the TLB scheme provided.