首页| JavaScript| HTML/CSS| Matlab| PHP| Python| Java| C/C++/VC++| C#| ASP| 其他|
购买积分 购买会员 激活码充值

您现在的位置是:虫虫源码 > Python > 一个软件构建工具编写和Python

一个软件构建工具编写和Python

资 源 简 介

Python Builer has moved to github: https://github.com/pybuilder/pybuilder/ Please checkout the documentation at http://pybuilder.github.io Python Builder is a software build tool written in 100% pure Python and mainly targets Python applications. Python Builder is based on the concept of dependency based programming but also comes along with powerful plugin mechanism that allows the construction of build life cycles similar to those known from other famous (Java) build tools. Python Builder emphasizes simplicity. If you want to build a pure Python project and use the recommended directory layout, all you have to do is create a file build.py with the following content: ``` from pythonbuilder.core import use_plugin use_plugin("python.core") use_plugin("python.unittest") use_plugin("python.coverage") use_plugin("python.distutils") default_task = "publish" ``` I

文 件 列 表

python-builder-0.6.3
setup.cfg
pythonbuilder
setup.py
python_builder.egg-info
PKG-INFO
pyb
VIP VIP
0.177132s