Metadata-Version: 2.1
Name: xchainpy-thorchain
Version: 0.1
Summary: Thorchain wrapper
Home-page: https://github.com/xchainjs/xchainpy-lib
Author: THORChain
Author-email: 
License: MIT
Keywords: THORChain,XChainpy,xchainpy_thorchain
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
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
Description-Content-Type: text/markdown
Requires-Dist: ecdsa (==0.16.1)
Requires-Dist: http3 (==0.6.7)
Requires-Dist: secp256k1 (==0.13.2)
Requires-Dist: mnemonic (==0.19)
Requires-Dist: bech32 (==1.2.0)
Requires-Dist: binance-chain (==1.0.0)
Requires-Dist: hdwallets (==0.1.2)
Requires-Dist: xchainpy-client (>=0.1.3)
Requires-Dist: xchainpy-crypto (>=0.1.3)
Requires-Dist: xchainpy-util (>=0.1.5)

# `xchainpy-thorchain`

Thorchain wrapper

## Testing

Need this packages before using unit testing:
- pytest
- pytest-asyncio

Installation with pip :

```bash
$ pip install pytest
$ pip install pytest-asyncio
```

Testing :

```bash
$ python -m pytest xchainpy/xchainpy_thorchain/test/test_clients.py
```

can use other parameter like `-rP` or `-rx` for sysout

