Info
Version: | 3.4.1 |
Author(s): | IronPython Contributors, Microsoft |
Last Update: | Wednesday, July 12, 2023 |
.NET Fiddle: | Online Example |
Project Url: | https://ironpython.net/ |
NuGet Url: | https://www.nuget.org/packages/IronPython |
Install
Install-Package IronPython
dotnet add package IronPython
paket add IronPython
IronPython Download (Unzip the "nupkg" after downloading)
Dependencies
.NETFramework 4.5
- DynamicLanguageRuntime(>= 1.3.0)
- System.Text.Encoding.CodePages(>= 4.6.0)
- Microsoft.Win32.Registry(>= 4.5.0)
- DynamicLanguageRuntime(>= 1.3.0)
- System.Text.Encoding.CodePages(>= 4.6.0)
- Microsoft.Win32.Registry(>= 4.5.0)
- DynamicLanguageRuntime(>= 1.3.0)
- Microsoft.Win32.Registry(>= 4.7.0)
- DynamicLanguageRuntime(>= 1.3.0)
Tags
IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
This package contains the IronPython interpreter engine.