Skip to content

liupengzhouyi/SuperRich

 
 

Repository files navigation

SuperRich

SuperRich/
│
├── superrich/                # 核心代码
│   ├── __init__.py
│   ├── data/                 # 数据抓取和处理
│   │   ├── __init__.py
│   │   ├── fetcher.py        # 获取股价、公司信息
│   │   └── processor.py      # 数据预处理
│   │
│   ├── predict/              # 预测逻辑
│   │   ├── __init__.py
│   │   └── predictor.py
│   │
│   ├── api/                  # API服务
│   │   ├── __init__.py
│   │   └── app.py            # 使用 FastAPI / Flask
│   │
│   └── utils/                # 工具函数
│       ├── __init__.py
│       └── helpers.py
│
├── tests/                    # 测试
│
├── requirements.txt          # 项目依赖
├── README.md
└── main.py                   # 启动脚本

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.9%
  • Dockerfile 1.2%
  • Shell 0.9%