![]() |
KIDS
ver-0.0.1
KIDS : Kernel Integrated Dynamics Simulator
|
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() | |
| setup.build_setup_kwargs | ( | ) |
Definition at line 68 of file setup.py.
References report_error().

| setup.remove_package | ( | mod, | |
| verbose ) |
Definition at line 27 of file setup.py.
Referenced by uninstall().

| setup.report_error | ( | message | ) |
Definition at line 44 of file setup.py.
Referenced by build_setup_kwargs().

| setup.uninstall | ( | verbose = True | ) |
Definition at line 37 of file setup.py.
References remove_package().

| setup.setupKeywords = build_setup_kwargs() |