Metadata-Version: 2.4
Name: united_backtester_japy_v1
Version: 0.42
Requires-Python: >=3.7
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: requests
Requires-Dist: python-binance
Requires-Dist: openpyxl
Requires-Dist: pandas-ta
Requires-Dist: pytz
Requires-Dist: tqdm
Requires-Dist: xlsxwriter
Dynamic: description
Dynamic: description-content-type
Dynamic: license-file
Dynamic: requires-dist
Dynamic: requires-python

# Backtester 🏃‍♂️📈

파이썬으로 간단히 전략을 백테스트할 수 있는 경량 라이브러리입니다.

## 설치
```bash
python -m pip install --no-cache-dir united_backtester_japy_v1

## 삭제
```bash
pip uninstall united_backtester_japy_v1
