Metadata-Version: 2.1
Name: quool
Version: 0.0.1
Summary: A Quantum Finance Analyze Toolkit
Home-page: https://github.com/ppoak/quool
Author: ppoak
Author-email: ppoak@foxmail.com
Keywords: Quantum,Finance
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: backtrader
Requires-Dist: mplfinance
Requires-Dist: rich
Provides-Extra: stats
Requires-Dist: statsmodules ; extra == 'stats'
Requires-Dist: sklearn ; extra == 'stats'
Requires-Dist: dask ; extra == 'stats'
Requires-Dist: scipy ; extra == 'stats'

# Quool

![Python](https://img.shields.io/badge/Python-FFD43B?style=for-the-badge&logo=python&logoColor=blue) ![Scipy](https://img.shields.io/badge/SciPy-654FF0?style=for-the-badge&logo=SciPy&logoColor=white) ![Mysql](https://img.shields.io/badge/MySQL-005C84?style=for-the-badge&logo=mysql&logoColor=white) ![Mariadb](https://img.shields.io/badge/MariaDB-003545?style=for-the-badge&logo=mariadb&logoColor=white) ![Sqlite](https://img.shields.io/badge/SQLite-07405E?style=for-the-badge&logo=sqlite&logoColor=white)

## Introduction

Quool is a Quantum toolkit. The individual project is saved as submodules and can be downloaded respectively.

## Installation

```shell
pip install quool
```

Also, you can clone this project and the submodule at a time, which provide you the easiest way to use bearalpha and explore the project collections.

```shell
git clone https://github.com/pppoak/quool --recursive
```

Then, to ensure there is no path problems when using bearalpha, please run:

```shell
pip install -e .
```

In this way, you can also help develop bearalpha, any changes will be sync to your own quool package. And you can create some pull requests to help us improve quool.

## Plans

The project is under continuously update, a lot of new ideas will be added, and we are looking forward to your great standpoint. Any problem can be come up with a issue, or any data help by email `ppoak@foxmail.com`
