Table of Contents

Class PythonScript

Namespace
ZeroInstall.Publish.EntryPoints
Assembly
ZeroInstall.Publish.dll

A script written in Python.

public sealed class PythonScript : InterpretedScript, IEquatable<Candidate>, IEquatable<InterpretedScript>
Inheritance
PythonScript
Implements
Inherited Members

Properties

GuiOnly

Does this application have a graphical interface an no terminal output? Only enable if you are sure!

public bool GuiOnly { get; set; }

Property Value

bool

InterpreterInterface

The interface URI of the interpreter to run the script.

protected override FeedUri InterpreterInterface { get; }

Property Value

FeedUri

Methods

CreateCommand()

Creates a Command to launch this entry point.

public override Command CreateCommand()

Returns

Command