OceanDirectPython 3.1.3
OceanDirect Python API
sdk_properties.py File Reference

Go to the source code of this file.

Namespaces

namespace  Python
 
namespace  Python.oceandirect
 
namespace  Python.oceandirect.sdk_properties
 

Variables

 Python.oceandirect.sdk_properties.user = getpass.getuser()
 
 Python.oceandirect.sdk_properties.user_home = os.path.expanduser("~"+user)
 
 Python.oceandirect.sdk_properties.program_data = os.path.normpath("./oceandirect")
 
 Python.oceandirect.sdk_properties.os_platform = platform.system()
 
tuple Python.oceandirect.sdk_properties.oceandirect_libname = ("liboceandirect.dylib")
 
 Python.oceandirect.sdk_properties.module_path = os.path.dirname(__file__)
 
 Python.oceandirect.sdk_properties.oceandirect_dll = module_path + os.path.normpath("/lib/"+oceandirect_libname)