https://github.com/pythonnet/clr-loader
Loader for different .NET runtimes
https://github.com/pythonnet/clr-loader
clr dotnet ffi python
Last synced: 9 months ago
JSON representation
Loader for different .NET runtimes
- Host: GitHub
- URL: https://github.com/pythonnet/clr-loader
- Owner: pythonnet
- License: mit
- Created: 2019-10-27T14:14:11.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T20:33:49.000Z (about 1 year ago)
- Last Synced: 2025-04-04T01:34:38.578Z (9 months ago)
- Topics: clr, dotnet, ffi, python
- Language: Python
- Homepage:
- Size: 180 KB
- Stars: 38
- Watchers: 6
- Forks: 26
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# clr-loader
[](https://github.com/pythonnet/clr-loader/actions)
[](https://pypi.org/project/clr-loader/)
[](https://anaconda.org/conda-forge/clr_loader)
[](https://opensource.org/licenses/MIT)
Implements a generic interface for loading one of the CLR (.NET) runtime
implementations and calling simple functions on them.
Documentation is available at https://pythonnet.github.io/clr-loader/.