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
- Host: GitHub
- URL: https://github.com/ansys/ansys-pythonnet
- Owner: ansys
- License: mit
- Created: 2022-12-19T17:22:47.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-16T03:33:31.000Z (4 months ago)
- Last Synced: 2025-03-20T05:16:15.109Z (2 months ago)
- Language: C#
- Homepage:
- Size: 9.42 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Authors: AUTHORS.md
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 `_.