Metadata-Version: 2.1
Name: quool
Version: 0.0.3
Summary: Quantitative Toolkit - a helper in quant developping
Home-page: https://github.com/ppoak/quool
Author: ppoak
Author-email: ppoak@foxmail.com
Keywords: quant,framework,finance
Description-Content-Type: text/markdown
Requires-Dist: bs4
Requires-Dist: numpy
Requires-Dist: joblib
Requires-Dist: pandas
Requires-Dist: matplotlib
Provides-Extra: all
Requires-Dist: backtrader ; extra == 'all'
Requires-Dist: akshare ; extra == 'all'
Provides-Extra: backtest
Requires-Dist: backtrader ; extra == 'backtest'
Provides-Extra: crawler
Requires-Dist: akshare ; extra == 'crawler'

# 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) 

## 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`
