Skip to content

Welcome to gradle use-python plugin

Use python in gradle build. The only plugin intention is to simplify python usage from gradle (without managing python itself).

Release notes - Compatibility - License

Features

  • Creates local (project-specific) virtualenv (creating project-specific python copy)
  • Installs required pip modules (virtualenv by default, but could be global installation)
  • Could be used as basement for building plugins for specific python modules (like mkdocs plugin)

Who's using