Use Jrun to manage (maven) Java dependencies#4
Conversation
|
Super cool! A couple of questions:
|
|
|
As for pythonic styles: I am not python expert, but I think if we follow PEP (lower case method names, underscores for readibility; camel case class names), we should be fine. I would probably not add |
|
@hanslovsky Thanks for the clarifications.
There are two layers of conversion logic: 1) stuff for converting between core Python and Java types, particularly collections; and 2) stuff for converting image data types. I kept them separated; the Would you be willing to take a quick look and let me know where in scyjava you think makes sense for the functions currently in
I agree. The reason I put the Regarding this PR: all looks awesome; please merge whenever you want, or ping me if you would rather me do it. |
|
I am not a python expert either and usually I just follow my gut feeling for project structure. I also do not think that this matters too much for a small project like this. That being said, this is how I would proceed:
Further reading: |
|
Thanks for the suggestions, @hanslovsky. I think I got it all complete and committed with 3bc7746 and c112aef! |
Example:
Fixes #3