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.
- Host: GitHub
- URL: https://github.com/iaseth/waxpy
- Owner: iaseth
- License: mit
- Created: 2024-07-19T17:14:16.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-29T19:12:18.000Z (about 1 year ago)
- Last Synced: 2025-03-12T21:03:45.590Z (7 months ago)
- Topics: chartiny, wax, waxfile, waxlib
- Language: Python
- Homepage:
- Size: 66.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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. |