Metadata-Version: 2.4
Name: tonutils
Version: 0.5.1
Summary: Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
Home-page: https://github.com/nessshon/tonutils
Author: nessshon
License: MIT
Project-URL: Documentation, https://nessshon.github.io/tonutils
Project-URL: Examples, https://github.com/nessshon/tonutils/tree/main/examples
Project-URL: Source, https://github.com/nessshon/tonutils
Project-URL: TON, https://ton.org
Keywords: TON,The Open Network,TON blockchain,blockchain,crypto,asynchronous,smart contracts
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: AsyncIO
Classifier: Environment :: Console
Requires-Python: >=3.10
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: aiohttp<=3.12.2,>=3.7.0
Requires-Dist: aiolimiter~=1.2.1
Requires-Dist: cachetools~=5.5.0
Requires-Dist: pycryptodomex~=3.20.0
Requires-Dist: PyNaCl~=1.5.0
Requires-Dist: pytoniq-core>=0.1.44
Provides-Extra: pytoniq
Requires-Dist: pytoniq~=0.1.41; extra == "pytoniq"
Dynamic: author
Dynamic: classifier
Dynamic: description
Dynamic: description-content-type
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: project-url
Dynamic: provides-extra
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

# 📦 Tonutils

[![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)
[![PyPI](https://img.shields.io/pypi/v/tonutils.svg?color=FFE873&labelColor=3776AB)](https://pypi.python.org/pypi/tonutils)
![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.12-black?color=FFE873&labelColor=3776AB)
[![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)

![Image](https://telegra.ph//file/068ea06087c9ce8c6bfed.jpg)

![Downloads](https://pepy.tech/badge/tonutils)
![Downloads](https://pepy.tech/badge/tonutils/month)
![Downloads](https://pepy.tech/badge/tonutils/week)

**Tonutils** is a high-level, object-oriented Python library designed to simplify interactions with the TON blockchain.
It seamlessly integrates several prominent services for working with TON:

* **RPC API**
    * [tonapi.io](https://tonapi.io) – REST API to the TON blockchain explorer.
    * [toncenter.com](https://toncenter.com) – fast and reliable HTTP API for The Open Network.
    * [quicknode.com](https://www.quicknode.com/) – low-latency HTTP API access to TON via global infrastructure.
    * [tatum.io](https://tatum.io) – RPCs and APIs powering Web3. Fast, reliable, affordable.

* **Native ADNL**
    * [pytoniq](https://github.com/yungwine/pytoniq) – library for direct interaction with Lite servers.

By combining these services, Tonutils provides a powerful and flexible toolset for developers, making it easier to build
on top of the TON ecosystem.

## Installation

```bash
pip install tonutils
```

To use `pytoniq` with Native ADNL connection, install it with the optional dependencies, including
the [pytoniq](https://github.com/yungwine/pytoniq) library:

```bash
pip install 'tonutils[pytoniq]'
```

## Documentation

Find all guides and references here:  
[nessshon.github.io/tonutils](https://nessshon.github.io/tonutils/)

## Contribution

We welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or
submit a pull request.

## Donations

Your donation supports the future of this project. Every contribution helps stimulate innovation and sustain
development!

- **TON**  
  `UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness`

- **BTC**  
  `1FKJDBSxdtsMad84iYY96zLJBVEChehbx1`

- **USDT (TRC-20)**  
  `TDHMG7JRkmJBDD1qd4bNhdfoy2uzVd8ixA`

#### Donate via Bots

You can also donate conveniently using these bots:

- **Crypto Bot**  
  [Donate through Crypto Bot](https://t.me/send?start=IVW1cyG3DYqG)

- **xRocket Bot**  
  [Donate through xRocket](https://t.me/xrocket?start=inv_R4llrClZtPjovVe)

## Support

Supported by [TON Society](https://github.com/ton-society/grants-and-bounties), Grants and Bounties program.\
With special thanks to [Igroman787](https://github.com/Igroman787) for the support.

## License

This repository is distributed under the [MIT License](LICENSE).
Feel free to use, modify, and distribute the code in accordance with the terms of the license.
