An open API service indexing awesome lists of open source software.

https://github.com/iaseth/waxpy

Official Wax Python Implementation.
https://github.com/iaseth/waxpy

chartiny wax waxfile waxlib

Last synced: 7 months ago
JSON representation

Official Wax Python Implementation.

Awesome Lists containing this project

README

          

# waxpy

Waxpy is a [Wax](https://github.com/iaseth/wax) implementation writted in Python.

## Available Commands

| Short Name | Full Name | Description |
| ---------- | --------- | ----------- |
| C | CSV | Compile one or more files into CSV file. |
| J | JSON | Compile one or more files into JSON file. |
| W | WAX | Compile one or more files into WAX file. |
| P | PRINT | Print formatted candles from one or more files to the console. |
| R | RAW | Print raw candle data from one or more files to the console. |
| H | HELP | Display help information. |
| V | VERSION | Display version information. |
| X | XPERIMENT | For testing purposes. |