Metadata-Version: 2.4
Name: xchainpy2_thorchain_query
Version: 0.0.31
Summary: XChainPy2 THORChain Query: this package is used to query THORChain for estimation of swaps/add and remove Liquidity and checking a transaction stage.
Author-email: Tirinox <developer@tirinox.ru>
License: MIT
Project-URL: source, https://github.com/tirinox/xchainpy
Keywords: Crypto,THORChain,THORNode,Midgard,Swagger,API
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Build Tools
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Requires-Dist: aiohttp
Requires-Dist: aiohttp-retry>=2.3.0
Requires-Dist: xchainpy2_utils
Requires-Dist: xchainpy2_crypto
Requires-Dist: xchainpy2_midgard
Requires-Dist: xchainpy2_thornode
Requires-Dist: xchainpy2_mayanode
Provides-Extra: test
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov>=2.5.1; extra == "test"
Requires-Dist: randomize>=0.13; extra == "test"

# XChainPy2 THORChain Query

This module performs the following functions:
- Get the estimated quote for a swap / LP add / Savers
- Check the status of a transaction

### Documentation

👉 https://xchainpy2.readthedocs.io/en/latest/packages/xchainpy2_thorchain_query.html

