Metadata-Version: 2.1
Name: backtest-view
Version: 0.0.10
Summary: An analysis tool for viewing and replaying backtesting results
Author: jamesbaber1
Author-email: 31859220+jamesbaber1@users.noreply.github.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: lightweight-charts (>=1.0.17.7)
Requires-Dist: pandas (>=1.5.3)
Description-Content-Type: text/markdown

# Backtest View

[![CI](https://github.com/Algo-Trading-Tools/backtest-view/actions/workflows/ci.yaml/badge.svg)](https://github.com/Algo-Trading-Tools/backtest-view/actions/workflows/ci.yaml)

A python package that serves as an analysis tool for viewing and replaying backtesting results.

## Installation
You can install this package with pip by running the command below.
```shell
pip install backtest-view
```

## Example Usage
Here is a basic example of getting historical data using the python SDK.
### Get historical data
```python

```
