Alternet.Studio.Common.Python
8.1.11
Prefix Reserved
See the version list below for details.
Requires NuGet 2.8 or higher.
dotnet add package Alternet.Studio.Common.Python --version 8.1.11
NuGet\Install-Package Alternet.Studio.Common.Python -Version 8.1.11
<PackageReference Include="Alternet.Studio.Common.Python" Version="8.1.11" />
paket add Alternet.Studio.Common.Python --version 8.1.11
#r "nuget: Alternet.Studio.Common.Python, 8.1.11"
// Install Alternet.Studio.Common.Python as a Cake Addin #addin nuget:?package=Alternet.Studio.Common.Python&version=8.1.11 // Install Alternet.Studio.Common.Python as a Cake Tool #tool nuget:?package=Alternet.Studio.Common.Python&version=8.1.11
AlterNET Studio allows you to extend your WinForms and WPF .NET application with code editing, scripting and user interface designing capabilities.
It provides a set of component libraries that enables users of your applications to write scripts in C#, Visual Basic, TypeScript, JavaScript and Python programming languages to extend your application with custom functionality; run and debug these scripts with a fully-featured debugging engine and design visual user interfaces with graphical Form Designer.
This package includes common utility and helper classes required for Python/IronPython parsing and execution.
This is a multi-target package, and can be used with .NET applications targeting .NET Framework starting from 4.5.2 or .NET Core starting from 3.1.
More information about AlterNET Studio can be found here:
https://www.alternetsoft.com/products/studio
Documentation and sample projects can be downloaded here:
https://www.alternetsoft.com/download
NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here:
https://www.alternetsoft.com/faq#license
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. 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 | netcoreapp3.1 is compatible. |
.NET Framework | net452 is compatible. net46 was computed. net461 is compatible. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETCoreApp 3.1
- Alternet.Studio.Common (>= 8.1.11)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETFramework 4.5.2
- Alternet.Studio.Common (>= 8.1.11)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETFramework 4.6.1
- Alternet.Studio.Common (>= 8.1.11)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
NuGet packages (10)
Showing the top 5 NuGet packages that depend on Alternet.Studio.Common.Python:
Package | Downloads |
---|---|
Alternet.Studio.Syntax.Parsers.Advanced.Python
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes advanced code parsers that implement syntax and semantic analysis for Python and IronPython programming languages. These parsers provide advanced code-editing features, such as code completion, finding references and declarations, code outlining, and highlighting syntax errors. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Scripter.IronPython
AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of IronPython 3 scripts and projects. IronPython ScriptRun relies on the IronPython open-source project and supports referencing application-defined objects and types in the script and executing script code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Scripter.Python.Embedded
AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of Python scripts. It supports compiling scripts and projects into a dynamically linked library or a standalone executable, referencing application-defined objects and types in the script, and executing script code. It also includes embedded Python distribution required to run Python code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Scripter.Python
AlterNET Scripter is a component library designed to integrate C#, Visual Basic, TypeScript, JavaScript, Python, and IronPython scripts into your WinForms and WPF .NET desktop applications. It allows extending the application logic by implementing custom functionality or automating custom tasks without recompiling and redeploying the application. This package includes a ScriptRun component, which provides a framework for the execution of Python scripts. It supports compiling scripts and projects into a dynamically linked library or a standalone executable, referencing application-defined objects and types in the script, and executing script code. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Scripter can be found here: https://www.alternetsoft.com/products/scripter Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
|
Alternet.Studio.Editor.IronPython.Wpf
AlterNET Code Editor is a .NET component library that brings efficient code editing functionality into your WinForms and WPF .NET applications. It provides code editing capabilities such as syntax highlighting, code completion and code outlining, visual indicators for bookmarks, line styles, syntax errors, and much more, matching the speed and convenience of the Microsoft Visual Studio/Visual Studio Code text editor. This package includes common WPF utility and helper classes for IronPython language required for Code Editor demo projects. This multi-target package can be used with .NET applications targeting .NET Framework starting from 4.6.2 or .NET 6 / .NET 7 / .NET 8 More information about Code Editor can be found here: https://www.alternetsoft.com/products/editor Documentation and sample projects can be downloaded here: https://www.alternetsoft.com/download NOTE: This is a commercial software product and requires purchasing a license for legal usage. Please refer to our licensing FAQ here: https://www.alternetsoft.com/faq#license |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
9.5.10 | 41 | 11/15/2024 |
9.5.9 | 308 | 9/27/2024 |
9.5.8 | 358 | 8/30/2024 |
9.5.7 | 371 | 7/18/2024 |
9.5.6 | 373 | 6/18/2024 |
9.5.5 | 381 | 5/22/2024 |
9.5.4 | 427 | 4/24/2024 |
9.5.3 | 398 | 3/21/2024 |
9.5.2 | 473 | 2/23/2024 |
9.5.1 | 561 | 2/1/2024 |
9.5.0 | 747 | 12/25/2023 |
9.1.3 | 773 | 11/28/2023 |
9.1.2 | 710 | 11/17/2023 |
9.1.1 | 680 | 10/27/2023 |
9.1.0 | 825 | 9/29/2023 |
9.0.3 | 766 | 9/6/2023 |
9.0.2 | 802 | 8/25/2023 |
9.0.1 | 882 | 7/26/2023 |
9.0.0.1 | 963 | 6/5/2023 |
9.0.0 | 998 | 6/2/2023 |
8.1.12 | 1,294 | 4/18/2023 |
8.1.11 | 1,523 | 3/27/2023 |
8.1.10 | 1,700 | 3/7/2023 |
8.1.9 | 1,946 | 1/25/2023 |
8.1.8 | 2,250 | 12/20/2022 |
8.1.7 | 2,292 | 12/16/2022 |
8.1.6 | 2,513 | 11/22/2022 |
8.1.4 | 2,922 | 10/29/2022 |
8.1.3 | 2,964 | 9/13/2022 |
8.1.2 | 3,012 | 8/19/2022 |
8.1.1 | 2,993 | 7/27/2022 |
8.1.0 | 3,160 | 7/19/2022 |
8.0.6 | 3,060 | 5/18/2022 |
8.0.5 | 3,062 | 5/3/2022 |
8.0.4 | 3,132 | 3/29/2022 |
8.0.3 | 3,118 | 3/24/2022 |
8.0.2 | 3,190 | 2/28/2022 |
8.0.1 | 3,138 | 2/15/2022 |
8.0.0 | 3,226 | 1/26/2022 |
7.2.5 | 1,283 | 12/22/2021 |
7.2.4 | 1,443 | 12/11/2021 |
7.2.3 | 1,271 | 12/6/2021 |
7.2.0 | 1,529 | 8/17/2021 |
7.1.2 | 1,395 | 6/29/2021 |
7.1.1 | 1,468 | 5/31/2021 |
7.1.0 | 1,419 | 5/30/2021 |
7.0.2 | 1,409 | 5/7/2021 |
7.0.0 | 1,597 | 12/31/2020 |