IronPython 3.4.1
dotnet add package IronPython --version 3.4.1
NuGet\Install-Package IronPython -Version 3.4.1
<PackageReference Include="IronPython" Version="3.4.1" />
paket add IronPython --version 3.4.1
#r "nuget: IronPython, 3.4.1"
// Install IronPython as a Cake Addin #addin nuget:?package=IronPython&version=3.4.1 // Install IronPython as a Cake Tool #tool nuget:?package=IronPython&version=3.4.1
IronPython Engine
IronPython is an open-source implementation of the Python programming language that is tightly integrated with .NET. IronPython can use .NET and Python libraries, and other .NET languages can use Python code just as easily.
This package contains the IronPython engine that allows embedding an IronPython interpreter in a .NET application. The interpreted Python code can call the .NET code and can be called from the .NET code. This package does not contain the IronPython Standard Library, which is distributed separately as package IronPython.StdLib
.
Example
Execute Python code and call it from .NET code:
var eng = IronPython.Hosting.Python.CreateEngine();
var scope = eng.CreateScope();
eng.Execute(@"
def greetings(name):
return 'Hello ' + name.title() + '!'
", scope);
dynamic greetings = scope.GetVariable("greetings");
System.Console.WriteLine(greetings("world"));
Differences with CPython
While compatibility with CPython is one of our main goals with IronPython 3, there are still some differences that may cause issues. See Differences from CPython for details.
Package compatibility
See the Package compatibility document for information on compatibility with popular Python packages. Note that to run most packages, IronPython Standard Library must be present.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 is compatible. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 is compatible. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETCoreApp 3.1
- DynamicLanguageRuntime (>= 1.3.4)
- Microsoft.Win32.Registry (>= 4.7.0)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
-
.NETFramework 4.6.2
- DynamicLanguageRuntime (>= 1.3.4)
- System.Memory (>= 4.5.5)
-
.NETStandard 2.0
- DynamicLanguageRuntime (>= 1.3.4)
- Microsoft.Win32.Registry (>= 4.5.0)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
- System.Memory (>= 4.5.5)
- System.Text.Encoding.CodePages (>= 4.6.0)
-
net6.0
- DynamicLanguageRuntime (>= 1.3.4)
- Mono.Unix (>= 7.1.0-final.1.21458.1)
NuGet packages (63)
Showing the top 5 NuGet packages that depend on IronPython:
Package | Downloads |
---|---|
IronPython.StdLib
The Python Standard Library, for use with IronPython. |
|
DaisyTech.PreTool.Data
DaisyTech PreTool Data |
|
Kephas.Scripting.Python
Provides the infrastructure for executing Python scripts. Typically used areas and classes/interfaces/services: - PythonLanguageService. Kephas Framework ("stone" in aramaic) aims to deliver a solid infrastructure for applications and application ecosystems. |
|
Crosser.EdgeNode.Modules.IronPython
Package Description |
|
EaCloud.Workflow
EaCloud 工作流引擎组件,基于BPMN模型,实现办公自动化、文件审批、业务单据、请假报销等场景的流程逻辑。 |
GitHub repositories (33)
Showing the top 5 popular GitHub repositories that depend on IronPython:
Repository | Stars |
---|---|
hanmin0822/MisakaTranslator
御坂翻译器—Galgame/文字游戏/漫画多语种实时机翻工具
|
|
uxmal/reko
Reko is a binary decompiler.
|
|
antonpup/Aurora
Unified lighting effects across multiple brands and various games.
|
|
ArduPilot/MissionPlanner
Mission Planner Ground Control Station for ArduPilot (c# .net)
|
|
openbullet/OpenBullet2
OpenBullet reinvented
|
Version | Downloads | Last updated |
---|---|---|
3.4.1 | 865,548 | 7/12/2023 |
3.4.0 | 276,559 | 12/12/2022 |
3.4.0-beta1 | 50,355 | 4/30/2022 |
3.4.0-alpha1 | 60,826 | 4/20/2021 |
2.7.12 | 433,144 | 1/21/2022 |
2.7.11 | 3,825,204 | 11/17/2020 |
2.7.11-candidate1 | 1,750 | 9/15/2020 |
2.7.10 | 304,541 | 4/27/2020 |
2.7.10-candidate1 | 57,323 | 11/1/2019 |
2.7.10-alpha0 | 47,444 | 2/23/2019 |
2.7.9 | 676,806 | 10/9/2018 |
2.7.9-candidate1 | 3,788 | 8/20/2018 |
2.7.8.1 | 273,679 | 2/28/2018 |
2.7.8 | 77,408 | 2/16/2018 |
2.7.8-beta1 | 2,475 | 11/30/2017 |
2.7.7 | 283,839 | 12/11/2016 |
2.7.7-candidate2 | 1,756 | 11/7/2016 |
2.7.7-candidate1 | 1,706 | 10/22/2016 |
2.7.7-candidate0 | 1,677 | 10/16/2016 |
2.7.6-final3 | 3,389 | 8/21/2016 |
2.7.5 | 423,784 | 12/6/2014 |
2.7.5-candidate2 | 1,923 | 11/25/2014 |
2.7.5-candidate1 | 2,561 | 11/15/2014 |
2.7.5-beta3 | 1,794 | 10/20/2014 |
2.7.5-beta2 | 2,543 | 5/25/2014 |
2.7.5-beta1 | 14,142 | 3/19/2014 |
2.7.4 | 125,047 | 9/8/2013 |
2.7.4-candidate1 | 1,900 | 8/18/2013 |
2.7.4-beta2 | 1,851 | 8/3/2013 |
2.7.4-beta1 | 2,166 | 7/3/2013 |
2.7.4-alpha1 | 1,861 | 5/11/2013 |
2.7.3 | 52,869 | 7/7/2012 |
2.7.3-candidate1 | 1,990 | 6/30/2012 |
2.7.3-beta1 | 1,973 | 6/11/2012 |
2.7.3-alpha2 | 1,934 | 5/23/2012 |
2.7.3-alpha1 | 1,952 | 4/29/2012 |
2.7.2 | 43,051 | 3/12/2012 |
2.7.2-final1 | 3,546 | 3/13/2012 |
2.7.2-candidate1 | 1,988 | 3/4/2012 |
2.7.2-beta1 | 2,211 | 2/27/2012 |
2.6.1 | 44,692 | 1/7/2011 |