|
initialize_options(self)
Set default values for all the options that this command supports. |
|
|
|
finalize_options(self)
Set final values for all the options that this command supports. |
|
|
|
run(self)
A command's raison d'etre: carry out the action it exists to perform,
controlled by the options initialized in 'initialize_options()',
customized by other commands, the setup script, the command-line, and
config files, and finalized in 'finalize_options()'. |
|
|
|
check_metadata(self)
Ensure that all required elements of meta-data (name, version, URL,
(author and author_email) or (maintainer and maintainer_email)) are
supplied by the Distribution object; warn if any are missing. |
|
|
|
classifiers(self)
Fetch the list of classifiers from the server. |
|
|
|
verify_metadata(self)
Send the metadata to the package index server to be checked. |
|
|
|
send_metadata(self)
Send the metadata to the package index server. |
|
|
|
build_post_data(self,
action) |
|
|
|
post_to_server(self,
data,
auth=None)
Post a query to the server, and return a string response. |
|
|
Inherited from cmd.Command :
__getattr__ ,
__init__ ,
announce ,
copy_file ,
copy_tree ,
debug_print ,
dump_options ,
ensure_dirname ,
ensure_filename ,
ensure_finalized ,
ensure_string ,
ensure_string_list ,
execute ,
get_command_name ,
get_finalized_command ,
get_sub_commands ,
make_archive ,
make_file ,
mkpath ,
move_file ,
reinitialize_command ,
run_command ,
set_undefined_options ,
spawn ,
warn
|