Loader for different .NET runtimes
Перейти к файлу
Benedikt Reinartz 3e2dff02bc
Add ruff formatting and linting (#65)
2024-07-10 09:23:39 +02:00
.github/workflows Add ruff formatting and linting (#65) 2024-07-10 09:23:39 +02:00
.vscode Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
clr_loader Add ruff formatting and linting (#65) 2024-07-10 09:23:39 +02:00
doc Add ruff formatting and linting (#65) 2024-07-10 09:23:39 +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 Add ruff formatting and linting (#65) 2024-07-10 09:23:39 +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/.