tonutils


Nametonutils JSON
Version 0.5.1 PyPI version JSON
download
home_pagehttps://github.com/nessshon/tonutils
SummaryTonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.
upload_time2025-07-16 19:09:44
maintainerNone
docs_urlNone
authornessshon
requires_python>=3.10
licenseMIT
keywords ton the open network ton blockchain blockchain crypto asynchronous smart contracts
VCS
bugtrack_url
requirements aiohttp aiolimiter cachetools pytoniq-core pycryptodomex PyNaCl
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 📦 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.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/nessshon/tonutils",
    "name": "tonutils",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "TON, The Open Network, TON blockchain, blockchain, crypto, asynchronous, smart contracts",
    "author": "nessshon",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/ec/b8/90a1c493a0602853410db8a114e471acb033f9d303fe39a7fc9f419b260a/tonutils-0.5.1.tar.gz",
    "platform": null,
    "description": "# \ud83d\udce6 Tonutils\n\n[![TON](https://img.shields.io/badge/TON-grey?logo=TON&logoColor=40AEF0)](https://ton.org)\n[![PyPI](https://img.shields.io/pypi/v/tonutils.svg?color=FFE873&labelColor=3776AB)](https://pypi.python.org/pypi/tonutils)\n![Python Versions](https://img.shields.io/badge/Python-3.10%20--%203.12-black?color=FFE873&labelColor=3776AB)\n[![License](https://img.shields.io/github/license/nessshon/tonutils)](LICENSE)\n\n![Image](https://telegra.ph//file/068ea06087c9ce8c6bfed.jpg)\n\n![Downloads](https://pepy.tech/badge/tonutils)\n![Downloads](https://pepy.tech/badge/tonutils/month)\n![Downloads](https://pepy.tech/badge/tonutils/week)\n\n**Tonutils** is a high-level, object-oriented Python library designed to simplify interactions with the TON blockchain.\nIt seamlessly integrates several prominent services for working with TON:\n\n* **RPC API**\n    * [tonapi.io](https://tonapi.io) \u2013 REST API to the TON blockchain explorer.\n    * [toncenter.com](https://toncenter.com) \u2013 fast and reliable HTTP API for The Open Network.\n    * [quicknode.com](https://www.quicknode.com/) \u2013 low-latency HTTP API access to TON via global infrastructure.\n    * [tatum.io](https://tatum.io) \u2013 RPCs and APIs powering Web3. Fast, reliable, affordable.\n\n* **Native ADNL**\n    * [pytoniq](https://github.com/yungwine/pytoniq) \u2013 library for direct interaction with Lite servers.\n\nBy combining these services, Tonutils provides a powerful and flexible toolset for developers, making it easier to build\non top of the TON ecosystem.\n\n## Installation\n\n```bash\npip install tonutils\n```\n\nTo use `pytoniq` with Native ADNL connection, install it with the optional dependencies, including\nthe [pytoniq](https://github.com/yungwine/pytoniq) library:\n\n```bash\npip install 'tonutils[pytoniq]'\n```\n\n## Documentation\n\nFind all guides and references here:  \n[nessshon.github.io/tonutils](https://nessshon.github.io/tonutils/)\n\n## Contribution\n\nWe welcome your contributions! If you have ideas for improvement or have identified a bug, please create an issue or\nsubmit a pull request.\n\n## Donations\n\nYour donation supports the future of this project. Every contribution helps stimulate innovation and sustain\ndevelopment!\n\n- **TON**  \n  `UQCZq3_Vd21-4y4m7Wc-ej9NFOhh_qvdfAkAYAOHoQ__Ness`\n\n- **BTC**  \n  `1FKJDBSxdtsMad84iYY96zLJBVEChehbx1`\n\n- **USDT (TRC-20)**  \n  `TDHMG7JRkmJBDD1qd4bNhdfoy2uzVd8ixA`\n\n#### Donate via Bots\n\nYou can also donate conveniently using these bots:\n\n- **Crypto Bot**  \n  [Donate through Crypto Bot](https://t.me/send?start=IVW1cyG3DYqG)\n\n- **xRocket Bot**  \n  [Donate through xRocket](https://t.me/xrocket?start=inv_R4llrClZtPjovVe)\n\n## Support\n\nSupported by [TON Society](https://github.com/ton-society/grants-and-bounties), Grants and Bounties program.\\\nWith special thanks to [Igroman787](https://github.com/Igroman787) for the support.\n\n## License\n\nThis repository is distributed under the [MIT License](LICENSE).\nFeel free to use, modify, and distribute the code in accordance with the terms of the license.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Tonutils is a high-level, object-oriented Python library designed to facilitate seamless interactions with the TON blockchain.",
    "version": "0.5.1",
    "project_urls": {
        "Documentation": "https://nessshon.github.io/tonutils",
        "Examples": "https://github.com/nessshon/tonutils/tree/main/examples",
        "Homepage": "https://github.com/nessshon/tonutils",
        "Source": "https://github.com/nessshon/tonutils",
        "TON": "https://ton.org"
    },
    "split_keywords": [
        "ton",
        " the open network",
        " ton blockchain",
        " blockchain",
        " crypto",
        " asynchronous",
        " smart contracts"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1d723a71cd925cc47742dd1ddfb7529a37c4bedbee4d749eb32485474f506f4d",
                "md5": "df1aef6737f53ba9c021714d61ae2e0e",
                "sha256": "cf9164f1dee83e9909c85c1ef5eabc93497b269a43834ee021436cf99aa4e04b"
            },
            "downloads": -1,
            "filename": "tonutils-0.5.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "df1aef6737f53ba9c021714d61ae2e0e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 145889,
            "upload_time": "2025-07-16T19:09:43",
            "upload_time_iso_8601": "2025-07-16T19:09:43.111380Z",
            "url": "https://files.pythonhosted.org/packages/1d/72/3a71cd925cc47742dd1ddfb7529a37c4bedbee4d749eb32485474f506f4d/tonutils-0.5.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "ecb890a1c493a0602853410db8a114e471acb033f9d303fe39a7fc9f419b260a",
                "md5": "414a0225d53c074ddd3f874cb5406d91",
                "sha256": "9b7824d3549fc078ea85018a56d8203fe285780545dee6eaea12ac41608630e5"
            },
            "downloads": -1,
            "filename": "tonutils-0.5.1.tar.gz",
            "has_sig": false,
            "md5_digest": "414a0225d53c074ddd3f874cb5406d91",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 97272,
            "upload_time": "2025-07-16T19:09:44",
            "upload_time_iso_8601": "2025-07-16T19:09:44.617130Z",
            "url": "https://files.pythonhosted.org/packages/ec/b8/90a1c493a0602853410db8a114e471acb033f9d303fe39a7fc9f419b260a/tonutils-0.5.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-16 19:09:44",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "nessshon",
    "github_project": "tonutils",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    ">=",
                    "3.7.0"
                ],
                [
                    "<=",
                    "3.12.2"
                ]
            ]
        },
        {
            "name": "aiolimiter",
            "specs": [
                [
                    "~=",
                    "1.2.1"
                ]
            ]
        },
        {
            "name": "cachetools",
            "specs": [
                [
                    "~=",
                    "5.5.0"
                ]
            ]
        },
        {
            "name": "pytoniq-core",
            "specs": [
                [
                    ">=",
                    "0.1.44"
                ]
            ]
        },
        {
            "name": "pycryptodomex",
            "specs": [
                [
                    "~=",
                    "3.20.0"
                ]
            ]
        },
        {
            "name": "PyNaCl",
            "specs": [
                [
                    "~=",
                    "1.5.0"
                ]
            ]
        }
    ],
    "lcname": "tonutils"
}
        
Elapsed time: 0.45637s