Skip to content

The python plugin is a plugin for the seekers server that enables client hosting from python files.

License

Notifications You must be signed in to change notification settings

seekers-dev/python-plugin

Repository files navigation

Python Plugin

Java CI with Gradle Gradle Package CodeQL GitHub License GitHub top language GitHub commit activity

The python plugin is a plugin for the seekers server that enables client hosting from python files.

Get from release

There is currently no release, please wait.

Build on your own

Get this project

Download the zip file of this repository or fork and clone it.

Install java

The build requires java 11.

Linux:

sudo apt update && apt install default-jre

Windows: https://www.java.com/en/download/windows_manual.jsp

You can check your installation with:

java --version

Create a uber jar

You can now create your custom build of this property with the following command.

Linux:

bash ./gradlew build

Windows:

./gradlew.bat build

That's it! You can find your jar file at build/libs. The jar you should use for the server ends with the dist classifier.

About

The python plugin is a plugin for the seekers server that enables client hosting from python files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published