Aidevlog 0.0.1 | Coderz Repository

aidevlog 0.0.1

Last updated:

0 purchases

aidevlog 0.0.1 Image
aidevlog 0.0.1 Images

Free

Languages

Categories

Add to Cart

Description:

aidevlog 0.0.1

templete
templete of AIDevLog
需要修改
.travis.yml
gem sources --add https://gems.ruby-china.com/ --remove https://rubygems.org/
gem sources -l
[sudo] gem install travis
travis login
travis encrypt <PyPI password> --add deploy.password

关于转义某些符号的注意事项
请注意,如果您的 PyPI 密码包含特殊字符,则需要在加密密码之前将其转义。
https://2019.iosdevlog.com/2019/06/05/travis/
代码规范
.vscode/settings.json
{
"python.pythonPath": "/Users/iosdevlog/.Envs/aidevlog/bin/python",
"python.linting.flake8Enabled": true,
"python.formatting.provider": "yapf",
"python.linting.flake8Args": ["--max-line-length=248"],
"python.linting.pylintEnabled": false
}


字符串使用双引号: ""

安装
pip install aidevlog

开发
本地开发
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 开发日志

License
AIDevLog is released under the MIT license. See LICENSE for details.

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.