KIDS  ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
Loading...
Searching...
No Matches
setup Namespace Reference

Functions

 not_recommended (func)
 
 remove_package (mod, verbose)
 
 uninstall (verbose=True)
 
 report_error (message)
 
 write_version_py ()
 
 build_setup_kwargs ()
 

Variables

str MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@'
 
str MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@'
 
str BUILD_INFO = '@KIDS_BUILD_VERSION@'
 
str GIT_VERSION = '@KIDS_GIT_VERSION@'
 
bool IS_RELEASED = False
 
 setupKeywords = build_setup_kwargs()
 

Function Documentation

◆ build_setup_kwargs()

setup.build_setup_kwargs ( )

Definition at line 68 of file setup.py.

References report_error().

Here is the call graph for this function:

◆ not_recommended()

setup.not_recommended ( func)

Definition at line 19 of file setup.py.

◆ remove_package()

setup.remove_package ( mod,
verbose )

Definition at line 27 of file setup.py.

Referenced by uninstall().

Here is the caller graph for this function:

◆ report_error()

setup.report_error ( message)

Definition at line 44 of file setup.py.

Referenced by build_setup_kwargs().

Here is the caller graph for this function:

◆ uninstall()

setup.uninstall ( verbose = True)

Definition at line 37 of file setup.py.

References remove_package().

Here is the call graph for this function:

◆ write_version_py()

setup.write_version_py ( )

Definition at line 48 of file setup.py.

Variable Documentation

◆ BUILD_INFO

str setup.BUILD_INFO = '@KIDS_BUILD_VERSION@'

Definition at line 15 of file setup.py.

◆ GIT_VERSION

str setup.GIT_VERSION = '@KIDS_GIT_VERSION@'

Definition at line 16 of file setup.py.

◆ IS_RELEASED

bool setup.IS_RELEASED = False

Definition at line 17 of file setup.py.

◆ MAJOR_VERSION_NUM

str setup.MAJOR_VERSION_NUM = '@KIDS_MAJOR_VERSION@'

Definition at line 13 of file setup.py.

◆ MINOR_VERSION_NUM

str setup.MINOR_VERSION_NUM = '@KIDS_MINOR_VERSION@'

Definition at line 14 of file setup.py.

◆ setupKeywords

setup.setupKeywords = build_setup_kwargs()

Definition at line 155 of file setup.py.