Skip to content

A Visual Studio template for creating a new Dalamud plugin project in Python.

Notifications You must be signed in to change notification settings

karashiiro/DalamudPluginPython

Repository files navigation

DalamudPluginPython

A Visual Studio template for creating a new Dalamud plugin project in Python 2.7.

Install IronPython.StdLib separately via NuGet.

When adding additional Python source files, be sure to enable the "Copy to Output Directory" setting on each new file.

Hint paths

The project file includes hint paths for the dependencies, which are set up to not include much information about the developer's filesystem. You may need to adjust these paths yourself, if they don't represent your development environment.

GitHub Actions

Running the shell script DownloadGithubActions.sh will download some useful GitHub actions for you. You can also delete this file if you have no need for it.

Current Actions

  • dotnet build/test

About

A Visual Studio template for creating a new Dalamud plugin project in Python.

Resources

Stars

Watchers

Forks