Metadata-Version: 2.1
Name: wallex-python
Version: 0.0.1
Summary: Wallex Exchange Unofficial API Python Client
Home-page: https://github.com/wallexchange/wallex-python
Author: Pourya Moghadam
Author-email: p.moghadam@msn.com
License: MIT
Project-URL: Bug Tracker, https://github.com/wallexchange/wallex-python/issues
Project-URL: Documentation, https://api-docs.wallex.ir/
Project-URL: repository, https://github.com/wallexchange/wallex-python
Keywords: wallex exchange api bitcoin ethereum btc eth python
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE

Wallex-python v.0.0.1
===========================================================

## Wallex Python SDK
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/

## Installation

```bash
pip install wallex-python --save
```

## Usage

```python
from wallex.client import Client

client = Client(api_key='YOUR_API_KEY')
```

## License

[![wallex-python](https://img.shields.io/badge/license-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)


## Contributing

![wallex-python](https://img.shields.io/badge/contributing-guide-blue.svg)


## Tests

```bash
python -m pytest
```


## Changelog

```bash
git log --pretty=format:'%h - %an, %ar : %s' --graph
```


## Contributors

```bash
git shortlog -sn
```
