Metadata-Version: 2.1
Name: xchainpy-util
Version: 0.1.5
Summary: Utility helpers for XChain clients
Home-page: https://github.com/xchainjs/xchainpy-lib/tree/main/xchainpy/xchainpy_util
Author: THORChain
Author-email: 
License: MIT
Keywords: THORChain,XChainpy,xchainpy_util
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

# `xchainpy/xchainpy-util`

Utitity helpers for XChain clients

## Modules (in alphabetical order)

- `asset` - Utilities for handling assets
- `chain` - Utilities for multi-chain

## Usage

**Asset Helpers**

```
from xchainpy.xchainpy_util.asset import Asset
```


