Added delete option to database storage.
This commit is contained in:
parent
308604a33c
commit
963b5bc68b
1868 changed files with 192402 additions and 13278 deletions
|
@ -0,0 +1 @@
|
|||
pip
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
https://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
https://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
|
@ -0,0 +1,143 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: google-cloud-firestore
|
||||
Version: 1.9.0
|
||||
Summary: Google Cloud Firestore API client library
|
||||
Home-page: https://github.com/googleapis/python-firestore
|
||||
Author: Google LLC
|
||||
Author-email: googleapis-packages@google.com
|
||||
License: Apache 2.0
|
||||
Platform: Posix; MacOS X; Windows
|
||||
Classifier: Development Status :: 5 - Production/Stable
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: Apache Software License
|
||||
Classifier: Programming Language :: Python
|
||||
Classifier: Programming Language :: Python :: 2
|
||||
Classifier: Programming Language :: Python :: 2.7
|
||||
Classifier: Programming Language :: Python :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Operating System :: OS Independent
|
||||
Classifier: Topic :: Internet
|
||||
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
||||
Requires-Dist: google-api-core[grpc] (<2.0.0dev,>=1.14.0)
|
||||
Requires-Dist: google-cloud-core (<2.0dev,>=1.4.1)
|
||||
Requires-Dist: pytz
|
||||
|
||||
Python Client for Google Cloud Firestore
|
||||
========================================
|
||||
|
||||
|GA| |pypi| |versions|
|
||||
|
||||
The `Google Cloud Firestore`_ API is a flexible, scalable
|
||||
database for mobile, web, and server development from Firebase and Google
|
||||
Cloud Platform. Like Firebase Realtime Database, it keeps your data in
|
||||
sync across client apps through realtime listeners and offers offline support
|
||||
for mobile and web so you can build responsive apps that work regardless of
|
||||
network latency or Internet connectivity. Cloud Firestore also offers seamless
|
||||
integration with other Firebase and Google Cloud Platform products,
|
||||
including Cloud Functions.
|
||||
|
||||
- `Product Documentation`_
|
||||
- `Client Library Documentation`_
|
||||
|
||||
.. |GA| image:: https://img.shields.io/badge/support-GA-gold.svg
|
||||
:target: https://github.com/googleapis/google-cloud-python/blob/master/README.rst#general-availability
|
||||
.. |pypi| image:: https://img.shields.io/pypi/v/google-cloud-firestore.svg
|
||||
:target: https://pypi.org/project/google-cloud-firestore/
|
||||
.. |versions| image:: https://img.shields.io/pypi/pyversions/google-cloud-firestore.svg
|
||||
.. _Google Cloud Firestore: https://cloud.google.com/firestore/
|
||||
.. _Product Documentation: https://cloud.google.com/firestore/docs/
|
||||
.. _Client Library Documentation: https://googleapis.dev/python/firestore/latest
|
||||
|
||||
Quick Start
|
||||
-----------
|
||||
|
||||
In order to use this library, you first need to go through the following steps:
|
||||
|
||||
1. `Select or create a Cloud Platform project.`_
|
||||
2. `Enable billing for your project.`_
|
||||
3. `Enable the Google Cloud Firestore API.`_
|
||||
4. `Setup Authentication.`_
|
||||
|
||||
.. _Select or create a Cloud Platform project.: https://console.cloud.google.com/project
|
||||
.. _Enable billing for your project.: https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project
|
||||
.. _Enable the Google Cloud Firestore API.: https://cloud.google.com/firestore
|
||||
.. _Setup Authentication.: https://googleapis.dev/python/google-api-core/latest/auth.html
|
||||
|
||||
Installation
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Install this library in a `virtualenv`_ using pip. `virtualenv`_ is a tool to
|
||||
create isolated Python environments. The basic problem it addresses is one of
|
||||
dependencies and versions, and indirectly permissions.
|
||||
|
||||
With `virtualenv`_, it's possible to install this library without needing system
|
||||
install permissions, and without clashing with the installed system
|
||||
dependencies.
|
||||
|
||||
.. _`virtualenv`: https://virtualenv.pypa.io/en/latest/
|
||||
|
||||
|
||||
Supported Python Versions
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Python >= 3.5
|
||||
|
||||
Deprecated Python Versions
|
||||
^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
Python == 2.7. Python 2.7 support will be removed on January 1, 2020.
|
||||
|
||||
|
||||
Mac/Linux
|
||||
^^^^^^^^^
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip install virtualenv
|
||||
virtualenv <your-env>
|
||||
source <your-env>/bin/activate
|
||||
<your-env>/bin/pip install google-cloud-firestore
|
||||
|
||||
|
||||
Windows
|
||||
^^^^^^^
|
||||
|
||||
.. code-block:: console
|
||||
|
||||
pip install virtualenv
|
||||
virtualenv <your-env>
|
||||
<your-env>\Scripts\activate
|
||||
<your-env>\Scripts\pip.exe install google-cloud-firestore
|
||||
|
||||
|
||||
Example Usage
|
||||
~~~~~~~~~~~~~
|
||||
|
||||
.. code:: python
|
||||
|
||||
from google.cloud import firestore
|
||||
|
||||
# Add a new document
|
||||
db = firestore.Client()
|
||||
doc_ref = db.collection(u'users').document(u'alovelace')
|
||||
doc_ref.set({
|
||||
u'first': u'Ada',
|
||||
u'last': u'Lovelace',
|
||||
u'born': 1815
|
||||
})
|
||||
|
||||
# Then query for documents
|
||||
users_ref = db.collection(u'users')
|
||||
|
||||
for doc in users_ref.stream():
|
||||
print(u'{} => {}'.format(doc.id, doc.to_dict()))
|
||||
|
||||
Next Steps
|
||||
~~~~~~~~~~
|
||||
|
||||
- Read the `Client Library Documentation`_ for Google Cloud Firestore API
|
||||
to see other available methods on the client.
|
||||
- Read the `Product Documentation`_ to learn
|
||||
more about the product and see How-to Guides.
|
||||
|
||||
|
|
@ -0,0 +1,208 @@
|
|||
google/cloud/__pycache__/firestore.cpython-36.pyc,,
|
||||
google/cloud/firestore.py,sha256=Z3GkxCM_A3n1HZlR99QYgEyNh7CSORIXsZfGcbXuuNQ,2322
|
||||
google/cloud/firestore_admin_v1/__init__.py,sha256=ef5ahHfzuIMBSxwsEnz2JPgffBMqc1BI30LD4CLuYAg,1422
|
||||
google/cloud/firestore_admin_v1/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/__pycache__/types.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_admin_v1/gapic/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/__pycache__/enums.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/__pycache__/firestore_admin_client.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/__pycache__/firestore_admin_client_config.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/enums.py,sha256=1Re5fScM8TXcbiT7HEhguIfdH65H8dMHXVLzWqgBzxg,5365
|
||||
google/cloud/firestore_admin_v1/gapic/firestore_admin_client.py,sha256=6JtNcbiTs60mQ-BPfpWQ8-X7JbpBMrlb4pEVsqozSlw,46167
|
||||
google/cloud/firestore_admin_v1/gapic/firestore_admin_client_config.py,sha256=QlXa7vgxFhrqGHMf2eRHYUP5iBmxIH0873hZymX4TkI,2686
|
||||
google/cloud/firestore_admin_v1/gapic/transports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_admin_v1/gapic/transports/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/transports/__pycache__/firestore_admin_grpc_transport.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/gapic/transports/firestore_admin_grpc_transport.py,sha256=QTpc4Nc0jPBocxyzBKWMbOYxcXhT0euQIJUjr1HtCxE,10411
|
||||
google/cloud/firestore_admin_v1/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/field_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/field_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/firestore_admin_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/firestore_admin_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/index_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/index_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/location_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/location_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/operation_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/__pycache__/operation_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_admin_v1/proto/field.proto,sha256=wrnMkIyX8Dy8aHpOfFmBx8FYvrbhO1L-3pYySLsOi6A,4345
|
||||
google/cloud/firestore_admin_v1/proto/field_pb2.py,sha256=98mAUdKlG_FUOR7A9mjsfjXd0yM8lWZDL1p1kCjtr8I,11869
|
||||
google/cloud/firestore_admin_v1/proto/field_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_admin_v1/proto/firestore_admin.proto,sha256=Mwxfc36K2m-QyZBbh0zJtRL9RsMHwE8V491KVMgK5_k,14490
|
||||
google/cloud/firestore_admin_v1/proto/firestore_admin_pb2.py,sha256=gq7p_Htbx49Xzp8ASRuIUxisQmBxifj9d4fox1qwr9s,47890
|
||||
google/cloud/firestore_admin_v1/proto/firestore_admin_pb2_grpc.py,sha256=hqBzlxwxsorj0nMyLxk6KhJrULyRWG17lmmmUZiRFa4,20842
|
||||
google/cloud/firestore_admin_v1/proto/index.proto,sha256=riDJJ3GVuxq4zV0j9JOfeMJ1rrh-Gctj6em2as1qjDc,6063
|
||||
google/cloud/firestore_admin_v1/proto/index_pb2.py,sha256=JNizkuBWVdNZAIzOs1ftoi3tMsFRJ42Wx9VnOnEfsqk,17689
|
||||
google/cloud/firestore_admin_v1/proto/index_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_admin_v1/proto/location.proto,sha256=N-7nWVWEWfYR2d-jFxzTjhlhkyx-hfZd8XUpJyXW2ls,1308
|
||||
google/cloud/firestore_admin_v1/proto/location_pb2.py,sha256=AjxOkORTjeEGTSxFzGnii-w4vH-YtTQkZdA-mJuUqs4,2973
|
||||
google/cloud/firestore_admin_v1/proto/location_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_admin_v1/proto/operation.proto,sha256=wAB09rBuy3qtiIVTdihRF4mm1qcUM2KPOJ9TN7Po-ig,6783
|
||||
google/cloud/firestore_admin_v1/proto/operation_pb2.py,sha256=5aqDeQrf-IWbmZGMP23N4ZdCtuAoU1oi8blKiSybDh8,43346
|
||||
google/cloud/firestore_admin_v1/proto/operation_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_admin_v1/types.py,sha256=C84M1COr_X_4CejED2K5Iq4EZWPiqyC-PMxo-3h6JD8,1978
|
||||
google/cloud/firestore_v1/__init__.py,sha256=BtCkBwCqsUHlIEX6qENhJth4BoWyK_lF06LZljZL_H0,2587
|
||||
google/cloud/firestore_v1/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/_helpers.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/batch.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/client.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/collection.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/document.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/field_path.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/order.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/query.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/transaction.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/transforms.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/types.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/__pycache__/watch.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/_helpers.py,sha256=ijriPIAT2behHcvGkUwyqID2RkSGrVN-NOOSSB2x62A,36613
|
||||
google/cloud/firestore_v1/batch.py,sha256=RUBzCAvo2vQOAIXhePclVxrrm8Wzf8Tj_tf2zRu7AL8,6296
|
||||
google/cloud/firestore_v1/client.py,sha256=3mvs2G-8zra7HDjpqc2uLpAAOCCVSGr5D2AddJki3Ks,22934
|
||||
google/cloud/firestore_v1/collection.py,sha256=4TROoVhBi969EPiXrtdkyDhCIJUIIHSRH070jyPPrQI,18620
|
||||
google/cloud/firestore_v1/document.py,sha256=SYRmdz9XFQrCe1250ggH8d5DZL8lsGwhdwo9FQP41zQ,26549
|
||||
google/cloud/firestore_v1/field_path.py,sha256=U-JngESnZPrr8gwvJVTk1bzbjQeIKd7Q_eodimWWYi0,12444
|
||||
google/cloud/firestore_v1/gapic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1/gapic/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/__pycache__/enums.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/__pycache__/firestore_client.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/__pycache__/firestore_client_config.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/enums.py,sha256=nkP1CRF4tOw1eZgqNnEeoMF9LUqobQZe0tE-c56kvEM,5854
|
||||
google/cloud/firestore_v1/gapic/firestore_client.py,sha256=SBQQK6AHvQusWKSQBt--y8deJ9ox0AFJ-LX7DJeyIF0,71854
|
||||
google/cloud/firestore_v1/gapic/firestore_client_config.py,sha256=CkqztD34U22DRZgnmMPJCemYqXsg5bYI4oEzrZJ40jQ,4409
|
||||
google/cloud/firestore_v1/gapic/transports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1/gapic/transports/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/transports/__pycache__/firestore_grpc_transport.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/gapic/transports/firestore_grpc_transport.py,sha256=WsKDIwlzDsMI-EuOtgNPKI1rUOce7Ml9gk_vHCf1cSE,10988
|
||||
google/cloud/firestore_v1/order.py,sha256=WnsYhFzUs2fXJ8ysIb_tJxm81luD5-NrqImLWnLP1_I,6913
|
||||
google/cloud/firestore_v1/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1/proto/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/common_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/common_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/document_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/document_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/firestore_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/firestore_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/query_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/query_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/test_v1_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/tests_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/write_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/__pycache__/write_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1/proto/common.proto,sha256=zuQkGVnH48KOs2Sk2nd8BseX7ipiLPIVulb5CcfDJu0,2979
|
||||
google/cloud/firestore_v1/proto/common_pb2.py,sha256=DhcCpVwaazuAfAFOorJruG0boGSh6CXTvIZRgmV3C24,16078
|
||||
google/cloud/firestore_v1/proto/common_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1/proto/document.proto,sha256=5GjXk4u_KEHDEfP2cXDnS7oZ8bcmw3KZnF1F3YIXktY,5197
|
||||
google/cloud/firestore_v1/proto/document_pb2.py,sha256=Bgle8i3yAzm1tCw_RJEbqEYr7j3QCm3nw4lElZ0gT50,29293
|
||||
google/cloud/firestore_v1/proto/document_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1/proto/firestore.proto,sha256=BRf93NaI0X4WnK6ShqWNTslh2NNfmULQWfznfIqvceU,33444
|
||||
google/cloud/firestore_v1/proto/firestore_pb2.py,sha256=DYF2Gb9xiETmOFSx9OwlPkWQDyjLOCEiU-1o6UZJiUo,167173
|
||||
google/cloud/firestore_v1/proto/firestore_pb2_grpc.py,sha256=Xzcg4pSYwhculjSDXZnSgmG93Mb0VHuJ1eD3uph-wmg,30778
|
||||
google/cloud/firestore_v1/proto/query.proto,sha256=QBft1gmdkTWu_GiG8w07sg5WLxjPQJrkqxBoCYWRggY,7601
|
||||
google/cloud/firestore_v1/proto/query_pb2.py,sha256=OMlGM6JTQVheAJyOp9_w2msLXmcw36w6QQtBbwvj88Q,45843
|
||||
google/cloud/firestore_v1/proto/query_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1/proto/test_v1_pb2.py,sha256=LOt2-dQEYfAfinzTfssGAj7Peu-FBXhjdRJCaRZ3uuU,67229
|
||||
google/cloud/firestore_v1/proto/tests_pb2.py,sha256=qdzV_WP_pL_ilU_8MOwQn-fcW3yGODJXUWCHLRCFViQ,71826
|
||||
google/cloud/firestore_v1/proto/write.proto,sha256=NuVXA1s3WlOn37W_kGsk21LHpPt9qCeuIG1Pn9MpccE,10709
|
||||
google/cloud/firestore_v1/proto/write_pb2.py,sha256=XAeB2h1sewwSmearYPJaUZQaLKTn3PYDB4UQ50SAYB0,45035
|
||||
google/cloud/firestore_v1/proto/write_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1/query.py,sha256=IPpEsZ8k3IcfoZArERhrM2XFpTFzLVhK_6zZGNBS1_M,44442
|
||||
google/cloud/firestore_v1/transaction.py,sha256=syT8CDQzBLs6YylLBMWFqVKuk_466NPmTnW4wevwYb0,15984
|
||||
google/cloud/firestore_v1/transforms.py,sha256=nkr4fly6oC0xpQnO5BjGkHPdJQiZ_YhIF7fLfUsO6nY,4661
|
||||
google/cloud/firestore_v1/types.py,sha256=BvvGHZyK9RHVGeJ1D3sD6zka1u8W-cZvtdHvf_cHGUo,1999
|
||||
google/cloud/firestore_v1/watch.py,sha256=NgAG0LWoTVEZS1adqPYfrlXV-56zthb8K8NnOZSkAFI,26179
|
||||
google/cloud/firestore_v1beta1/__init__.py,sha256=WsdTGlJMRn-hKfzM9qYJ_sL3Z1jF4wvVTglHeFoHXXs,2711
|
||||
google/cloud/firestore_v1beta1/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/_helpers.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/batch.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/client.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/collection.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/document.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/field_path.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/order.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/query.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/transaction.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/transforms.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/types.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/__pycache__/watch.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/_helpers.py,sha256=lmX1I2Ng-n2kiWYRF3x-gs8vGduZdw0EcbC3LMPLZXs,34923
|
||||
google/cloud/firestore_v1beta1/batch.py,sha256=NsrqniJBCNEDiRISCYVzkUeNGEPTDp-9TbT80WCpBSU,6234
|
||||
google/cloud/firestore_v1beta1/client.py,sha256=vgj0Qw2UyRZNnIMZ6Ipm_mZf9yY5rvOrI9IUqzn4AWA,19504
|
||||
google/cloud/firestore_v1beta1/collection.py,sha256=Glwllhyh8MT4z6zY369pyvTVSNiTCCLvNkOrBrRtMgc,17595
|
||||
google/cloud/firestore_v1beta1/document.py,sha256=ektRIpBtWEE4sGmt-64-p3_tntYYY2LgMNIiAz0_VTk,26290
|
||||
google/cloud/firestore_v1beta1/field_path.py,sha256=IxeXzcEL80eA9xyvSBuDnJCDsY7TifSk2gRLKUvGOog,12151
|
||||
google/cloud/firestore_v1beta1/gapic/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1beta1/gapic/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/__pycache__/enums.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/__pycache__/firestore_client.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/__pycache__/firestore_client_config.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/enums.py,sha256=WGGSh-_CRM9JIoxo8uYJOCDrLs1pr6tRciGmfPELopc,5160
|
||||
google/cloud/firestore_v1beta1/gapic/firestore_client.py,sha256=NzmHXvxqUQTJ8Jb-rFN5GybAQIDtslkPgmyX0dOxi48,62928
|
||||
google/cloud/firestore_v1beta1/gapic/firestore_client_config.py,sha256=EL1mrNkwytBbUeqAJMQ9RlguOMq6h8WvY7qDWhhwU50,3845
|
||||
google/cloud/firestore_v1beta1/gapic/transports/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1beta1/gapic/transports/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/transports/__pycache__/firestore_grpc_transport.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/gapic/transports/firestore_grpc_transport.py,sha256=qLPLHPIkSplAr0NXAPvYArYBw3s-pzsGbqihXTQDG3I,9562
|
||||
google/cloud/firestore_v1beta1/order.py,sha256=6D5LaUxePTO1YXXMyNzo47tl_4SUiU9ZBkOofhhXt-8,6918
|
||||
google/cloud/firestore_v1beta1/proto/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/common_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/common_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/document_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/document_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/event_flow_document_change_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/event_flow_document_change_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/firestore_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/firestore_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/query_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/query_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/test_v1beta1_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/write_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/__pycache__/write_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/cloud/firestore_v1beta1/proto/admin/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/__pycache__/firestore_admin_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/__pycache__/firestore_admin_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/__pycache__/index_pb2.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/__pycache__/index_pb2_grpc.cpython-36.pyc,,
|
||||
google/cloud/firestore_v1beta1/proto/admin/firestore_admin_pb2.py,sha256=Xs0qf0ja9ft2XkVzwttZXVeYmpUef_mhNoVCuA9LAoE,49294
|
||||
google/cloud/firestore_v1beta1/proto/admin/firestore_admin_pb2_grpc.py,sha256=bPkuJ8Y5NX3dVK3okVVABUjVw-1gBtSsu2SJPszo3lc,8830
|
||||
google/cloud/firestore_v1beta1/proto/admin/index_pb2.py,sha256=fwNu1nRggVJ8rhAL6lWcY152Kx0JY7Sqki7iE4il5T4,10054
|
||||
google/cloud/firestore_v1beta1/proto/admin/index_pb2_grpc.py,sha256=DWMIAZgxdUkWnngE5BvewClEYej5jZ2CTkiww5AhtnE,82
|
||||
google/cloud/firestore_v1beta1/proto/common.proto,sha256=7V0IFA5KpNVZMbsFPS4kSRTjKM5sH_0u4l-dHA-OxmY,3028
|
||||
google/cloud/firestore_v1beta1/proto/common_pb2.py,sha256=K5FQV_XHi_shPDekh4tQutRZyxosl9WnRz4mp_0FaPE,16294
|
||||
google/cloud/firestore_v1beta1/proto/common_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1beta1/proto/document.proto,sha256=oFTfMUBsP9YLgm1-g1HYl3yccToX5o6L-eHQzH89250,5231
|
||||
google/cloud/firestore_v1beta1/proto/document_pb2.py,sha256=qA86ecQ1VzDDB4k3utlI2iKyblwMtYn8DZdoqD-zLI8,29582
|
||||
google/cloud/firestore_v1beta1/proto/document_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1beta1/proto/event_flow_document_change_pb2.py,sha256=w5HovWO8YLFDt8O22XVuX-GD9VpO8O0IKEt9339cZYI,2686
|
||||
google/cloud/firestore_v1beta1/proto/event_flow_document_change_pb2_grpc.py,sha256=DWMIAZgxdUkWnngE5BvewClEYej5jZ2CTkiww5AhtnE,82
|
||||
google/cloud/firestore_v1beta1/proto/field.proto,sha256=dEfCLBLp68TrMA1iOWWI6cj6IRNO5s7I0DDCfoCLlhg,4042
|
||||
google/cloud/firestore_v1beta1/proto/firestore.proto,sha256=ilGML_v7iFDpNArPOoZ5_6zKdwkPwLUIIczWsJvO-Wg,28339
|
||||
google/cloud/firestore_v1beta1/proto/firestore_admin.proto,sha256=gAg4db0BX205Q8F4tfHzer0HgfmU5vCSzgfYn9i3_L0,13306
|
||||
google/cloud/firestore_v1beta1/proto/firestore_pb2.py,sha256=BJrc4zaGTch6ZUufNar_LJha70SzZNVxb37Ev-bNZic,146748
|
||||
google/cloud/firestore_v1beta1/proto/firestore_pb2_grpc.py,sha256=2cQM5Trp49ZQxId-KXtMKhN1YL01tb3DrctXRRLhzUE,28181
|
||||
google/cloud/firestore_v1beta1/proto/index.proto,sha256=nNusrbWFFjeLsOB-w4F8DxmyWeNdHVZ2xOUXDxXJctw,3351
|
||||
google/cloud/firestore_v1beta1/proto/location.proto,sha256=gwX-oE4W1wxcAQALIirjAhy1npfMK0SW24XnfIGqCvs,1206
|
||||
google/cloud/firestore_v1beta1/proto/operation.proto,sha256=-hIpu9zJ5G4Agl6QcHeRs5VpmIi0Bjj_fvg46JUAx4A,6715
|
||||
google/cloud/firestore_v1beta1/proto/query.proto,sha256=HVjaN2Tny7hrFofCcIgb8fW02NemDv9m-vPkj4jZaxM,6978
|
||||
google/cloud/firestore_v1beta1/proto/query_pb2.py,sha256=9i0buT4OjBLtovl8RjZfc8lchnNRZplzymzz-BabU3U,46365
|
||||
google/cloud/firestore_v1beta1/proto/query_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1beta1/proto/test_v1beta1_pb2.py,sha256=H3E7j8YBHPTdGrwh_uhrngYm2KHDpnGBQWgZWnHBF2o,68287
|
||||
google/cloud/firestore_v1beta1/proto/write.proto,sha256=xU_eqI3tq4eBEWrwjoEdaTjt0PjMKqa-J2isydFhctE,10689
|
||||
google/cloud/firestore_v1beta1/proto/write_pb2.py,sha256=0mHKWioNOLBm7Bg1PbPTsXAocYLF2a7NSg1ZmWvev-Q,44730
|
||||
google/cloud/firestore_v1beta1/proto/write_pb2_grpc.py,sha256=xYOs94SXiNYAlFodACnsXW5QovLsHY5tCk3p76RH5Zc,158
|
||||
google/cloud/firestore_v1beta1/query.py,sha256=fv61cE1fd0wXb7caACxjmNhsjcIWdQTO1VZDKuaZ2jc,37737
|
||||
google/cloud/firestore_v1beta1/transaction.py,sha256=TNPEUQJKRe_mlDfBN_2VNDyklrVmWZ9lFGyqL7ECjTw,14517
|
||||
google/cloud/firestore_v1beta1/transforms.py,sha256=EVpizxDQszb2WiQizv5x-PTAfCzP1Dn6AUM--DM7y10,2762
|
||||
google/cloud/firestore_v1beta1/types.py,sha256=rlZKDKb8GetV4wCsA4gieHkOBIhQuAf7V6I2I9_2g4I,2029
|
||||
google/cloud/firestore_v1beta1/watch.py,sha256=aZuRmwa4E6H5X1AsTGyhZRyt_1nqUwEVYL8w_NjiKHA,25592
|
||||
google_cloud_firestore-1.9.0-py3.8-nspkg.pth,sha256=b0D5dZk3RUzK54tZ9iZDvLm7u8ltc5EzYrGCmhsuoNw,1698
|
||||
google_cloud_firestore-1.9.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
google_cloud_firestore-1.9.0.dist-info/LICENSE,sha256=wj8Xz9NbPUIIxjKTeDELp0xe1uoa3ruCdyltMOOzSyk,11354
|
||||
google_cloud_firestore-1.9.0.dist-info/METADATA,sha256=Ym79qqm1cEjykQMRUsSdUTMUkvi2QaCAQ4cUcab4W8A,4774
|
||||
google_cloud_firestore-1.9.0.dist-info/RECORD,,
|
||||
google_cloud_firestore-1.9.0.dist-info/WHEEL,sha256=ADKeyaGyKF5DwBNE0sRE5pvW-bSkFMJfBuhzZ3rceP4,110
|
||||
google_cloud_firestore-1.9.0.dist-info/namespace_packages.txt,sha256=v8IaYqRE2a0onAGJIpZeFkkH83wXSWZRR9eOyfMwoTc,20
|
||||
google_cloud_firestore-1.9.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
|
@ -0,0 +1,6 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.35.1)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
google
|
||||
google.cloud
|
|
@ -0,0 +1 @@
|
|||
google
|
Loading…
Add table
Add a link
Reference in a new issue