setup.py
xlql/__init__.py
xlql/cli.py
xlql.egg-info/PKG-INFO
xlql.egg-info/SOURCES.txt
xlql.egg-info/dependency_links.txt
xlql.egg-info/entry_points.txt
xlql.egg-info/requires.txt
xlql.egg-info/top_level.txt
xlql/commands/__init__.py
xlql/commands/basic_sql.py
xlql/commands/create_db.py
xlql/commands/delete_db.py
xlql/commands/delete_table.py
xlql/commands/insert.py
xlql/commands/list_db.py
xlql/commands/list_table.py
xlql/commands/query_handler.py
xlql/core/__init__.py
xlql/core/utils.py