Metadata-Version: 2.1
Name: bitmex-tools
Version: 1.1
Summary: Bitmex Tools
Home-page: UNKNOWN
Author: Philippe Remy
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: pandas
Requires-Dist: websocket-client (==0.47.0)

## Bitmex Tools

Includes:
- Bitmex websocket realtime.
- Log volume ratio between bid and ask volumes.
- Wait for tick functionality.

Refer to the folder `examples` to see how to use it properly.

```bash
pip install bitmex-tools
```


