Metadata-Version: 2.1
Name: gcloud-rest-datastore
Version: 7.3.0
Summary: Python Client for Google Cloud Datastore
Home-page: https://github.com/talkiq/gcloud-aio
License: MIT
Author: Vi Engineering
Author-email: voiceai-eng@dialpad.com
Requires-Python: >=3.7,<4.0
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Topic :: Internet
Requires-Dist: gcloud-rest-auth (>=3.1.0,<5.0.0)
Requires-Dist: setuptools (>=66.0.0,<67.0.0)
Project-URL: Repository, https://github.com/talkiq/gcloud-aio
Description-Content-Type: text/x-rst

(Asyncio OR Threadsafe) Python Client for Google Cloud Datastore
================================================================

    This is a shared codebase for ``gcloud-rest-datastore`` and
    ``gcloud-rest-datastore``

|pypi| |pythons-aio| |pythons-rest|

Installation
------------

.. code-block:: console

    $ pip install --upgrade gcloud-{aio,rest}-datastore

Usage
-----

See `our docs`_.

Contributing
------------

Please see our `contributing guide`_.

.. _contributing guide: https://github.com/talkiq/gcloud-rest/blob/master/.github/CONTRIBUTING.rst
.. _our docs: https://talkiq.github.io/gcloud-rest

.. |pypi| image:: https://img.shields.io/pypi/v/gcloud-rest-datastore.svg?style=flat-square
    :alt: Latest PyPI Version (gcloud-rest-datastore)
    :target: https://pypi.org/project/gcloud-rest-datastore/

.. |pythons-aio| image:: https://img.shields.io/pypi/pyversions/gcloud-rest-datastore.svg?style=flat-square&label=python (aio)
    :alt: Python Version Support (gcloud-rest-datastore)
    :target: https://pypi.org/project/gcloud-rest-datastore/

.. |pythons-rest| image:: https://img.shields.io/pypi/pyversions/gcloud-rest-datastore.svg?style=flat-square&label=python (rest)
    :alt: Python Version Support (gcloud-rest-datastore)
    :target: https://pypi.org/project/gcloud-rest-datastore/

