Loader for different .NET runtimes
Перейти к файлу
Benedikt Reinartz e90553bfc7 Bump version to 0.1.5 2021-02-14 16:46:10 +01:00
.github/workflows Install Mono x86 for Pypy on Windows 2020-11-24 08:05:54 +01:00
clr_loader Fix small lints and drop obsolete parameters 2021-02-13 18:37:25 +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 Refactor mono loading for better defaults 2021-01-31 14:05:20 +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.5 2021-02-14 16:46:10 +01: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.