An open API service indexing awesome lists of open source software.

https://github.com/ansys/ansys-pythonnet

Ansys fork of pythonnet
https://github.com/ansys/ansys-pythonnet

Last synced: 2 months ago
JSON representation

Ansys fork of pythonnet

Awesome Lists containing this project

README

        

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 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 `_.