Ansys fork of pythonnet.
We will try to keep this up-to-date with pythonnet and upstream changes that might benefit the pythonnet community
Changes relative to pythonnet:
- Revert of #1240.
- Opt-into explicit interface wrapping, #19. This opts into the behavior that became the default in #1240 if ToPythonAs<T> is explicitly used
- Option to bind explicit interface implementations, #23. This provides a runtime option to expose C# explicit interface implementations to Python.
- Option to bind pep8 aliases #24.