RockyTV.Duality.Plugins.IronPython 1.1.0

dotnet add package RockyTV.Duality.Plugins.IronPython --version 1.1.0
NuGet\Install-Package RockyTV.Duality.Plugins.IronPython -Version 1.1.0
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="RockyTV.Duality.Plugins.IronPython" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add RockyTV.Duality.Plugins.IronPython --version 1.1.0
#r "nuget: RockyTV.Duality.Plugins.IronPython, 1.1.0"
#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 RockyTV.Duality.Plugins.IronPython as a Cake Addin
#addin nuget:?package=RockyTV.Duality.Plugins.IronPython&version=1.1.0

// Install RockyTV.Duality.Plugins.IronPython as a Cake Tool
#tool nuget:?package=RockyTV.Duality.Plugins.IronPython&version=1.1.0

Write your games using Python!

   This plugin makes it possible to write all the logic behind your game using Python instead of C#.

   Beware that, as the name says, it uses the IronPython package to be able to use Python, therefore
   there may be some features that the official Python language may not have, or some features may be
   missing.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on RockyTV.Duality.Plugins.IronPython:

Package Downloads
RockyTV.Duality.Editor.Plugins.IronPython

Write your games using Python! This plugin makes it possible to write all the logic behind your game using Python instead of C#. Beware that, as the name says, it uses the IronPython package to be able to use Python, therefore there may be some features that the official Python language may not have, or some features may be missing.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.0 1,479 5/26/2017
1.0.1 1,152 4/15/2017

- Added support for ICmpRenderer interface
   - Fixed a rare bug that would cause the plugin to crash if the execution engine wasn't initialized

   To implement the ICmpRenderer interface on your Python script, you must add the following methods: draw(self, device) and is_visible(self, device).