tudatpy
tudatpy copied to clipboard
Lean kernel exposure
This PR simplifies the tudat kernel exposure in tudatpy:
Exposure
Explicit kernel exposure with Python wrappers deprecated in favor of exposure by modifying sys.path after importing the compiled tudatpy.kernel
module
Autocompletions
Achieved by the use of stubs, generated at compile-time using mypy.stubgen