Metadata-Version: 2.1
Name: testqt
Version: 0.0.0.4
Summary: A simple indicator library for stock tickers
Author: NgocAn
Author-email: anlam9614@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: requests
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: signalrcore

# testqt

Python package for financial technical indicators.

## Installation

You can install the package via pip:
```
pip install --upgrade testqt
```

