Metadata-Version: 2.1
Name: pure_ocean_breeze
Version: 4.2.2
Summary: stock factor test
Home-page: https://github.com/chen-001/pure_ocean_breeze.git
Author: chenzongwei
Author-email: winterwinter999@163.com
License: MIT
Project-URL: Documentation, https://chen-001.github.io/pure_ocean_breeze/
Requires-Python: >=3
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pandas <=1.5.3
Requires-Dist: scipy
Requires-Dist: statsmodels
Requires-Dist: plotly
Requires-Dist: pyarrow
Requires-Dist: loguru
Requires-Dist: knockknock
Requires-Dist: dcube
Requires-Dist: tenacity
Requires-Dist: pickledb
Requires-Dist: pymysql
Requires-Dist: sqlalchemy
Requires-Dist: requests
Requires-Dist: bs4
Requires-Dist: wrapt-timeout-decorator
Requires-Dist: pyfinance
Requires-Dist: texttable
Requires-Dist: numpy-ext
Requires-Dist: xpinyin
Requires-Dist: cufflinks
Requires-Dist: clickhouse-sqlalchemy
Requires-Dist: tradetime
Requires-Dist: deprecation
Requires-Dist: questdb ==1.1.0
Requires-Dist: mpire
Requires-Dist: py7zr
Requires-Dist: unrar
Requires-Dist: rarfile
Requires-Dist: chardet
Requires-Dist: psycopg2-binary
Provides-Extra: linux
Requires-Dist: psycopg2-binary ; extra == 'linux'
Provides-Extra: macos
Requires-Dist: psycopg2-binary ; extra == 'macos'
Provides-Extra: windows
Requires-Dist: psycopg2 ; extra == 'windows'

# pure_ocean_breeze 
#### **众人的因子框架**
##### 我们的口号是：量价因子才是最牛的！
***

### 全新大版本📢
* v4.0.0 — 2023.06.28
> 因子框架4.0版本来啦！逐笔数据&任意秒级数据&全新的因子成果数据库来啦！

* v3.0.0 — 2022.08.16

>回测框架3.0版本来啦！ 模块拆分&说明文档来啦！[pure_ocean_breeze说明文档](https://chen-001.github.io/pure_ocean_breeze/)
* v2.0.0 — 2022.07.12
>回测框架2.0版本来啦！数据库&自动更新&最终因子库功能上线啦！

### 安装&使用指南🎯
1. 安装
> 使用`pip install pure_ocean_breeze`命令进行安装
2. 初始化
>* 在初次安装框架时，请进行初始化，以将路径设置到自己的文件里
>* 使用如下语句进行初始化
>>```python
>>import pure_ocean_breeze as p
>>p.ini()
>>```
>* 然后根据提示进行操作即可
>* 请注意路径不要写反斜杠\，而要写成/
>* 经过初始化后，以后就可以直接使用，不论重启电脑或者版本升级，都不用再初始化
>* 如果更换了数据库路径，请重新初始化
3. 日常调用
>* **导入框架** 
>>```python
>>import pure_ocean_breeze as p
>>```
>* **一键回测** 
>>```python
>>shen=p.pure_moonnight(fac)
>>```
>>`fac`为因子矩阵
>* **因子合成运算** 其他用法详见[说明文档](https://chen-001.github.io/pure_ocean_breeze/)
>* **其余内容敬请期待**

#### 作者😉
>* 量价选股因子黄金矿工💁‍♂️
>* 挖因子兼新技术爱好者💁‍♂️
>* 感谢每一个教我写代码和教我挖因子的人💐
>* 欢迎交流技术优化&因子灵感&工作信息：<winterwinter999@163.com>

#### 相关链接🔗
>* [PyPi](https://pypi.org/project/pure-ocean-breeze/)
>* [pure_ocean_breeze说明文档](https://chen-001.github.io/pure_ocean_breeze/)
>* [Github同步到Pypi操作手册](https://github.com/chen-001/pure_ocean_breeze/blob/master/Github同步Pypi操作手册/Github同步Pypi操作手册.md)
>* [更新日志](https://github.com/chen-001/pure_ocean_breeze/blob/master/更新日志/更新日志.md)

