LICENSE
README.md
setup.py
stimula/__init__.py
stimula.egg-info/PKG-INFO
stimula.egg-info/SOURCES.txt
stimula.egg-info/dependency_links.txt
stimula.egg-info/entry_points.txt
stimula.egg-info/requires.txt
stimula.egg-info/top_level.txt
stimula/cli/__init__.py
stimula/cli/anonymizer.py
stimula/cli/cli.py
stimula/cli/file_source.py
stimula/cli/google_source.py
stimula/cli/local.py
stimula/cli/remote.py
stimula/service/__init__.py
stimula/service/abstract_orm.py
stimula/service/api_reader.py
stimula/service/auth.py
stimula/service/context.py
stimula/service/csv_reader.py
stimula/service/db.py
stimula/service/db_reader.py
stimula/service/diff_to_executor.py
stimula/service/executor_creator.py
stimula/service/executor_service.py
stimula/service/model_service.py
stimula/service/orm_creator.py
stimula/service/orm_executor.py
stimula/service/query_executor.py
stimula/service/reporter.py
stimula/service/sql_creator.py
stimula/service/odoo/__init__.py
stimula/service/odoo/jsonrpc_model_service.py
stimula/service/odoo/postgres_model_service.py
stimula/stml/__init__.py
stimula/stml/alias_enricher.py
stimula/stml/header_renderer.py
stimula/stml/json_renderer.py
stimula/stml/model.py
stimula/stml/model_enricher.py
stimula/stml/parameter_expander.py
stimula/stml/stml_creator.py
stimula/stml/stml_merger.py
stimula/stml/stml_parser.py
stimula/stml/values_parser.py
stimula/stml/orm/__init__.py
stimula/stml/orm/orm_insert_renderer.py
stimula/stml/sly/__init__.py
stimula/stml/sly/ast.py
stimula/stml/sly/docparse.py
stimula/stml/sly/lex.py
stimula/stml/sly/yacc.py
stimula/stml/sql/__init__.py
stimula/stml/sql/delete_renderer.py
stimula/stml/sql/foreign_where_renderer.py
stimula/stml/sql/insert_renderer.py
stimula/stml/sql/parameter_types_renderer.py
stimula/stml/sql/parameters_renderer.py
stimula/stml/sql/select_renderer.py
stimula/stml/sql/types_renderer.py
stimula/stml/sql/update_renderer.py
stimula/stml/sql/where_renderer.py