Python 3.12+ TON Blockchain SDK intended for low level interacting with TON primitives but also giving ability to write high level contract wrappers
It is a package with namespace, currently there are following packages
agtonwith core featuresagton-walletwith wallets wrapper (currently only V3R2 is implemeted)agton-jettonwith jetton wrappers TEP-74agton-dedustwith DeDust SDK (currently incomplete)
Only core features
pip install agton
Or with selected optional dependencies
pip install agton[wallet,jetton]
Or with all optional dependencies
pip install agton[all]
Please see tour over core functionality