Go to file
2019-02-18 11:15:51 +08:00
docs [Add] add sphinx files into docs/ 2019-02-13 01:51:50 -04:00
tests [Add] load and sync cta strategy data function 2019-02-16 11:18:58 +08:00
vnpy [Mod]simplify usage of ctp api and gateway 2019-02-18 11:15:51 +08:00
.flake8 [Mod] format code with autopep8 2019-01-30 13:07:23 +08:00
.gitignore [Mod]simplify usage of ctp api and gateway 2019-02-18 11:15:51 +08:00
.pylintrc [Mod] 修正ci脚本 2019-01-24 09:06:32 -04:00
.travis.yml [Mod] make travis-ci use python3.6 instead of python3.7-dev 2019-01-24 09:22:19 -04:00
LICENSE [Add]add license file 2019-01-04 15:14:15 +08:00
README.md [Mod] format code with autopep8 2019-01-30 13:07:23 +08:00
requirements.txt [Add]backtesting function for cta strategy 2019-01-29 15:35:37 +08:00

vnpy 2.0

贡献代码


如果你遇到了任何BUG欢迎[创建 Issue]。

我们热烈欢迎任何人为我们的项目贡献代码。无论是多么细小的改工,都可以提交PR我们会认真对待每一个PR。

在提交代码的时候,请遵守以下规则,以提高代码质量:

  • 使用autopep8格式化你的代码。运行autopep8 --in-place --recursive . 即可。
  • 使用pylint检查你的代码(主要检查命名规则)确保没有error和warning。在项目根目录下运行pylint vnpy即可。
  • 使用flake8检查你的代码确保没有error和warning。在项目根目录下运行flake8即可。