Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.23 KB

File metadata and controls

42 lines (25 loc) · 1.23 KB

Frends.Python.ExecuteScript

Task to execute Python scripts.

ExecuteScript_build Coverage License: MIT

Installing

You can install the Task via frends UI Task View.

Building

Clone a copy of the repository

git clone https://github.com/FrendsPlatform/Frends.Python.git

Build the project

dotnet build

Run tests

Prerequisites

  • .NET SDK 8.0+
  • Python 3.8+ available on PATH
  • pip (bundled with Python)
  • On Windows: PowerShell 5+; on Linux/macOS: Bash

Run the tests

dotnet test

Create a NuGet package

dotnet pack --configuration Release

Third party licenses

StyleCop.Analyzer version (unmodified version 1.1.118) used to analyze code uses Apache-2.0 license, full text and source code can be found at https://github.com/DotNetAnalyzers/StyleCopAnalyzers