Loader for different .NET runtimes
Перейти к файлу
Victor 699c6d640e
Allow mono debugging and jit flags (#16)
2021-11-16 22:58:01 +01:00
.github/workflows Install Mono x86 for Pypy on Windows 2020-11-24 08:05:54 +01:00
.vscode Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
clr_loader Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
example Build as netstandard for all but .NET Core 2020-11-23 12:54:47 +01:00
netfx_loader Refactor ownership in .NET Framework loader 2021-02-10 17:26:30 +01:00
tests Allow mono debugging and jit flags (#16) 2021-11-16 22:58:01 +01:00
.gitignore Move files around, rename framework to netfx, add build script 2019-11-06 10:34:56 +01:00
LICENSE Add LICENSE file 2019-10-28 15:04:19 +01:00
MANIFEST.in Python packaging is hard... 2019-11-07 09:19:06 +01:00
README.md Add links to badges 2020-11-24 11:03:15 +01:00
pyproject.toml Add simple pyproject.toml to get the build deps installed 2020-11-20 09:06:23 +01:00
setup.cfg Drop old coreclr loading and update the error index 2020-11-24 08:39:23 +01:00
setup.py Bump version to 0.1.6 2021-04-04 23:16:57 +02:00

README.md

clr-loader

CI Pypi License: MIT

Implements a generic interface for loading one of the CLR (.NET) runtime implementations and calling simple functions on them.