command
Modules for each extension command.
The command module is accessible via the buildutils module.
Modules
The buildutils.command module exposes 10 submodules:
- announce
- Send a release announcement to python-announce-list@python.org or elsewhere.
- checksum
- Create MD5 and/or SHA checksum files for distributables.
- etags
- Generate TAGS file.
- flakes
- Uses the pyflakes library to find lint in all modules.
- info
- Dump meta information about the current project.
- publish
- Publish distributables using sftp/scp.
- pudge
- Build documentation using Pudge.
- pytest
- Run a suite of py.test based unit tests.
- stats
- Dump high level code statistics.
- use
- Use a development version of another project.
See the source for more information.