Updated DB_Helper by adding firebase methods.
This commit is contained in:
parent
485cc3bbba
commit
c82121d036
1810 changed files with 537281 additions and 1 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,33 @@
|
|||
Metadata-Version: 2.1
|
||||
Name: googleapis-common-protos
|
||||
Version: 1.52.0
|
||||
Summary: Common protobufs used in Google APIs
|
||||
Home-page: https://github.com/googleapis/python-api-common-protos
|
||||
Author: Google LLC
|
||||
Author-email: googleapis-packages@google.com
|
||||
License: Apache-2.0
|
||||
Platform: UNKNOWN
|
||||
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 :: 3
|
||||
Classifier: Programming Language :: Python :: 3.5
|
||||
Classifier: Programming Language :: Python :: 3.6
|
||||
Classifier: Programming Language :: Python :: 3.7
|
||||
Classifier: Programming Language :: Python :: 3.8
|
||||
Classifier: Programming Language :: Python :: Implementation :: CPython
|
||||
Requires-Python: >=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*
|
||||
Description-Content-Type: text/markdown
|
||||
Requires-Dist: protobuf (>=3.6.0)
|
||||
Provides-Extra: grpc
|
||||
Requires-Dist: grpcio (>=1.0.0) ; extra == 'grpc'
|
||||
|
||||
|
||||
# Google APIs common protos
|
||||
|
||||
TOOD: Add standard badges
|
||||
|
||||
googleapis-common-protos contains the python classes generated from the common
|
||||
protos in the [googleapis/api-common-protos](https://github.com/googleapis/api-common-protos) repository.
|
||||
|
|
@ -0,0 +1,124 @@
|
|||
google/api/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/api/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/api/__pycache__/annotations_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/auth_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/backend_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/billing_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/client_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/config_change_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/consumer_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/context_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/control_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/distribution_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/documentation_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/endpoint_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/field_behavior_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/http_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/httpbody_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/label_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/launch_stage_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/log_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/logging_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/metric_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/monitored_resource_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/monitoring_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/quota_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/resource_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/service_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/source_info_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/system_parameter_pb2.cpython-36.pyc,,
|
||||
google/api/__pycache__/usage_pb2.cpython-36.pyc,,
|
||||
google/api/annotations_pb2.py,sha256=54_ZCjjWZACxh0bQqIWCiBYD7aNKTd783BaiMiC8MHE,2676
|
||||
google/api/auth_pb2.py,sha256=G_98elVnEdkp7tNkoClUP-OKRYHEDj3zHmRvxUuwJuE,14798
|
||||
google/api/backend_pb2.py,sha256=I95DdUED2v8xfhS6GRrlEjoFEOCuYsPC46tMBeiMdjY,6218
|
||||
google/api/billing_pb2.py,sha256=Oh6-_x7Fj__01Tbd1JkKj_yecfJSaPDPFl9lloKC35Q,5542
|
||||
google/api/client_pb2.py,sha256=_GjCcxDGmwa1nxYt8EQXBBngLS0fKyODYieQvb5hJiI,3860
|
||||
google/api/config_change_pb2.py,sha256=Ie3QvNa4cPO1T_X40kB34agdrT6A-gmL1zO7N8O9MIg,8266
|
||||
google/api/consumer_pb2.py,sha256=6bp1mdZmN-pd4MUMnz4f9iN8X0q0pOeDq-d6tzPfxa8,7003
|
||||
google/api/context_pb2.py,sha256=C-vaTtfDD-a-h8N6faKKiD6Zg-1AQxBTkkco-PQ_yAY,5563
|
||||
google/api/control_pb2.py,sha256=WXTC8-3iuz_WA9PNZp0Vt1qJw7aG0jNpCBcn44vK7cY,2969
|
||||
google/api/distribution_pb2.py,sha256=ng0OF_ufj6ZgumjXdvCIWUK4OFSpeQuVNo4eIQZKJXA,24522
|
||||
google/api/documentation_pb2.py,sha256=W4yVM6JFmsyWd7jsLieN0OFrVI-XylRsF3aCbiOozkQ,10882
|
||||
google/api/endpoint_pb2.py,sha256=3HEIyB3SKn0oU8pXfKV58LtwbNJUbHqdm4mYyji8ucc,5448
|
||||
google/api/field_behavior_pb2.py,sha256=FyfM_WsEXdTYWFMgHdD5uWQTkwLhCPmEJTGLv_ntmWU,4302
|
||||
google/api/http_pb2.py,sha256=1f9CsVn4ltlWlWj8mjysySXDZ-eoo850tWSNSv7XtiA,13758
|
||||
google/api/httpbody_pb2.py,sha256=5yOFwdfIoPeibY5AzKHDzIpNPqfNsbgQ-2lATsk9JUk,4397
|
||||
google/api/label_pb2.py,sha256=idsKhD80VQKEqZUVdQOOd4tiTK9VS7EVNSQMwx3iyGY,5274
|
||||
google/api/launch_stage_pb2.py,sha256=2NtdxCM6Z3f6pcF6pe9mjs0b7rBbHZOryHC4bcd_EjA,3254
|
||||
google/api/log_pb2.py,sha256=UbHSp5GTeu0isakkGPyYUyjd0Vg68Fihx5gVsLo9KB8,5067
|
||||
google/api/logging_pb2.py,sha256=DcrvbdhsGsPgrG8Nsqfg6oMfaM9bclWcz3apt_MlzVA,6274
|
||||
google/api/metric_pb2.py,sha256=VgIPqU3nsuH9ak5lm-gl_mitUidmjukAxdIH-bwrsvE,14728
|
||||
google/api/monitored_resource_pb2.py,sha256=bb7Wbzys2SjTcSwpIVLSX8wMgaVMFWMD07RXjr88Zzw,15588
|
||||
google/api/monitoring_pb2.py,sha256=4U_qZC5pWtaQ1MY0-wW5F53ZFPPlay4Rhm4Eq1zQj4g,6437
|
||||
google/api/quota_pb2.py,sha256=CUrPFy5jiL9KmuSaOBtImUJ12OsLXC6eXlRTq1MDkCU,17080
|
||||
google/api/resource_pb2.py,sha256=06BkrZysC6gmjmzbeP_7rFrPo84COTJ4jXi7RL7HtBw,11952
|
||||
google/api/service_pb2.py,sha256=-EkrK0FUzvrU_LULU12dNA9yg-nocvTV95zHSKo1hDA,22971
|
||||
google/api/source_info_pb2.py,sha256=0PofACF58h3XofsIsBHv7zA-etprfEEYbrA4m1MbT6k,3302
|
||||
google/api/system_parameter_pb2.py,sha256=E5DfUjJisEhuJkQVlKNZ3YG2Par4DNpw1V6OEdD9IR8,8068
|
||||
google/api/usage_pb2.py,sha256=fCyRhmWgxg8_nut7IM7HGGZxfl7kz9ti8hdS2NaoOhI,6979
|
||||
google/logging/type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/logging/type/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/logging/type/__pycache__/http_request_pb2.cpython-36.pyc,,
|
||||
google/logging/type/__pycache__/log_severity_pb2.cpython-36.pyc,,
|
||||
google/logging/type/http_request_pb2.py,sha256=DJnKY4wQLIgZTokpdZpWCRd-z0PvIXpwDwCe-q9d73I,12188
|
||||
google/logging/type/log_severity_pb2.py,sha256=8gzxxkLOlAzpSW1mddUrfyvKUS-ZQlfSxFPnLm23bSE,4143
|
||||
google/longrunning/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/longrunning/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/longrunning/__pycache__/operations_grpc.cpython-36.pyc,,
|
||||
google/longrunning/__pycache__/operations_grpc_pb2.cpython-36.pyc,,
|
||||
google/longrunning/__pycache__/operations_pb2.cpython-36.pyc,,
|
||||
google/longrunning/__pycache__/operations_proto.cpython-36.pyc,,
|
||||
google/longrunning/__pycache__/operations_proto_pb2.cpython-36.pyc,,
|
||||
google/longrunning/operations_grpc.py,sha256=CVUY9KK19jQo9hproUOwwjtnLgMAZJX8wlvUk42vBB0,221
|
||||
google/longrunning/operations_grpc_pb2.py,sha256=xV8D67Kh-GBvutHXl5b3MuuE8RiACiUKuhYfYUhwX2o,2050
|
||||
google/longrunning/operations_pb2.py,sha256=0vQp0G5XAYoT8Ng3BF7F2RY1pQmlsHRO9jL2-Vd1eYM,1123
|
||||
google/longrunning/operations_proto.py,sha256=ZXPIBp7WWZoZ9wn_Dr5UBi7XDYduodBqMlihm30f6NM,222
|
||||
google/longrunning/operations_proto_pb2.py,sha256=hlDLBqejxuVhvr5EafcyZU6zfW4b76p44EJ2-NJVPew,23118
|
||||
google/rpc/__init__.py,sha256=B54uqovCU6_8ZHGcxnj11ixlUut5H8Nr21dQBYktIw8,774
|
||||
google/rpc/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/rpc/__pycache__/code_pb2.cpython-36.pyc,,
|
||||
google/rpc/__pycache__/error_details_pb2.cpython-36.pyc,,
|
||||
google/rpc/__pycache__/status_pb2.cpython-36.pyc,,
|
||||
google/rpc/code_pb2.py,sha256=_eSoK-K6IHHemf3VNY7tD0Z-FqcDokBnfTTg-KBocRk,5612
|
||||
google/rpc/context/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/rpc/context/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/rpc/context/__pycache__/attribute_context_pb2.cpython-36.pyc,,
|
||||
google/rpc/context/attribute_context_pb2.py,sha256=KhlDzHtAyRG9AdlYY3Gdf6QzT8PDr2qNRI2U9QBBk5E,45433
|
||||
google/rpc/error_details_pb2.py,sha256=mbE2q93pi6_AszRlr8lP8AMmG3mKNVjqzDRvzDw59fg,32676
|
||||
google/rpc/status_pb2.py,sha256=AhtYfsiaf8s1UFlACTUyPu3B5___vd5L7ttpg2_-G0A,4339
|
||||
google/type/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
google/type/__pycache__/__init__.cpython-36.pyc,,
|
||||
google/type/__pycache__/calendar_period_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/color_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/date_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/datetime_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/dayofweek_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/expr_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/fraction_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/latlng_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/money_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/month_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/postal_address_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/quaternion_pb2.cpython-36.pyc,,
|
||||
google/type/__pycache__/timeofday_pb2.cpython-36.pyc,,
|
||||
google/type/calendar_period_pb2.py,sha256=ndD594RRDXgBQ5jby9HqFtPsxTM2pXacTfgQIhiUI-c,3691
|
||||
google/type/color_pb2.py,sha256=Cr2IZArOja3jxHQCwmTa7Hv8t8G_OM19zR77P-YBbeM,4916
|
||||
google/type/date_pb2.py,sha256=fQi7Zq7eUbUL6NQ5zThf9Nppl7_-aRD7wfd6_ClCaQw,3987
|
||||
google/type/datetime_pb2.py,sha256=gQehtvTqmRXUcUgjXyGwCcl3iSZBHDv9vY2tav6iFTw,10505
|
||||
google/type/dayofweek_pb2.py,sha256=RVOZrfZzHIPXKwQIL8-Puc10mj_DcBo6vpBWbF34Nag,3620
|
||||
google/type/expr_pb2.py,sha256=VJ-0j3X3RvwDzndgIxwe9eH5yWnrdy5mUshC6Sh_yFQ,4629
|
||||
google/type/fraction_pb2.py,sha256=zT_7eBsgLT6GChNf43_WkhuQDDq-XXSLL3jhsVrkWbE,3536
|
||||
google/type/latlng_pb2.py,sha256=RqQmeMJA6TR7Lo3f4crzRzvnATKUIFdkERbDtZiUx44,3514
|
||||
google/type/money_pb2.py,sha256=IfSrVMGfu7fCwy0eOivlWzlxSU3tFkEDp2r1jNem_VI,4045
|
||||
google/type/month_pb2.py,sha256=BZCuF0woZusFfOJYrw-0ikRj2yfIWaxfM7XoJCS5AvA,4387
|
||||
google/type/postal_address_pb2.py,sha256=ZHbdFaJLQy216SNOSLEUAGMiA2_XZK6mIx7c0fRtnWg,9090
|
||||
google/type/quaternion_pb2.py,sha256=KavSgWHBXdTyifJNO9JcficCpPSHdZgmIdniVcOMLWs,4669
|
||||
google/type/timeofday_pb2.py,sha256=2Cw-t_UPs_FCRaXDpVTV0jd3V1YLm_00I3Wh2whLfGI,4680
|
||||
googleapis_common_protos-1.52.0-py3.8-nspkg.pth,sha256=Tg4rpjewFx7OQ2T0FgJr03q1pjDuv0s3_Kt7Om6NRTY,1710
|
||||
googleapis_common_protos-1.52.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
googleapis_common_protos-1.52.0.dist-info/LICENSE,sha256=wj8Xz9NbPUIIxjKTeDELp0xe1uoa3ruCdyltMOOzSyk,11354
|
||||
googleapis_common_protos-1.52.0.dist-info/METADATA,sha256=zUUN1D0TDBVydv-hdyMiQG8vIC22Mm4dVFg52O-udhs,1254
|
||||
googleapis_common_protos-1.52.0.dist-info/RECORD,,
|
||||
googleapis_common_protos-1.52.0.dist-info/WHEEL,sha256=kGT74LWyRUZrL4VgLh6_g12IeVl_9u9ZVhadrgXZUEY,110
|
||||
googleapis_common_protos-1.52.0.dist-info/namespace_packages.txt,sha256=ZYDWu9vCgZTsAUTtX60BH9vYx2tjPFGQnUjgJAk_uus,22
|
||||
googleapis_common_protos-1.52.0.dist-info/top_level.txt,sha256=_1QvSJIhFAGfxb79D6DhB7SUw2X6T4rwnz_LLrbcD3c,7
|
|
@ -0,0 +1,6 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.34.2)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py2-none-any
|
||||
Tag: py3-none-any
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
google
|
||||
google.logging
|
|
@ -0,0 +1 @@
|
|||
google
|
Loading…
Add table
Add a link
Reference in a new issue