Loader for different .NET runtimes
Перейти к файлу
Benedikt Reinartz f2058b49ee Ensure that an uninitialised NetFx object does not fail in shutdown 2023-11-21 12:22:31 +01:00
.github/workflows Drop CI for EOLd Python 3.7 2023-08-07 14:33:45 +02:00
.vscode Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
clr_loader Ensure that an uninitialised NetFx object does not fail in shutdown 2023-11-21 12:22:31 +01:00
doc Format 2022-10-14 15:48:00 +02:00
example Move setuptools config to pyproject.toml 2022-07-08 01:28:02 +02:00
netfx_loader Fix parameter passing for .NET Framework domains 2023-08-07 15:24:35 +02:00
tests Move netfx tests to individual subprocesses 2023-08-07 16:22:10 +02:00
.gitignore Move files around, rename framework to netfx, add build script 2019-11-06 10:34:56 +01:00
LICENSE Move setuptools config to pyproject.toml 2022-07-08 01:28:02 +02:00
MANIFEST.in Python packaging is hard... 2019-11-07 09:19:06 +01:00
README.md Update README and bump version 2022-09-16 23:11:53 +02:00
pyproject.toml Split package build from testing (#39) 2022-10-14 22:52:29 +02:00
setup.py Use same setup.py as pythonnet 2022-09-17 00:28:50 +02:00

README.md

clr-loader

CI Pypi Conda Version License: 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/.