Python interface to parse-server using ParsePy

Hey everyone!

I was exploring interfacing the MongoDB server using Python and stumbled across ParsePy.

https://github.com/milesrichardson/ParsePy

Maybe worth putting it as a reference to the documentation. Not sure about how mature it is, but could be a great accelerator using it as fork for your own API. Everything I tried so far worked seamlessly so I thought might be worth sharing. :smiley: :wave:

2 Likes

Hi there,

Thanks for sharing!

Could you maybe give us an example of how you’ve been able to call your server (don’t forget to replace your actual server url with a placeholder)?

I’ve been struggling with this.