.gitignore
.readthedocs.yml
LICENSE.txt
MANIFEST
README.md
prebuild
requirements.txt
requirements_dev.txt
setup.cfg
setup.py
.opensource/project.json
docs/Makefile
docs/classes.rst
docs/conf.py
docs/future.md
docs/index.rst
docs/make.bat
docs/parser.md
docs/programming_interface.md
docs/query_script.md
docs/references.md
docs/requirements.txt
firesql/__init__.py
firesql/firebase/__init__.py
firesql/firebase/client.py
firesql/sql/__init__.py
firesql/sql/doc_printer.py
firesql/sql/fire_sql.py
firesql/sql/sql_aggregation.py
firesql/sql/sql_date.py
firesql/sql/sql_fire_client.py
firesql/sql/sql_fire_delete.py
firesql/sql/sql_fire_insert.py
firesql/sql/sql_fire_query.py
firesql/sql/sql_fire_update.py
firesql/sql/sql_join.py
firesql/sql/sql_objects.py
firesql/sql/sql_transformer.py
firesql/sql/grammar/__init__.py
firesql/sql/grammar/firesql.lark
images/sql_parse_tree.png
notebooks/firesql_analytics.ipynb
notebooks/firesql_dml.ipynb
notebooks/firesql_parser.ipynb
pyfiresql.egg-info/PKG-INFO
pyfiresql.egg-info/SOURCES.txt
pyfiresql.egg-info/dependency_links.txt
pyfiresql.egg-info/requires.txt
pyfiresql.egg-info/top_level.txt
scripts/firesql-query.py
scripts/input.sql
scripts/input2.sql
tests/README.md
tests/conftest.py
tests/integration/__init__.py
tests/unit/__init__.py