Package io.github.howtis.pythonembed.gradle


package io.github.howtis.pythonembed.gradle
  • Classes
    Class
    Description
    Configuration extension for the pythonEmbed plugin.
    Gradle plugin that creates a Python environment and installs specified packages at build time.
    Generates META-INF/python-embed.properties with the venv path and embedded flag for runtime discovery.
    Parses Python requirements.txt files into a list of package specifications.
    Gradle task that creates a Python environment and installs packages into it.