:tocdepth: 2

Google Cloud Datastore (Python API)
===================================

.. warning::
  This library is still under construction
  and is **not** the official Google Python API client library.
  See the `official documentation <https://developers.google.com/datastore/docs/apis/python/>`_.

Installing the library
----------------------

The ``gclouddatastore`` library is ``pip`` install-able::

  $ pip install gclouddatastore

Getting started
---------------

A good place to look is the guide: :doc:`quickstart`.
If you have questions,
or find any bugs,
feel free to open an issue on
the `GitHub repository <http://github.com/jgeewax/gclouddatastore>`_.

API Documentation
-----------------

Check out the full :doc:`gclouddatastore`.

.. toctree::
  :hidden:

  quickstart
  gclouddatastore

Indices and tables
------------------

* :ref:`genindex`
* :ref:`modindex`
