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,3 @@
|
|||
UNKNOWN
|
||||
|
||||
|
|
@ -0,0 +1 @@
|
|||
pip
|
24
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/METADATA
Normal file
24
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/METADATA
Normal file
|
@ -0,0 +1,24 @@
|
|||
Metadata-Version: 2.0
|
||||
Name: Pyrebase
|
||||
Version: 3.0.27
|
||||
Summary: A simple python wrapper for the Firebase API
|
||||
Home-page: https://github.com/thisbejim/Pyrebase
|
||||
Author: James Childs-Maidment
|
||||
Author-email: UNKNOWN
|
||||
License: MIT
|
||||
Keywords: Firebase
|
||||
Platform: UNKNOWN
|
||||
Classifier: Development Status :: 3 - Alpha
|
||||
Classifier: Intended Audience :: Developers
|
||||
Classifier: License :: OSI Approved :: MIT License
|
||||
Classifier: Programming Language :: Python :: 3.4
|
||||
Requires-Dist: gcloud (==0.17.0)
|
||||
Requires-Dist: oauth2client (==3.0.0)
|
||||
Requires-Dist: pycryptodome (==3.4.3)
|
||||
Requires-Dist: python-jwt (==2.0.1)
|
||||
Requires-Dist: requests (==2.11.1)
|
||||
Requires-Dist: requests-toolbelt (==0.7.0)
|
||||
|
||||
UNKNOWN
|
||||
|
||||
|
16
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/RECORD
Normal file
16
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/RECORD
Normal file
|
@ -0,0 +1,16 @@
|
|||
Pyrebase-3.0.27.dist-info/DESCRIPTION.rst,sha256=OCTuuN6LcWulhHS3d5rfjdsQtW22n7HENFRh6jC6ego,10
|
||||
Pyrebase-3.0.27.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4
|
||||
Pyrebase-3.0.27.dist-info/METADATA,sha256=RfmjXcjnYUdk8zxi08SJipkXDotnVC5X68CfNXoAloQ,681
|
||||
Pyrebase-3.0.27.dist-info/RECORD,,
|
||||
Pyrebase-3.0.27.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
||||
Pyrebase-3.0.27.dist-info/WHEEL,sha256=rNo05PbNqwnXiIHFsYm0m22u4Zm6YJtugFG2THx4w3g,92
|
||||
Pyrebase-3.0.27.dist-info/metadata.json,sha256=UJcq3eYf1Ht6QGIsllXnbVkAvNnai8pK-H3pPTzqowE,801
|
||||
Pyrebase-3.0.27.dist-info/top_level.txt,sha256=0ZPspBFc9MOdvKSIuemY6ZcQigW4WutrGNE419QkF0M,19
|
||||
pyrebase/__init__.py,sha256=iYN3xUwMAE9MTxM8SvL3jNZIwBgrsMf9YhoCiMZZoZM,36
|
||||
pyrebase/__pycache__/__init__.cpython-36.pyc,,
|
||||
pyrebase/__pycache__/pyrebase.cpython-36.pyc,,
|
||||
pyrebase/pyrebase.py,sha256=XwljobAFc8TUvXMoB22I3M0BRqE-mn4_jwqfdusBako,21697
|
||||
sseclient/__init__.py,sha256=lMXobaGzwuHLQOKtfvSpUWhItdTE39JgbIFRuf1D5Zg,32
|
||||
sseclient/__pycache__/__init__.cpython-36.pyc,,
|
||||
sseclient/__pycache__/sseclient.cpython-36.pyc,,
|
||||
sseclient/sseclient.py,sha256=0za9Vm5RXr_P-ABm2O47xXQtDDfIreUlewbmFOKvNbM,5395
|
5
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/WHEEL
Normal file
5
venv/Lib/site-packages/Pyrebase-3.0.27.dist-info/WHEEL
Normal file
|
@ -0,0 +1,5 @@
|
|||
Wheel-Version: 1.0
|
||||
Generator: bdist_wheel (0.29.0)
|
||||
Root-Is-Purelib: true
|
||||
Tag: py3-none-any
|
||||
|
|
@ -0,0 +1 @@
|
|||
{"classifiers": ["Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3.4"], "extensions": {"python.details": {"contacts": [{"name": "James Childs-Maidment", "role": "author"}], "document_names": {"description": "DESCRIPTION.rst"}, "project_urls": {"Home": "https://github.com/thisbejim/Pyrebase"}}}, "extras": [], "generator": "bdist_wheel (0.29.0)", "keywords": ["Firebase"], "license": "MIT", "metadata_version": "2.0", "name": "Pyrebase", "run_requires": [{"requires": ["gcloud (==0.17.0)", "oauth2client (==3.0.0)", "pycryptodome (==3.4.3)", "python-jwt (==2.0.1)", "requests (==2.11.1)", "requests-toolbelt (==0.7.0)"]}], "summary": "A simple python wrapper for the Firebase API", "version": "3.0.27"}
|
|
@ -0,0 +1,2 @@
|
|||
pyrebase
|
||||
sseclient
|
Loading…
Add table
Add a link
Reference in a new issue