This is an unofficial Python wrapper for the Wallex exchange API v1 <https://api-docs.wallex.ir>
. use at your own risk.
Source code https://github.com/wallexchange/wallex-python
Documentation https://api-docs.wallex.ir/
pip install wallex-python --save
from wallex.client import Client
client = Client(api_key='YOUR_API_KEY')
python -m pytest
git log --pretty=format:'%h - %an, %ar : %s' --graph
git shortlog -sn