Skip to main content

Python Interoperability with the Microsoft .NET Framework

Project description

Allows seamless integration of .NET (e.g. C#) code with Python (CPython, Anaconda).

It runs as hybrid native code and CLR code. The CLR instance is created once you import dotnet module into your Python code. Then you can load assemblies and import namespaces and types directly into Python code, and use as Python objects. This all runs within Python process, and no IPC is used to accomplish this. Boost.Python has been used to write C++ layer, which glues Python and Managed (.NET/CLR/C#) code.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

dotnet-1.3.1-cp36-cp36m-win_amd64.whl (576.8 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

dotnet-1.3.1-cp27-cp27m-win_amd64.whl (782.3 kB view hashes)

Uploaded CPython 2.7m Windows x86-64

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page