IronPython.Console
3.4.0
dotnet tool install --global IronPython.Console --version 3.4.0
dotnet new tool-manifest # if you are setting up this repo dotnet tool install --local IronPython.Console --version 3.4.0
#tool dotnet:?package=IronPython.Console&version=3.4.0
nuke :add-package IronPython.Console --version 3.4.0
IronPython Console
IronPython is an open-source implementation of the Python programming language that is tightly integrated with the .NET Framework. IronPython can use the .NET Framework and Python libraries, and other .NET languages can use Python code just as easily.
This package contains a standalone Python interpreter, invokable from the command line as ipy
. It also includes the Python Standard Library released by the Python project, but slightly modified to work better with IronPython and .NET.
The current target is Python 3.4, although features and behaviors from later versions may be included. Refer to the source code repository for list of features from each version of CPython that have been implemented.
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.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | 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. |
This package has no dependencies.
Version | Downloads | Last updated |
---|---|---|
3.4.0 | 2 | 12/4/2022 |
3.4.0-beta1.5 | 1 | 10/7/2022 |
3.4.0-beta1.4 | 7 | 10/2/2022 |
3.4.0-beta1.3 | 3 | 9/30/2022 |
3.4.0-beta1.2 | 2 | 9/30/2022 |
3.4.0-beta1.1 | 3 | 9/30/2022 |
3.4.0-beta1 | 3 | 9/30/2022 |