|
string | __appname__ = 'Eidolon Biomedical Framework' |
|
tuple | __version_info__ = (0,5,99) |
|
string | __version__ = '%i.%i.%i'%__version_info__ |
|
string | __author__ = 'Eric Kerfoot' |
|
string | __copyright__ = "Copyright (c) 2016-8 Eric Kerfoot, King's College London, all rights reserved. Licensed under the GPL (see LICENSE.txt)." |
|
string | __website__ = "https://ericspod.github.io/Eidolon" |
|
string | __verurl__ = "https://api.github.com/repos/ericspod/Eidolon/releases" |
|
string | APPDIRVAR = 'APPDIR' |
|
string | LIBSDIR = 'EidolonLibs' |
|
string | CONFIGFILE = 'config.ini' |
|
| _scriptdir = os.path.dirname(os.path.abspath(__file__)) |
|
| __appdir__ = getattr(sys,'_MEIPASS',os.path.abspath(_scriptdir+'/..')) |
|
| __libdir__ = os.path.join(__appdir__,'eidolon',LIBSDIR) |
|
| _ = ctypes.cdll.LoadLibrary(lib) |
|