Loren Carvalho
Loren Carvalho
cc @teoliphant since Travis spoke to us about this at PyCon 2016 I'm not sure anyone on the team has enough experience with Conda to know the ins and outs...
@sholsapp we should create a few examples of how to set up a local pypi mirror (a.k.a. vendoring to disk (a la https://github.com/linkedin/pygradle/blob/master/examples/iris-classification/build.gradle#L30-L36) and also some instructions on using artifactory...
I think it would be valuable to provide some automation (either a script or perhaps a gradle task) around creating per-project bintray repos! That way someone could wire in the...
Hi @Geethree I totally agree! The documentation is severely lacking. I have a task assigned to myself that I created far-too-long-ago https://github.com/linkedin/pygradle/issues/29 I will do my best to carve out...
@Geethree unfortunately no, given the nature of the beast (gradle) my experience is that most folks are using pygradle to integrate python into an existing gradle ecosystem, which usually means...
> How about adding automation that behind the scenes sets local ivy repo and pulls dependencies from PyPi based on what user specifies in the "dependencies" section? How far fetch...
[pex](https://pex.readthedocs.io/en/stable/) doesn't [officially support windows](https://github.com/pantsbuild/pex/issues/297#issuecomment-244172230), though I have seen PRs on github adding support and fixing things here and there
@ethankhall yes, basically: for each plugin, I'd like to provide an example project with a tutorial on how to use it. Similar to the 'example-project' we have now. also, I'd...
If I bungle a release and I want to remove the published version, re-package and re-upload, what avenue do I have? Should I just wait for the cache TTL to...
hi @sigmavirus24 I hope my first paragraph didn't come off abrasive!! I was being 100% earnest in my question (regarding my path forward). I also failed to mention that I...