xchainpy2-client


Namexchainpy2-client JSON
Version 0.0.10 PyPI version JSON
download
home_pageNone
SummaryXChainPy2 Base Clients
upload_time2024-03-28 14:40:00
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords crypto thorchain 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 Wallet Client Interface

A specification for a generalised interface for crypto wallets clients, to be used by XChainPy2 implementations. 
The client should not have any functionality to generate a key, instead, 
the `asgardex-crypto` (todo: is there such lib for Py?) library should be used to ensure cross-chain compatible keystores are handled. 
The client is only ever passed a master BIP39 phrase, from which a temporary key and address is decoded.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xchainpy2-client",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Crypto, THORChain, Blockchain, XChain",
    "author": null,
    "author_email": "Tirinox <developer@tirinox.ru>",
    "download_url": "https://files.pythonhosted.org/packages/9d/04/a9d47f599359a18f74ae3ada093925ac507ccf3f3581ffc97f2a4cd9d88c/xchainpy2_client-0.0.10.tar.gz",
    "platform": null,
    "description": "# XChainPy2 Wallet Client Interface\n\nA specification for a generalised interface for crypto wallets clients, to be used by XChainPy2 implementations. \nThe client should not have any functionality to generate a key, instead, \nthe `asgardex-crypto` (todo: is there such lib for Py?) library should be used to ensure cross-chain compatible keystores are handled. \nThe client is only ever passed a master BIP39 phrase, from which a temporary key and address is decoded.\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XChainPy2 Base Clients",
    "version": "0.0.10",
    "project_urls": {
        "source": "https://github.com/tirinox/xchainpy"
    },
    "split_keywords": [
        "crypto",
        " thorchain",
        " blockchain",
        " xchain"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "288bbb9ee00627467245b16524852c89fc3c4a78abd0dfb7e34df59e4de1d66d",
                "md5": "f9941d068ad3bb05f6f237cbaa60a8f0",
                "sha256": "09e345f205980770b6f137642250f3a14cdd11adcbdf776be24b7396c3f2af1f"
            },
            "downloads": -1,
            "filename": "xchainpy2_client-0.0.10-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f9941d068ad3bb05f6f237cbaa60a8f0",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 12355,
            "upload_time": "2024-03-28T14:39:59",
            "upload_time_iso_8601": "2024-03-28T14:39:59.102500Z",
            "url": "https://files.pythonhosted.org/packages/28/8b/bb9ee00627467245b16524852c89fc3c4a78abd0dfb7e34df59e4de1d66d/xchainpy2_client-0.0.10-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9d04a9d47f599359a18f74ae3ada093925ac507ccf3f3581ffc97f2a4cd9d88c",
                "md5": "0ad7631192a6ed0fb90f0197a28ea591",
                "sha256": "48f3483a37add611da76f057c83a7a14c0350ccee87ddb1d88f2ff51f2d65893"
            },
            "downloads": -1,
            "filename": "xchainpy2_client-0.0.10.tar.gz",
            "has_sig": false,
            "md5_digest": "0ad7631192a6ed0fb90f0197a28ea591",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 10147,
            "upload_time": "2024-03-28T14:40:00",
            "upload_time_iso_8601": "2024-03-28T14:40:00.742885Z",
            "url": "https://files.pythonhosted.org/packages/9d/04/a9d47f599359a18f74ae3ada093925ac507ccf3f3581ffc97f2a4cd9d88c/xchainpy2_client-0.0.10.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-28 14:40:00",
    "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.8.4"
                ]
            ]
        },
        {
            "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-client"
}
        
Elapsed time: 0.21539s