xchainpy2-bsc


Namexchainpy2-bsc JSON
Version 0.0.3 PyPI version JSON
download
home_pageNone
SummaryXChainPy2 Binance Smart Chain Client
upload_time2024-05-31 14:27:03
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords crypto bsc bnb bep20 smart chain binance blockchain xchain
VCS
bugtrack_url
requirements aiohttp pytest pydantic PyYAML pytest-aiohttp build twine aioresponses requests-mock
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # XChainPy2 Binance Smart Chain Client

XChainPy Binance Smart Chain Client is a Python library for interacting with Binance Smart Chain.
It is built on top of xchainpy2_ethereum library.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xchainpy2-bsc",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Crypto, BSC, BNB, BEP20, Smart chain, Binance, Blockchain, XChain",
    "author": null,
    "author_email": "Tirinox <developer@tirinox.ru>",
    "download_url": "https://files.pythonhosted.org/packages/a0/f3/004ca648c2ecbc3a1d26d55c99c0c3211727fee2d20431de41efbf8a3061/xchainpy2_bsc-0.0.3.tar.gz",
    "platform": null,
    "description": "# XChainPy2 Binance Smart Chain Client\n\nXChainPy Binance Smart Chain Client is a Python library for interacting with Binance Smart Chain.\nIt is built on top of xchainpy2_ethereum library.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XChainPy2 Binance Smart Chain Client",
    "version": "0.0.3",
    "project_urls": {
        "source": "https://github.com/tirinox/xchainpy"
    },
    "split_keywords": [
        "crypto",
        " bsc",
        " bnb",
        " bep20",
        " smart chain",
        " binance",
        " blockchain",
        " xchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "420f5e0c9c379adabe02ef44a56d4bec78ccbb06265f3da75671315997865db5",
                "md5": "9822977c1dc7474ef71c5916cc2e8620",
                "sha256": "780f23118ac421a362291cff0740d84f06b4db7e81e4842c4d28d5ad031320ce"
            },
            "downloads": -1,
            "filename": "xchainpy2_bsc-0.0.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9822977c1dc7474ef71c5916cc2e8620",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 4107,
            "upload_time": "2024-05-31T14:27:00",
            "upload_time_iso_8601": "2024-05-31T14:27:00.968289Z",
            "url": "https://files.pythonhosted.org/packages/42/0f/5e0c9c379adabe02ef44a56d4bec78ccbb06265f3da75671315997865db5/xchainpy2_bsc-0.0.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a0f3004ca648c2ecbc3a1d26d55c99c0c3211727fee2d20431de41efbf8a3061",
                "md5": "91fcfee5110c105e8e58c311c939ebb4",
                "sha256": "d46e2b7cec93de76b4804a7439bf9339cdb28ad0cec495c85721adae1cf2ee95"
            },
            "downloads": -1,
            "filename": "xchainpy2_bsc-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "91fcfee5110c105e8e58c311c939ebb4",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 3602,
            "upload_time": "2024-05-31T14:27:03",
            "upload_time_iso_8601": "2024-05-31T14:27:03.436824Z",
            "url": "https://files.pythonhosted.org/packages/a0/f3/004ca648c2ecbc3a1d26d55c99c0c3211727fee2d20431de41efbf8a3061/xchainpy2_bsc-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 14:27:03",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "tirinox",
    "github_project": "xchainpy",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": false,
    "requirements": [
        {
            "name": "aiohttp",
            "specs": [
                [
                    "~=",
                    "3.9.2"
                ]
            ]
        },
        {
            "name": "pytest",
            "specs": [
                [
                    "~=",
                    "7.4.0"
                ]
            ]
        },
        {
            "name": "pydantic",
            "specs": [
                [
                    ">=",
                    "2.4.2"
                ]
            ]
        },
        {
            "name": "PyYAML",
            "specs": [
                [
                    "~=",
                    "6.0.0"
                ]
            ]
        },
        {
            "name": "pytest-aiohttp",
            "specs": []
        },
        {
            "name": "build",
            "specs": []
        },
        {
            "name": "twine",
            "specs": []
        },
        {
            "name": "aioresponses",
            "specs": [
                [
                    "==",
                    "0.7.6"
                ]
            ]
        },
        {
            "name": "requests-mock",
            "specs": [
                [
                    "==",
                    "1.11.0"
                ]
            ]
        }
    ],
    "lcname": "xchainpy2-bsc"
}
        
Elapsed time: 0.25014s