wmbook

Templete of wmbook


License
MIT
Install
pip install wmbook==0.0.1

Documentation

wmbook

Build Status PyPI - Python Version PyPI PyPI - License PyPI - Wheel PyPI - Downloads Commitizen friendly Twitter

wmbook

Machine Learning (Watermelon Book) 机器学习(西瓜书)

GitHub: https://github.com/iOSDevLog/wmbook PyPI: https://travis-ci.org/iOSDevLog/wmbook

代码规范

.vscode/settings.json

{
  "python.pythonPath": "/Users/iosdevlog/.Envs/wmbook/bin/python",
  "python.linting.flake8Enabled": true,
  "python.formatting.provider": "yapf",
  "python.linting.flake8Args": ["--max-line-length=248"],
  "python.linting.pylintEnabled": false
}
  • 字符串使用双引号: ""

安装

pip install wmbook

开发

本地开发

pip3 install -e .

测试

pytest

发布

python3 setup.py sdist bdist_wheel
twine upload dist/*

生成 CHANGELOG

npm install -g conventional-changelog-cli
./version.sh

联系方式

网站: http://2019.iosdevlog.com/

微信公众号: AI 开发日志

wmbook

License

wmbook is released under the MIT license. See LICENSE for details.