Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
setuptools.command.develop.develop Class Reference
Inheritance diagram for setuptools.command.develop.develop:
setuptools.command.easy_install.easy_install setuptools.Command

Public Member Functions

def run
 
def initialize_options
 
def finalize_options
 
def install_for_development
 
def uninstall_link
 
def install_egg_scripts
 
- Public Member Functions inherited from setuptools.command.easy_install.easy_install
def initialize_options
 
def delete_blockers
 
def finalize_options
 
def expand_basedirs
 
def expand_dirs
 
def run
 
def pseudo_tempname
 
def warn_deprecated_options
 
def check_site_dir
 
def cant_write_to_target
 
def check_pth_processing
 
def install_egg_scripts
 
def add_output
 
def not_editable
 
def check_editable
 
def easy_install
 
def install_item
 
def select_scheme
 
def process_distribution
 
def should_unzip
 
def maybe_move
 
def install_wrapper_scripts
 
def install_script
 
def write_script
 
def install_eggs
 
def egg_distribution
 
def install_egg
 
def install_exe
 
def exe_to_egg
 
def installation_report
 
def report_editable
 
def run_setup
 
def build_and_install
 
def update_pth
 
def unpack_progress
 
def unpack_and_compile
 
def byte_compile
 
def no_default_version_msg
 
def install_site_py
 
def create_home_path
 
- Public Member Functions inherited from setuptools.Command
def __init__
 
def reinitialize_command
 

Public Attributes

 multi_version
 
 uninstall
 
 egg_path
 
 setup_path
 
 always_copy_from
 
 args
 
 egg_link
 
 egg_base
 
 dist
 
- Public Attributes inherited from setuptools.command.easy_install.easy_install
 user
 
 zip_ok
 
 local_snapshots_ok
 
 install_dir
 
 script_dir
 
 exclude_scripts
 
 index_url
 
 find_links
 
 build_directory
 
 args
 
 optimize
 
 record
 
 upgrade
 
 always_copy
 
 multi_version
 
 editable
 
 no_deps
 
 allow_hosts
 
 root
 
 prefix
 
 no_report
 
 version
 
 install_purelib
 
 install_platlib
 
 install_headers
 
 install_lib
 
 install_scripts
 
 install_data
 
 install_base
 
 install_platbase
 
 install_userbase
 
 install_usersite
 
 no_find_links
 
 package_index
 
 pth_file
 
 always_copy_from
 
 site_dirs
 
 installed_projects
 
 sitepy_installed
 
 verbose
 
 config_vars
 
 all_site_dirs
 
 shadow_path
 
 local_index
 
 outputs
 

Static Public Attributes

string description = "install package in 'development mode'"
 
list user_options
 
list boolean_options = easy_install.boolean_options+['uninstall']
 
 command_consumes_arguments = False
 
- Static Public Attributes inherited from setuptools.command.easy_install.easy_install
string description = "Find/get/install Python packages"
 
 command_consumes_arguments = True
 
list user_options
 
list boolean_options
 
string help_msg = "install in user site-package '%s'"
 
dictionary negative_opt = {'always-unzip': 'zip-ok'}
 
 create_index = PackageIndex
 
tuple INSTALL_SCHEMES
 
tuple DEFAULT_SCHEME
 
- Static Public Attributes inherited from setuptools.Command
 command_consumes_arguments = False
 

Detailed Description

Set up package for development

Member Function Documentation

def setuptools.command.develop.develop.finalize_options (   self)
def setuptools.command.develop.develop.initialize_options (   self)
def setuptools.command.develop.develop.install_egg_scripts (   self,
  dist 
)
def setuptools.command.develop.develop.install_for_development (   self)
def setuptools.command.develop.develop.run (   self)
def setuptools.command.develop.develop.uninstall_link (   self)

Member Data Documentation

setuptools.command.develop.develop.always_copy_from
setuptools.command.develop.develop.args
list setuptools.command.develop.develop.boolean_options = easy_install.boolean_options+['uninstall']
static
setuptools.command.develop.develop.command_consumes_arguments = False
static
string setuptools.command.develop.develop.description = "install package in 'development mode'"
static
setuptools.command.develop.develop.dist
setuptools.command.develop.develop.egg_base
setuptools.command.develop.develop.egg_link
setuptools.command.develop.develop.egg_path
setuptools.command.develop.develop.multi_version
setuptools.command.develop.develop.setup_path
setuptools.command.develop.develop.uninstall
list setuptools.command.develop.develop.user_options
static
Initial value:
1 = easy_install.user_options+[
2  ("uninstall", "u", "Uninstall this source package"),
3  ("egg-path=", None, "Set the path to be used in the .egg-link file"),
4  ]

The documentation for this class was generated from the following file:

Copyright 2014 Google Inc. All rights reserved.