linkedin / pygradle

Using Gradle to build Python projects
https://github.com/linkedin/pygradle
Apache License 2.0
586 stars 147 forks source link

This project really needs an actual example project #312

Open svermeulen opened 5 years ago

svermeulen commented 5 years ago

The example projects provided in the repo don't work out of the box. I was able to get them to work anyway by using this:

plugins {
  id "com.linkedin.python-sdist" version "0.3.9"
}

But when I try using the latest version it fails with errors related to "pbr" not found. Or if I try using a python 3 project I get errors related to pip not found.

I love the idea of this project but without proper documentation or even a working example I can't see how anyone other than internal linkedin developers are able to use this.