Functions | |
def | getOS |
Variables | |
string | author = 'Niko Neufeld (originally by Radu Stoica)' |
string | author_email = 'niko.neufeld@cern.ch' |
compile_args = COMPILE_ARGS | |
list | COMPILE_ARGS = [] |
tuple | cwd = os.getcwd() |
string | description = 'Python interface package for DIM C and C++ interfaces.' |
dim_dir = None | |
tuple | dim_dir = path.join(os.getcwd(), '..', 'dim') |
tuple | dim_dir = os.getenv(dim_var) |
dim_dir = None | |
tuple | dim_env_vars = ('DIMDIR', 'DIMHOME', 'DIM_HOME') |
list | dim_include_dirs = [ '/usr/local/include/dim' ] |
list | dim_include_dirs = [dim_dir, os.path.join(dim_dir, OS)] |
list | dim_include_dirs = [dim_dir, os.path.join(dim_dir, 'dim')] |
list | dim_include_dirs = [] |
list | dim_library_dirs = [ '/usr/local/lib' ] |
list | dim_library_dirs = [ '/usr/local/lib64/' ] |
list | dim_library_dirs = [dim_dir, os.path.join(dim_dir, 'dim')] |
list | dim_library_dirs = [dim_dir, os.path.join(dim_dir, 'bin'),os.path.join(dim_dir, OS)] |
list | dim_library_dirs = [] |
tuple | dimmodule |
tuple | dimmodule_cpp |
list | ext_modules = [dimmodule_cpp, dimmodule] |
include_dirs = dim_include_dirs | |
libraries = LIBRARIES | |
list | LIBRARIES = ['dim'] |
library_dirs = dim_library_dirs | |
string | license = 'GPL' |
string | long_description = 'The PyDIM package exposes the DIM C and C++ functions and classes in Python.' |
tuple | OS = getOS() |
platform = sys.platform | |
list | py_modules = ['pydim/__init__', 'pydim/debug'] |
list | scripts = [] |
string | url = 'http://lbdoc.cern.ch/pydim/' |
version = version, | |
tuple | version = open('./VERSION') |
string author = 'Niko Neufeld (originally by Radu Stoica)' [static] |
string author_email = 'niko.neufeld@cern.ch' [static] |
compile_args = COMPILE_ARGS [static] |
list COMPILE_ARGS = [] [static] |
string description = 'Python interface package for DIM C and C++ interfaces.' [static] |
tuple dim_dir = path.join(os.getcwd(), '..', 'dim') [static] |
tuple dim_env_vars = ('DIMDIR', 'DIMHOME', 'DIM_HOME') [static] |
list dim_include_dirs = [ '/usr/local/include/dim' ] [static] |
list dim_include_dirs = [dim_dir, os.path.join(dim_dir, OS)] [static] |
list dim_include_dirs = [dim_dir, os.path.join(dim_dir, 'dim')] [static] |
list dim_include_dirs = [] [static] |
list dim_library_dirs = [ '/usr/local/lib' ] [static] |
list dim_library_dirs = [ '/usr/local/lib64/' ] [static] |
list dim_library_dirs = [dim_dir, os.path.join(dim_dir, 'dim')] [static] |
list dim_library_dirs = [dim_dir, os.path.join(dim_dir, 'bin'),os.path.join(dim_dir, OS)] [static] |
list dim_library_dirs = [] [static] |
tuple dimmodule [static] |
tuple dimmodule_cpp [static] |
list ext_modules = [dimmodule_cpp, dimmodule] [static] |
include_dirs = dim_include_dirs [static] |
library_dirs = dim_library_dirs [static] |
string long_description = 'The PyDIM package exposes the DIM C and C++ functions and classes in Python.' [static] |
platform = sys.platform [static] |
list py_modules = ['pydim/__init__', 'pydim/debug'] [static] |