xchainpy2-thorchain-query


Namexchainpy2-thorchain-query JSON
Version 0.0.13 PyPI version JSON
download
home_pageNone
SummaryXChainpy THORChain Query: Thorchain-query module to query thorchain for estimation of swaps/add and remove Liquidity and checking a transaction stage. Returns a TxDetail object with all the information needed to conduct a swap, or add liquidity.
upload_time2024-05-31 14:25:51
maintainerNone
docs_urlNone
authorNone
requires_python>=3.7
licenseMIT
keywords crypto thorchain thornode midgard swagger api
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_thorchain-query

Thorchain-query module to query thorchain for estimation of swaps/ add and remove Liquidity and checking a transaction stage. 
Returns a TxDetail object with all the information needed to conduct a swap, or add liquidity. This includes estimateAddSavers()

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "xchainpy2-thorchain-query",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.7",
    "maintainer_email": null,
    "keywords": "Crypto, THORChain, THORNode, Midgard, Swagger, API",
    "author": null,
    "author_email": "Tirinox <developer@tirinox.ru>",
    "download_url": "https://files.pythonhosted.org/packages/77/0c/917fff981c2643061626c143cb779d374962261ff97e464f7f92c6d9db73/xchainpy2_thorchain_query-0.0.13.tar.gz",
    "platform": null,
    "description": "# `xchainpy2_thorchain-query\n\nThorchain-query module to query thorchain for estimation of swaps/ add and remove Liquidity and checking a transaction stage. \nReturns a TxDetail object with all the information needed to conduct a swap, or add liquidity. This includes estimateAddSavers()\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "XChainpy THORChain Query: Thorchain-query module to query thorchain for estimation of swaps/add and remove Liquidity and checking a transaction stage. Returns a TxDetail object with all the information needed to conduct a swap, or add liquidity.",
    "version": "0.0.13",
    "project_urls": {
        "source": "https://github.com/tirinox/xchainpy"
    },
    "split_keywords": [
        "crypto",
        " thorchain",
        " thornode",
        " midgard",
        " swagger",
        " api"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "a8e6a42acf6161c9e1bc64db558c7283cb34472242fbed36d58d2b116a9d31f6",
                "md5": "e96484953b53293578f9ac49e10e817e",
                "sha256": "2f6765fe690435a19c679f2f78120c6fc635b4bd8c78773ca16c4d56dc8dfab0"
            },
            "downloads": -1,
            "filename": "xchainpy2_thorchain_query-0.0.13-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "e96484953b53293578f9ac49e10e817e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.7",
            "size": 47708,
            "upload_time": "2024-05-31T14:25:48",
            "upload_time_iso_8601": "2024-05-31T14:25:48.910259Z",
            "url": "https://files.pythonhosted.org/packages/a8/e6/a42acf6161c9e1bc64db558c7283cb34472242fbed36d58d2b116a9d31f6/xchainpy2_thorchain_query-0.0.13-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "770c917fff981c2643061626c143cb779d374962261ff97e464f7f92c6d9db73",
                "md5": "fc8c3106b3dfeee1b0f0d236f1c8a966",
                "sha256": "7b14f501ca950efbb64d4acb6517ca4689781d6e3b6cb1f4748e3410f81b495a"
            },
            "downloads": -1,
            "filename": "xchainpy2_thorchain_query-0.0.13.tar.gz",
            "has_sig": false,
            "md5_digest": "fc8c3106b3dfeee1b0f0d236f1c8a966",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.7",
            "size": 40284,
            "upload_time": "2024-05-31T14:25:51",
            "upload_time_iso_8601": "2024-05-31T14:25:51.948202Z",
            "url": "https://files.pythonhosted.org/packages/77/0c/917fff981c2643061626c143cb779d374962261ff97e464f7f92c6d9db73/xchainpy2_thorchain_query-0.0.13.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-05-31 14:25:51",
    "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-thorchain-query"
}
        
Elapsed time: 4.56538s