spaceuptech / space-api-python

Apache License 2.0
6 stars 3 forks source link

[WIP] Python Implementation of Space API #1

Closed AliabbasMerchant closed 5 years ago

AliabbasMerchant commented 5 years ago

I have tried to mirror the JS API, but have made the variable names pythonic.

Also, for cases where we do not have an equivalent gRPC method, I have raised a NotImplementedError

YourTechBud commented 5 years ago

The logic seam to be right according to me. Can you remove the .idea/* files?

YourTechBud commented 5 years ago

By when will you prepare the docs? And how are you doing it?

AliabbasMerchant commented 5 years ago

I will make python docstrings. Then, mostly use sphinx etc to make them into a webpage sort of.

I am starting docs now.

YourTechBud commented 5 years ago

you can refer to the js docs here. Also, we have updated the main docs. We have to add the python snippets there as well.