Closed alejandrosame closed 3 years ago
Note: This would require playing with bazel configuration. Familiarity with bazel (or willingness to learn about bazel features) is a must.
Can I work on this? I am not familiar with bazel, but I would like to learn and work on it.
Sure, hit us on slack channel #lib_pydp
if you need anything
Alright, will do.
hi @siddhesh1598, how is it coming along?
Hey @chinmayshah99, so far so good. Started learning the bazel config and cloned the repo. Will soon make changes to it.
Fixed on #332.
What?
Python code now lives under ./pydp, leaving our source code distributed over 2 folders.
Why?
All source code should be under ./src folder. In order to have a clean repository, we might need to restructure folders inside ./src and refactor the way the bindings are made. However, it shouldn’t be too much of a drastic change (mostly folder renaming, with its corresponding bazel configuration changes).