- 授权协议: Zope
- 开发语言: Python
- 操作系统: 跨平台
- 软件首页: http://www.buildout.org/
- 软件文档: http://www.buildout.org/en/latest/docs/index.html
- 官方下载: http://www.buildout.org/en/latest/install.html
软件介绍
Buildout是一个基于Python的构建工具, 通过一个配置文件,可以从多个部分创建、组装并部署你的应用,即使应用包含了非Python的组件,Buildout也能够胜任. Buildout不但能够像setuptools一样自动更新或下载安装依赖包,而且还能够像virtualenv一样,构建一个封闭隔离的开发环境.
Text Processing in Python
David Mertz / Addison-Wesley Professional / 2003-6-12 / USD 54.99
Text Processing in Python describes techniques for manipulation of text using the Python programming language. At the broadest level, text processing is simply taking textual information and doing som......一起来看看 《Text Processing in Python》 这本书的介绍吧!
