-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Move Ruby code to Python #6
Comments
Original comment by Shane Loretz (Bitbucket: Shane Loretz, GitHub: sloretz). Is there a girder C or C++ api? The C++ library would need to support both fuel and Girder anyways, so I think it makes sense to implement it in C++ and call those functions from Ruby rather than also writing it in python. |
Original comment by Andrés Fortier (Bitbucket: andres_fortier). Not that I'm aware of. Note however that this issue was created back in the days were the main development focus was going to be placed in Girder, so now that we are shifting our attention to the custom backend this decision may not be the best. @caguero should we close / rephrase this one? |
I believe we're not considering Girder any more, so closing this. |
Original report (archived issue) by Andrés Fortier (Bitbucket: andres_fortier).
Girder provides a client implemented in python (girder-cli) which already defines all the interactions with a Girder server. To avoid re-writing most of that we should migrate our ruby implementation of the commands to python, so it just becomes a thin wrapper around the existing libraries.
The text was updated successfully, but these errors were encountered: