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

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

Awesome Lists containing this project

README

          

# clr-loader

[![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)](https://github.com/pythonnet/clr-loader/actions)
[![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)](https://pypi.org/project/clr-loader/)
[![Conda Version](https://img.shields.io/conda/vn/conda-forge/clr_loader.svg)](https://anaconda.org/conda-forge/clr_loader)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](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/.