Re: Gremlin-Python package structure

2016-06-16 Thread David Brown
Will do a bit later this afternoon On Jun 16, 2016 09:25, "Stephen Mallette" wrote: > > Please make the changes as you see fit and provide a PR. > > +1 > > On Thu, Jun 16, 2016 at 12:23 PM, Marko Rodriguez > wrote: > > > HI David, > > > > Please make the changes as you see fit and provide a PR.

Re: Gremlin-Python package structure

2016-06-16 Thread Stephen Mallette
> Please make the changes as you see fit and provide a PR. +1 On Thu, Jun 16, 2016 at 12:23 PM, Marko Rodriguez wrote: > HI David, > > Please make the changes as you see fit and provide a PR. I read through > your explanation and it “makes sense” with the limited knowledge I have. > What I woul

Re: Gremlin-Python package structure

2016-06-16 Thread Marko Rodriguez
HI David, Please make the changes as you see fit and provide a PR. I read through your explanation and it “makes sense” with the limited knowledge I have. What I would really like to understand is this whole __init__.py business and how you structure and document/etc. everything. Thank you for

Gremlin-Python package structure

2016-06-16 Thread David Brown
Hello everyone, I was thinking about the current Gremlin-Python distribution package structure and names. As is, a user will install with: pip install gremlinpython Then, imports in application code will be something like this: from gremlin_python import PythonGraphTraversalSource, GroovyTransl