Loader for different .NET runtimes
Перейти к файлу
Benedikt Reinartz c51bf95efe Bump version to v0.2.2 2022-09-16 23:46:10 +02:00
.github/workflows Add write permissions to documentation deploy job 2022-09-16 21:05:28 +02:00
.vscode Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
clr_loader Fix accidental overwrite of domain field in NetFx 2022-09-16 23:45:26 +02:00
doc Build documentation in CI 2022-09-16 20:55:40 +02:00
example Move setuptools config to pyproject.toml 2022-07-08 01:28:02 +02:00
netfx_loader Refactor ownership in .NET Framework loader 2021-02-10 17:26:30 +01:00
tests Refactoring to improve API and allow configless .NET Core loading (#31) 2022-09-16 20:30:49 +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 Bump version to v0.2.2 2022-09-16 23:46:10 +02:00
setup.py Move setuptools config to pyproject.toml 2022-07-08 01:28:02 +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/.