Python 項目的模板:template-python
這是一個模板用于讓一個典型的Python庫遵循現代打包約定。它采用流行的庫 Make, Pandoc, 和 Graphviz來實現完全自動化的所有開發和部署任務。
這個模板的一個在線示例: jacebrowning/template-python-demo
還有一些基于這個模板示例項目:
特性
- Preconfigured setup for Travis-CI, Coveralls, and Scrutinizer
Makefile
for automating common development tasks:- Setting up a
virtualenv
- Installing dependencies using
pip
- Running tests
- Running style checkers (
pep8
/pep257
) and linters (pylint
) - Building documentation
- Creating and releasing distributions to PyPI
- Setting up a
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!