Templete of AIDevLog
Project description
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
aidevlog-0.0.1.tar.gz
(4.4 kB
view details)
Built Distribution
File details
Details for the file aidevlog-0.0.1.tar.gz
.
File metadata
- Download URL: aidevlog-0.0.1.tar.gz
- Upload date:
- Size: 4.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | aae3478327e535d50b4b02f71389d0f16e0ea6ea755048d8299b918aa3845ce0 |
|
MD5 | dfa2ebb367fb1a20a89d1a799bcfaf7a |
|
BLAKE2b-256 | 448aa6f07ca2cfb7144bb39f184634d07545574d669d2a9c783470c473a8e81e |
File details
Details for the file aidevlog-0.0.1-py3-none-any.whl
.
File metadata
- Download URL: aidevlog-0.0.1-py3-none-any.whl
- Upload date:
- Size: 5.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.0.1 requests-toolbelt/0.9.1 tqdm/4.32.1 CPython/3.7.1
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bb5dbcc2e0f29b9f6c9e290f56644aeb35739283ae6ac4c739513703f7e9537 |
|
MD5 | 052be929a5622baeac447f4da0cf568c |
|
BLAKE2b-256 | c64b82bdcb23c41a96ca094efa2126cce20307d0dd55e2eb9fdfdc37ee4ad0ea |