Python 项目的模板:template-python
jopen
11年前
这是一个模板用于让一个典型的Python库遵循现代打包约定。它采用流行的库 Make, Pandoc, 和 Graphviz来实现完全自动化的所有开发和部署任务。
这个模板的一个在线示例: jacebrowning/template-python-demo
还有一些基于这个模板示例项目:
特性
- Preconfigured setup for Travis-CI, Coveralls, and Scrutinizer
Makefilefor 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