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

Public Member Functions

def initialize_options (self)
 
def finalize_options (self)
 
def dump_dirs (self, msg)
 
def finalize_unix (self)
 
def finalize_other (self)
 
def select_scheme (self, name)
 
def expand_basedirs (self)
 
def expand_dirs (self)
 
def convert_paths (self, *names)
 
def handle_extra_path (self)
 
def change_roots (self, *names)
 
def create_home_path (self)
 
def run (self)
 
def create_path_file (self)
 
def get_outputs (self)
 
def get_inputs (self)
 
def has_lib (self)
 
def has_headers (self)
 
def has_scripts (self)
 
def has_data (self)
 

Data Fields

 prefix
 
 exec_prefix
 
 home
 
 user
 
 install_base
 
 install_platbase
 
 root
 
 install_purelib
 
 install_platlib
 
 install_headers
 
 install_lib
 
 install_scripts
 
 install_data
 
 install_userbase
 
 install_usersite
 
 compile
 
 optimize
 
 extra_path
 
 install_path_file
 
 force
 
 skip_build
 
 warn_dir
 
 build_base
 
 build_lib
 
 record
 
 config_vars
 
 install_libbase
 
 path_file
 
 extra_dirs
 

Static Public Attributes

 description
 
 user_options
 
 boolean_options
 
 negative_opt
 
 sub_commands
 

Member Function Documentation

◆ change_roots()

def change_roots (   self,
names 
)
Change the install directories pointed by name using root.

◆ convert_paths()

def convert_paths (   self,
names 
)
Call `convert_path` over `names`.

◆ create_home_path()

def create_home_path (   self)
Create directories under ~.

◆ create_path_file()

def create_path_file (   self)
Creates the .pth file

◆ dump_dirs()

def dump_dirs (   self,
  msg 
)
Dumps the list of user options.

◆ expand_basedirs()

def expand_basedirs (   self)
Calls `os.path.expanduser` on install_base, install_platbase and
root.

◆ expand_dirs()

def expand_dirs (   self)
Calls `os.path.expanduser` on install dirs.

◆ finalize_options()

def finalize_options (   self)
Finalizes options.

◆ finalize_other()

def finalize_other (   self)
Finalizes options for non-posix platforms

◆ finalize_unix()

def finalize_unix (   self)
Finalizes options for posix platforms.

◆ get_inputs()

def get_inputs (   self)
Returns the inputs of all the sub-commands

◆ get_outputs()

def get_outputs (   self)
Assembles the outputs of all the sub-commands.

◆ handle_extra_path()

def handle_extra_path (   self)
Set `path_file` and `extra_dirs` using `extra_path`.

◆ has_data()

def has_data (   self)
Returns true if the current distribution has any data to.
install.

◆ has_headers()

def has_headers (   self)
Returns true if the current distribution has any headers to
install.

◆ has_lib()

def has_lib (   self)
Returns true if the current distribution has any Python
modules to install.

◆ has_scripts()

def has_scripts (   self)
Returns true if the current distribution has any scripts to.
install.

◆ initialize_options()

def initialize_options (   self)
Initializes options.

◆ run()

def run (   self)
Runs the command.

◆ select_scheme()

def select_scheme (   self,
  name 
)
Sets the install directories by applying the install schemes.

Field Documentation

◆ boolean_options

boolean_options
static

◆ build_base

build_base

◆ build_lib

build_lib

◆ compile

compile

◆ config_vars

config_vars

◆ description

description
static

◆ exec_prefix

exec_prefix

◆ extra_dirs

extra_dirs

◆ extra_path

extra_path

◆ force

force

◆ home

home

◆ install_base

install_base

◆ install_data

install_data

◆ install_headers

install_headers

◆ install_lib

install_lib

◆ install_libbase

install_libbase

◆ install_path_file

install_path_file

◆ install_platbase

install_platbase

◆ install_platlib

install_platlib

◆ install_purelib

install_purelib

◆ install_scripts

install_scripts

◆ install_userbase

install_userbase

◆ install_usersite

install_usersite

◆ negative_opt

negative_opt
static

◆ optimize

optimize

◆ path_file

path_file

◆ prefix

prefix

◆ record

record

◆ root

root

◆ skip_build

skip_build

◆ sub_commands

sub_commands
static

◆ user

user

◆ user_options

user_options
static

◆ warn_dir

warn_dir

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