Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akfamily/akfds
Financial Data Science Knowledge Repo! 这是一个开源财经数据科学知识库
https://github.com/akfamily/akfds
akshare aktools finance quantitative-finance
Last synced: about 1 month ago
JSON representation
Financial Data Science Knowledge Repo! 这是一个开源财经数据科学知识库
- Host: GitHub
- URL: https://github.com/akfamily/akfds
- Owner: akfamily
- Created: 2022-06-29T15:04:08.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-30T01:00:19.000Z (about 2 months ago)
- Last Synced: 2024-10-30T03:50:49.537Z (about 2 months ago)
- Topics: akshare, aktools, finance, quantitative-finance
- Language: Python
- Homepage: https://akfds.akfamily.xyz/
- Size: 662 MB
- Stars: 7
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AKFDS 知识库
这是一个关于财经数据科学知识的开源知识库,作者是 [Albert King](https://www.akshare.xyz/)。
本知识库创建的主要目的是为了方便财经数据科学爱好者、数据科学家及相关人士查询相关的财经资料,
能够提高在财经数据科学领域的工作效率,也可以作为茶余饭后学习的园地。## 搭建运行环境
The conda environment is provided as `environment.yml`. This environment is used for all testing by Github Actions and can be setup by:
1. `conda env create -f environment.yml`
2. `conda activate akfds-dev`## 本地构建
Run the following command in your terminal:
```bash
jb build akfds/
```If you would like to work with a clean build, you can empty the build folder by running:
```bash
jb clean akfds/
```If jupyter execution is cached, this command will not delete the cached folder.
To remove the build folder (including `cached` executables), you can run:
```bash
jb clean --all akfds/
```## 发布知识库
This repository is published automatically to `gh-pages` upon `push` to the `master` branch.
```bash
ghp-import -n -p -f akfds/_build/html
```## 注意事项
This repository is used as a test case for [jupyter-book](https://github.com/executablebooks/jupyter-book) and
a `requirements.txt` file is provided to support this `CI` application.