Metadata-Version: 2.1
Name: clr-loader
Version: 0.1.1
Summary: Generic pure Python loader for .NET runtimes
Home-page: UNKNOWN
Author: Benedikt Reinartz
Author-email: filmor@gmail.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: cffi (>=1.13)

# clr-loader

![CI](https://github.com/pythonnet/clr-loader/workflows/Python%20Tests/badge.svg)
![Pypi](https://img.shields.io/pypi/v/clr-loader.svg)
![License](https://img.shields.io/badge/license-MIT-blue.svg?maxAge=3600)

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


