Metadata-Version: 2.1
Name: vohlc
Version: 0.1.0
Summary: Create Candlestick data based on volume instead of time
Home-page: https://github.com/paulschick/python-vohlc
Author: Paul Schick
Author-email: paul@paulschick.dev
License: MIT
Platform: UNKNOWN
Description-Content-Type: text/markdown
License-File: LICENSE

# Python VOHLC

Version 0.0.1

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Creates Volume-based candlesticks from time-based ohlcv data retrieved from cryptocurrency exchanges.

- Output can be either sqlite or csv (for version 0.0.1)
- Primarily just a utility for something that I'm working on
- Should not be very complex. Keep it simple, just do what it needs to do
- Does not keep the timestamps
- Potentially give the option to not write the output, just keep in memory


