OpenQuizz
Une application de gestion des contenus pédagogiques
develop Class Reference
Inheritance diagram for develop:
Collaboration diagram for develop:

Public Member Functions

def run (self)
 
def initialize_options (self)
 
def finalize_options (self)
 
def install_for_development (self)
 
def uninstall_link (self)
 
def install_egg_scripts (self, dist)
 
def install_wrapper_scripts (self, dist)
 
- Public Member Functions inherited from Installer
def install_namespaces (self)
 
def uninstall_namespaces (self)
 
- Public Member Functions inherited from easy_install
def delete_blockers (self, blockers)
 
def expand_basedirs (self)
 
def expand_dirs (self)
 
def run (self, show_deprecation=True)
 
def pseudo_tempname (self)
 
def warn_deprecated_options (self)
 
def check_site_dir (self)
 
def cant_write_to_target (self)
 
def check_pth_processing (self)
 
def add_output (self, path)
 
def not_editable (self, spec)
 
def check_editable (self, spec)
 
def easy_install (self, spec, deps=False)
 
def install_item (self, spec, download, tmpdir, deps, install_needed=False)
 
def select_scheme (self, name)
 
def process_distribution (self, requirement, dist, deps=True, *info)
 
def should_unzip (self, dist)
 
def maybe_move (self, spec, dist_filename, setup_base)
 
def install_script (self, dist, script_name, script_text, dev_path=None)
 
def write_script (self, script_name, contents, mode="t", blockers=())
 
def install_eggs (self, spec, dist_filename, tmpdir)
 
def egg_distribution (self, egg_path)
 
def install_egg (self, egg_path, tmpdir)
 
def install_exe (self, dist_filename, tmpdir)
 
def exe_to_egg (self, dist_filename, egg_tmp)
 
def install_wheel (self, wheel_path, tmpdir)
 
def installation_report (self, req, dist, what="Installed")
 
def report_editable (self, spec, setup_script)
 
def run_setup (self, setup_script, setup_base, args)
 
def build_and_install (self, setup_script, setup_base)
 
def update_pth (self, dist)
 
def unpack_progress (self, src, dst)
 
def unpack_and_compile (self, egg_path, destination)
 
def byte_compile (self, to_compile)
 
def create_home_path (self)
 
- Public Member Functions inherited from Command
def __init__ (self, dist, **kw)
 
def ensure_string_list (self, option)
 
def reinitialize_command (self, command, reinit_subcommands=0, **kw)
 

Data Fields

 multi_version
 
 uninstall
 
 egg_path
 
 setup_path
 
 always_copy_from
 
 args
 
 egg_link
 
 egg_base
 
 dist
 
- Data Fields inherited from easy_install
 user
 
 zip_ok
 
 local_snapshots_ok
 
 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
 
 verbose
 
 config_vars
 
 all_site_dirs
 
 shadow_path
 
 local_index
 
 outputs
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
 command_consumes_arguments
 
- Static Public Attributes inherited from Installer
 nspkg_ext
 
- Static Public Attributes inherited from easy_install
 description
 
 command_consumes_arguments
 
 user_options
 
 boolean_options
 
 negative_opt
 
 create_index
 
 INSTALL_SCHEMES
 
 posix
 
 install_dir
 
 script_dir
 
 DEFAULT_SCHEME
 
- Static Public Attributes inherited from Command
 command_consumes_arguments
 

Detailed Description

Set up package for development

Member Function Documentation

◆ finalize_options()

def finalize_options (   self)

Reimplemented from easy_install.

◆ initialize_options()

def initialize_options (   self)

Reimplemented from easy_install.

◆ install_egg_scripts()

def install_egg_scripts (   self,
  dist 
)
Write all the scripts for `dist`, unless scripts are excluded

Reimplemented from easy_install.

◆ install_for_development()

def install_for_development (   self)

◆ install_wrapper_scripts()

def install_wrapper_scripts (   self,
  dist 
)

Reimplemented from easy_install.

◆ run()

def run (   self)

◆ uninstall_link()

def uninstall_link (   self)

Field Documentation

◆ always_copy_from

always_copy_from

◆ args

args

◆ boolean_options

boolean_options
static

◆ command_consumes_arguments

command_consumes_arguments
static

◆ description

description
static

◆ dist

dist

◆ egg_base

egg_base

◆ egg_link

egg_link

◆ egg_path

egg_path

◆ multi_version

multi_version

◆ setup_path

setup_path

◆ uninstall

uninstall

◆ user_options

user_options
static

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