buildutils 0.3
Distutils extensions for developing Python libraries and applications.
buildutils provides several new commands for your package setup.py file to help make development easier. It integrates with distutils using --command-packages, or automatically will add commands to all your setuptools projects.
- addcommand
- add a custom distutils command to a package/setup.cfg file
- announce
- send a release announcement to mailing lists like python-announce-list@python.org
- bundle
- create a bundle of a package plus all its dependencies
- checksum
- generate MD5 and SHA-1 checksum files for distributables.
- etags
- generate an TAGS file over all packages and module (for use in Emacs).
- flakes
- find lint using the pyflakes utility.
- info
- dumps information about the project.
- publish
- push distributables and documentation up to a project site using ssh/scp/sftp.
- pudge
- build Python documentation from restructured text documents and Python doc strings, using Pudge <http://pudge.lesscode.org>.
- pytest
- run py.test unit tests.
- stats
- dump statistics on the number of lines, files, modules, packages, etc.
- svntag
- make a Subversion tag for a versioned release
- use
- bring in a working version of a dependency (uses setuptools egg stuff).
Buildutils is available in a Mercurial repository.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| buildutils-0.3-py2.5.egg (md5) | Python Egg | 2.5 | 2007-09-19 17:50:29 | 89KB | 1924 |
| buildutils-0.3.tar.gz (md5) | Source | 2007-09-19 17:50:21 | 46KB | 440 | |
| buildutils-0.3-py2.4.egg (md5) | Python Egg | 2.4 | 2007-09-19 17:50:23 | 90KB | 1041 |
- Author: Ian Bicking, Ryan Tomayko <ianb at colorstudy com>
- Keywords: distutils development make build
- License: MIT
-
Categories
- Development Status :: 4 - Beta
- Environment :: Console
- Intended Audience :: Developers
- Intended Audience :: System Administrators
- License :: OSI Approved :: MIT License
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Build Tools
- Topic :: System :: Installation/Setup
- Topic :: System :: Software Distribution
- Topic :: Utilities
- Package Index Owner: rtomayko, ianb, bbangert
- Package Index Maintainer: ianb
- DOAP record: buildutils-0.3.xml
