Alternet.Studio.Common.Python 8.0.4

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
There is a newer version of this package available.
See the version list below for details.

Requires NuGet 2.8 or higher.

dotnet add package Alternet.Studio.Common.Python --version 8.0.4
NuGet\Install-Package Alternet.Studio.Common.Python -Version 8.0.4
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Alternet.Studio.Common.Python" Version="8.0.4" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Alternet.Studio.Common.Python --version 8.0.4
#r "nuget: Alternet.Studio.Common.Python, 8.0.4"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install Alternet.Studio.Common.Python as a Cake Addin
#addin nuget:?package=Alternet.Studio.Common.Python&version=8.0.4

// Install Alternet.Studio.Common.Python as a Cake Tool
#tool nuget:?package=Alternet.Studio.Common.Python&version=8.0.4

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 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (10)

Showing the top 5 NuGet packages that depend on Alternet.Studio.Common.Python:

Package Downloads
Alternet.Studio.Syntax.Parsers.Advanced.Python The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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 The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.Scripter.Python.Embedded The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.Editor.IronPython.Wpf The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org.

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.3 260 3/21/2024
9.5.2 367 2/23/2024
9.5.1 431 2/1/2024
9.5.0 597 12/25/2023
9.1.3 670 11/28/2023
9.1.2 598 11/17/2023
9.1.1 570 10/27/2023
9.1.0 715 9/29/2023
9.0.3 678 9/6/2023
9.0.2 702 8/25/2023
9.0.1 785 7/26/2023
9.0.0.1 878 6/5/2023
9.0.0 900 6/2/2023
8.1.12 1,165 4/18/2023
8.1.11 1,401 3/27/2023
8.1.10 1,570 3/7/2023
8.1.9 1,848 1/25/2023
8.1.8 2,128 12/20/2022
8.1.7 2,187 12/16/2022
8.1.6 2,404 11/22/2022
8.1.4 2,791 10/29/2022
8.1.3 2,852 9/13/2022
8.1.2 2,907 8/19/2022
8.1.1 2,899 7/27/2022
8.1.0 3,045 7/19/2022
8.0.6 2,942 5/18/2022
8.0.5 2,942 5/3/2022
8.0.4 3,041 3/29/2022
8.0.3 3,009 3/24/2022
8.0.2 3,070 2/28/2022
8.0.1 3,031 2/15/2022
8.0.0 3,091 1/26/2022
7.2.5 1,219 12/22/2021
7.2.4 1,378 12/11/2021
7.2.3 1,201 12/6/2021
7.2.0 1,434 8/17/2021
7.1.2 1,330 6/29/2021
7.1.1 1,395 5/31/2021
7.1.0 1,338 5/30/2021
7.0.2 1,324 5/7/2021
7.0.0 1,523 12/31/2020