Python Firebase Client

Ozgur Vatansever ozgur.vatansever at markafoni.com
Fri Feb 22 19:31:16 CET 2013


Hi,

Firebase (www.firebase.com) is a scalable real-time backend that stores your data in a JSON format and enables you to fetch/update/delete it through a Javascript or RESTful API.

I've just implemented a Python interface to its REST API while using it in one of my projects. If you'd like to use it, you can check that out at my github repository.

http://ozgur.github.com/python-firebase/

Cheers.  


More information about the Python-announce-list mailing list