pytoniq-core 0.1.46


pip install pytoniq-core

  Latest version

Released: Nov 28, 2025

Project Links

Meta
Author: Maksim Kurbatov
Requires Python: >=3.9

Classifiers

Programming Language
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11

Topic
  • Software Development :: Libraries

pytoniq-core

PyPI version PyPI - Python Version Downloads

Installation

pip install pytoniq-core

Examples

You can find them in the /examples folder.

Donations

TON - EQBvW8Z5huBkMJYdnfAEM5JqTNkuWX3diqYENkWsIL0XggGG

Structure

boc

  • Cell
  • Slice
  • Builder
  • Hashmap
  • Address
  • Exotic cells

crypto

  • Cryptography for ADNL
  • Native fast crc functions
  • Keys, Mnemonics generation
  • Signatures creation and verifying

proof

  • Merkle proofs verifying - article

tl

  • TL automatic (de)serialization

tl-b

  • Almost all wrappers for schemes from block.tlb
  • Classes for popular custom tlb schemes

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras: None
Dependencies:
pycryptodomex (>=3.18.0)
bitarray (>=2.6.0)
requests (>=2.31.0)
x25519 (>=0.0.2)
setuptools (>=65.5.1)
PyNaCl (>=1.5.0)