Metadata-Version: 2.1
Name: xchainpy-binance
Version: 0.1.2
Summary: Custom Binance client and utilities used by XChainPY clients
Home-page: https://github.com/xchainjs/xchainpy-lib/tree/main/xchainpy/xchainpy_binance
Author: THORChain
Author-email: 
License: MIT
Keywords: BNB,Binance,XChainpy_binance,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: mnemonic (==0.19)
Requires-Dist: python-binance-chain
Requires-Dist: secp256k1 (==0.13.2)
Requires-Dist: pywallet (==0.1.0)
Requires-Dist: pytest (==6.2.2)
Requires-Dist: binance-chain (==1.0.0)
Requires-Dist: xchainpy-client (==0.1)
Requires-Dist: xchainpy-crypto (==0.1.1)
Requires-Dist: xchainpy-util (==0.1.4)

# `xchainpy/xchainpy_binance`

Binance Module for XChainPy Clients

## Modules

- `client` - Custom client for communicating with binance_chain
- `models` - model wrapper for binance_chain types
- `util` - Utitilies for using binance_chain

Following dependencies have to be installed into your project

```
secp256k1 - python-binance-chain - binance-chain - pywallet - mnemonic
```


## Tests

These packages needed to run tests:

- pytest `pip install pytest`
- pytest-asyncio `pip install pytest-asyncio`

How to run test ?

```bash
$ python -m pytest xchainpy/xchainpy_binance/test/test_binance_clients.py
```



