# 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/f5/d7/5180fda645359d14091a0e12a7ac104838fb5f96f9dd5aacad15b08f332a/xchainpy2_client-0.0.20.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.20",
"project_urls": {
"source": "https://github.com/tirinox/xchainpy"
},
"split_keywords": [
"crypto",
" thorchain",
" blockchain",
" xchain"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "f82116e6d831ec5a3800e121f37b6c4e7330a24787598a55845f3f8cd2adf1c4",
"md5": "6e4527c8bcef88f91e3fd604083c4291",
"sha256": "e1f1612ed91f3172b7c87a694834b3d37fb0ac13786541e919293359a6503fee"
},
"downloads": -1,
"filename": "xchainpy2_client-0.0.20-py3-none-any.whl",
"has_sig": false,
"md5_digest": "6e4527c8bcef88f91e3fd604083c4291",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 13538,
"upload_time": "2024-11-22T07:54:26",
"upload_time_iso_8601": "2024-11-22T07:54:26.054398Z",
"url": "https://files.pythonhosted.org/packages/f8/21/16e6d831ec5a3800e121f37b6c4e7330a24787598a55845f3f8cd2adf1c4/xchainpy2_client-0.0.20-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "f5d75180fda645359d14091a0e12a7ac104838fb5f96f9dd5aacad15b08f332a",
"md5": "1a1261e4d3b732295fe56988fd6df088",
"sha256": "93939e788aaabf78b0a159c2040b926b9b2ee07d84b2d64826e92d22e54d264f"
},
"downloads": -1,
"filename": "xchainpy2_client-0.0.20.tar.gz",
"has_sig": false,
"md5_digest": "1a1261e4d3b732295fe56988fd6df088",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 10748,
"upload_time": "2024-11-22T07:54:27",
"upload_time_iso_8601": "2024-11-22T07:54:27.145260Z",
"url": "https://files.pythonhosted.org/packages/f5/d7/5180fda645359d14091a0e12a7ac104838fb5f96f9dd5aacad15b08f332a/xchainpy2_client-0.0.20.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-11-22 07:54:27",
"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"
]
]
},
{
"name": "myst-parser",
"specs": []
}
],
"lcname": "xchainpy2-client"
}