Metadata-Version: 2.1
Name: xchainpy2_thorchain_query
Version: 0.0.21
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.
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
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

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()
