Index of the buildutils module
-
m
buildutils
...
- Distutils extensions for developing Python libraries and applications.
- m compat ... - Python 2.2 Backward Compatibility Layer
-
m
pysetup
...
- Buildutils command line utility (pbu)
- a config_files ...
- a config ...
- f parse_argv ... - Look for --interpreter argument.
- f find_python ...
- f find_setup_py ...
- f bail ...
- f parse_config ...
- f find_interpreters ...
- f main ...
-
m
cmd
...
- Command base class providing enhancements to distutils.cmd
-
C
Command
...
- Provides some extra functionality on top of the base
distutils.cmd.Command class.
- a sub_commands ...
- a expanding_options ...
- f expand_options ...
- f require ... - Require dependencies.
- f easy_install ...
- f find_files ...
- f get_metadata_dict ... - Return a dictionary containing the distibution metadata.
-
C
Command
...
- Provides some extra functionality on top of the base
distutils.cmd.Command class.
-
m
command
...
- Modules for each extension command.
-
m
info
...
- Dump meta information about the current project.
-
C
info
...
- a sub_commands ...
- a user_options ...
- a description ...
- f dump_info ...
- f initialize_options ...
- f dump_trove_cats ...
- f run ...
- f finalize_options ...
- f lax_zip ...
- f name_email ...
- f dump ...
-
C
info
...
-
m
use
...
- Use a development version of another project.
-
C
use
...
- a sub_commands ...
- a description ...
- a user_options ...
- a boolean_options ...
- a expanding_options ...
- f get_projects ...
- f use ...
- f develop ...
- f initialize_options ...
- f run ...
- f unuse ...
- f finalize_options ...
-
C
use
...
-
m
stats
...
- Dump high level code statistics.
-
C
stats
...
- a sub_commands ...
- a user_options ...
- a description ...
- f initialize_options ...
- f run ...
- f dump_line_counts ...
- f dump_stats ...
- f finalize_options ...
-
C
stats
...
-
m
checksum
...
- Create MD5 and/or SHA checksum files for distributables.
- a bufsize ...
- C checksum ...
- f sha_checksum ...
- f file_checksum ...
- f md5_checksum ...
- m pytest ... - Run a suite of py.test based unit tests.
- m publish ... - Publish distributables using sftp/scp.
- m pudge ... - Build documentation using Pudge.
-
m
etags
...
- Generate TAGS file.
-
C
etags
...
- a sub_commands ...
- a user_options ...
- a description ...
- a boolean_options ...
- f initialize_options ...
- f run ...
- f finalize_options ...
-
C
etags
...
-
m
flakes
...
- Uses the pyflakes library to find lint in all modules.
-
C
flakes
...
- a sub_commands ...
- a user_options ...
- a description ...
- a expanding_options ...
- f check ...
- f initialize_options ...
- f run ...
- f finalize_options ...
-
C
flakes
...
- m announce ... - Send a release announcement to python-announce-list@python.org or elsewhere.
-
m
info
...
- Dump meta information about the current project.
-
m
editor
...
- Routines for bringing up an external editor on a string or file.
- a EDITOR ...
- f get_editor ... - Figure out which editing program to use.
- f edit_string ... - Spawn an editor and return edited string content.
- f edit_file ... - Spawn an editor and return edited file content.
-
m
test
...
- Buildutils Unit Tests
- m test_publish ...
- m test_compat ... - Unit tests for the buildutils.compat package.
-
m
test_cmd
...
- Unit tests for the buildutils.compat package.
-
m
pycount
...
- pycount.py -- A very initial effort to Python code metrics.
- a comment_type ...
- a blank_type ...
- a cod_type ...
- a doc_type ...
-
C
Formatter
...
- Sort of a formatter class for filtering Python source code.
- f print_line ... - Print a line, prefixed with some type and count information.
- f __init__ ... - Init.
- f formatHeaderLine ...
- f collectFiles ... - Recursively add filenames matching a certain pattern to a list.
- f formatResultLine ...
- f crunch ... - Parse the given file.
- f main ...