Questions tagged [pygradle]
6 questions
5
votes
1 answer
Using PyPi official repo with pygradle
I'm trying to build and install my python library using new PyGradle plugin from LinkedIn. I immediately run into problems because the the demo repo is very limited
repositories {
pyGradlePyPi()
}
I would like to be able to pull dependencies…

Bostone
- 36,858
- 39
- 167
- 227
4
votes
0 answers
What is the main difference betwen pybuilder and pygradle
I am recently learning python and figuring out a build tool to use. I stumbled upon pybuilder and pygradle. Could not find a difference between these tools in internet. Would like to know when to choose what , their individual strengths and…

T D
- 1,080
- 2
- 13
- 20
1
vote
0 answers
pygradle: Multi-Project-Example: buildPex FAILED when using project dependency
i would like to use pygradle in a multi-project setup with project dependencies. I created two gradle sub-projects. A python-cli project (example-app) and a python-sdist project (example-lib) on which the cli project depends on.
But currently i'm…

kKdH
- 512
- 1
- 8
- 17
1
vote
0 answers
pyspark zip file creation using gradle
How can we build pyspark project using gradle? I want to build it just like how we buuild a scala gradle project. The build must do compilation and zip file creation of pyspark project . Must be able to do the python unit testing if possible..

D P
- 153
- 2
- 12
0
votes
1 answer
PyGradle fails on initial build
Hurrah, there's actually a PyGradle tag.
Linux Mint 18.3 OS, basically Ubuntu Xenial.
I love this idea. Gradle is the best, and so is Python. I just followed the instructions here. Incidentally I specified v 5.4 for the Gradle wrapper.
I ran:
$…

mike rodent
- 14,126
- 11
- 103
- 157
0
votes
1 answer
Build Process Tool for Python
I am a Java Developer writing (Stand-Alone) Applications for Apache Spark. To create Artifacts I use Gradle along with the ShadowJar Plugin.
A few team mates want to use Python. Currently, they use JetBrains PyCharm to write these Python Scripts and…

Skym0sh0
- 305
- 3
- 6