pytoniq-core


Namepytoniq-core JSON
Version 0.1.40 PyPI version JSON
download
home_pagehttps://github.com/yungwine/pytoniq
SummaryTON Blockchain SDK
upload_time2024-11-18 07:22:31
maintainerNone
docs_urlNone
authorMaksim Kurbatov
requires_python>=3.9
licenseNone
keywords
VCS
bugtrack_url
requirements requests setuptools pytoniq-core
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # pytoniq-core

[![PyPI version](https://badge.fury.io/py/pytoniq-core.svg)](https://badge.fury.io/py/pytoniq-core) 
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytoniq-core)](https://pypi.org/project/pytoniq-core/)
![](https://pepy.tech/badge/pytoniq-core) 
[![Downloads](https://static.pepy.tech/badge/pytoniq-core)](https://pepy.tech/project/pytoniq-core) 
[![](https://img.shields.io/badge/%F0%9F%92%8E-TON-grey)](https://ton.org)

## Installation

```bash
pip install pytoniq-core
```

## Examples

You can find them in the [/examples](/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](https://docs.ton.org/develop/data-formats/proofs)

### tl

* [TL](https://core.telegram.org/mtproto/TL) automatic (de)serialization

### tl-b

* Almost all wrappers for schemes from [block.tlb](https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb)
* Classes for popular custom tlb schemes

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/yungwine/pytoniq",
    "name": "pytoniq-core",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": "Maksim Kurbatov",
    "author_email": "cyrbatoff@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/ea/02/fadfcc2e2159f47d96c3cbb4a48890d8a10dd5c5197770427429ee2bd328/pytoniq_core-0.1.40.tar.gz",
    "platform": null,
    "description": "# pytoniq-core\n\n[![PyPI version](https://badge.fury.io/py/pytoniq-core.svg)](https://badge.fury.io/py/pytoniq-core) \n[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/pytoniq-core)](https://pypi.org/project/pytoniq-core/)\n![](https://pepy.tech/badge/pytoniq-core) \n[![Downloads](https://static.pepy.tech/badge/pytoniq-core)](https://pepy.tech/project/pytoniq-core) \n[![](https://img.shields.io/badge/%F0%9F%92%8E-TON-grey)](https://ton.org)\n\n## Installation\n\n```bash\npip install pytoniq-core\n```\n\n## Examples\n\nYou can find them in the [/examples](/examples) folder.\n\n## Donations\n\nTON - `EQBvW8Z5huBkMJYdnfAEM5JqTNkuWX3diqYENkWsIL0XggGG`\n\n## Structure\n\n### boc\n\n* Cell\n* Slice\n* Builder\n* Hashmap\n* Address\n* Exotic cells\n\n### crypto\n\n* Cryptography for ADNL\n* Native fast crc functions \n* Keys, Mnemonics generation\n* Signatures creation and verifying \n\n### proof\n\n* Merkle proofs verifying - [article](https://docs.ton.org/develop/data-formats/proofs)\n\n### tl\n\n* [TL](https://core.telegram.org/mtproto/TL) automatic (de)serialization\n\n### tl-b\n\n* Almost all wrappers for schemes from [block.tlb](https://github.com/ton-blockchain/ton/blob/master/crypto/block/block.tlb)\n* Classes for popular custom tlb schemes\n",
    "bugtrack_url": null,
    "license": null,
    "summary": "TON Blockchain SDK",
    "version": "0.1.40",
    "project_urls": {
        "Homepage": "https://github.com/yungwine/pytoniq"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "fae82809c48c220a3a29b4dd4a2c5eb8ce1934344da2cfe58a3b63693e4a513b",
                "md5": "b06032e59c9e03f3eca9485f0b49a13e",
                "sha256": "b111066f132e26c4b308c5160c699296a97a020fd7dd45c44b6007cb92e8009b"
            },
            "downloads": -1,
            "filename": "pytoniq_core-0.1.40-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b06032e59c9e03f3eca9485f0b49a13e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 89268,
            "upload_time": "2024-11-18T07:22:29",
            "upload_time_iso_8601": "2024-11-18T07:22:29.584273Z",
            "url": "https://files.pythonhosted.org/packages/fa/e8/2809c48c220a3a29b4dd4a2c5eb8ce1934344da2cfe58a3b63693e4a513b/pytoniq_core-0.1.40-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "ea02fadfcc2e2159f47d96c3cbb4a48890d8a10dd5c5197770427429ee2bd328",
                "md5": "2283b5d486bb9f72e628e201b5121cb7",
                "sha256": "2981b6743cb43470de2d0ac4cfdf628a4c05426c124960cfacd5da202af19381"
            },
            "downloads": -1,
            "filename": "pytoniq_core-0.1.40.tar.gz",
            "has_sig": false,
            "md5_digest": "2283b5d486bb9f72e628e201b5121cb7",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 95326,
            "upload_time": "2024-11-18T07:22:31",
            "upload_time_iso_8601": "2024-11-18T07:22:31.960175Z",
            "url": "https://files.pythonhosted.org/packages/ea/02/fadfcc2e2159f47d96c3cbb4a48890d8a10dd5c5197770427429ee2bd328/pytoniq_core-0.1.40.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-11-18 07:22:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "yungwine",
    "github_project": "pytoniq",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "requests",
            "specs": [
                [
                    ">=",
                    "2.31.0"
                ]
            ]
        },
        {
            "name": "setuptools",
            "specs": [
                [
                    ">=",
                    "65.5.1"
                ]
            ]
        },
        {
            "name": "pytoniq-core",
            "specs": [
                [
                    ">=",
                    "0.1.32"
                ]
            ]
        }
    ],
    "lcname": "pytoniq-core"
}
        
Elapsed time: 0.36498s