async-substrate-interface


Nameasync-substrate-interface JSON
Version 1.0.0rc4 PyPI version JSON
download
home_pagehttps://github.com/opentensor/async-substrate-interface
SummaryAsyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface
upload_time2025-01-18 00:22:20
maintainerNone
docs_urlNone
authorOpentensor Foundation
requires_python<3.13,>=3.9
licenseMIT License Copyright (c) 2025 Opentensor Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
keywords substrate development bittensor
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            This is a modernised version of the py-substrate-interface library, with the ability to use it asynchronously (as well as synchronously). It aims to be almost fully API-compatible with the original library.

In addition to it's async nature, it is additionally improved with using bt-decode rather than py-scale-codec for significantly faster SCALE decoding.

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/opentensor/async-substrate-interface",
    "name": "async-substrate-interface",
    "maintainer": null,
    "docs_url": null,
    "requires_python": "<3.13,>=3.9",
    "maintainer_email": "Opentensor Foundation <benhimes@opentensor.dev>, BD Himes <benhimes@opentensor.dev>",
    "keywords": "substrate, development, bittensor",
    "author": "Opentensor Foundation",
    "author_email": "BD Himes <benhimes@opentensor.dev>",
    "download_url": "https://files.pythonhosted.org/packages/df/92/21700663ed0b4d0f055204113145937d46b3cbeb14cd836eb8a4cba839aa/async-substrate-interface-1.0.0rc4.tar.gz",
    "platform": null,
    "description": "This is a modernised version of the py-substrate-interface library, with the ability to use it asynchronously (as well as synchronously). It aims to be almost fully API-compatible with the original library.\n\nIn addition to it's async nature, it is additionally improved with using bt-decode rather than py-scale-codec for significantly faster SCALE decoding.\n",
    "bugtrack_url": null,
    "license": "MIT License  Copyright (c) 2025 Opentensor  Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the \"Software\"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:  The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.  THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ",
    "summary": "Asyncio library for interacting with substrate. Mostly API-compatible with py-substrate-interface",
    "version": "1.0.0rc4",
    "project_urls": {
        "Homepage": "https://github.com/opentensor/async-substrate-interface",
        "Repository": "https://github.com/opentensor/async-substrate-interface/"
    },
    "split_keywords": [
        "substrate",
        " development",
        " bittensor"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "e81b832ad1131807b618c37dc584f4ccc9155ad76f0cf67f6ee50576d16decfa",
                "md5": "438b6822eb8dfd7337061a045cc3f9d0",
                "sha256": "890cd21dfffdb5334a94cc07ce3dada9583337a56d5d69f7d6db931b1e11556f"
            },
            "downloads": -1,
            "filename": "async_substrate_interface-1.0.0rc4-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "438b6822eb8dfd7337061a045cc3f9d0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.13,>=3.9",
            "size": 38570,
            "upload_time": "2025-01-18T00:22:17",
            "upload_time_iso_8601": "2025-01-18T00:22:17.605990Z",
            "url": "https://files.pythonhosted.org/packages/e8/1b/832ad1131807b618c37dc584f4ccc9155ad76f0cf67f6ee50576d16decfa/async_substrate_interface-1.0.0rc4-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "df9221700663ed0b4d0f055204113145937d46b3cbeb14cd836eb8a4cba839aa",
                "md5": "54a0d9a8345cb79c453937c6b1f2e17b",
                "sha256": "d15fb18861ffb00a8739f2c37e947105962f8e914a416d7c6e70269f9365f1be"
            },
            "downloads": -1,
            "filename": "async-substrate-interface-1.0.0rc4.tar.gz",
            "has_sig": false,
            "md5_digest": "54a0d9a8345cb79c453937c6b1f2e17b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.13,>=3.9",
            "size": 37558,
            "upload_time": "2025-01-18T00:22:20",
            "upload_time_iso_8601": "2025-01-18T00:22:20.174247Z",
            "url": "https://files.pythonhosted.org/packages/df/92/21700663ed0b4d0f055204113145937d46b3cbeb14cd836eb8a4cba839aa/async-substrate-interface-1.0.0rc4.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-18 00:22:20",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "opentensor",
    "github_project": "async-substrate-interface",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "async-substrate-interface"
}
        
Elapsed time: 0.91445s