MANIFEST.in
README.md
requirements.txt
requirements_test.txt
setup.cfg
setup.py
eql/__init__.py
eql/__main__.py
eql/ast.py
eql/build.py
eql/engine.py
eql/errors.py
eql/events.py
eql/functions.py
eql/highlighters.py
eql/loader.py
eql/main.py
eql/optimizer.py
eql/parser.py
eql/pipes.py
eql/schema.py
eql/shell.py
eql/signatures.py
eql/table.py
eql/transpilers.py
eql/types.py
eql/utils.py
eql/walkers.py
eql.egg-info/PKG-INFO
eql.egg-info/SOURCES.txt
eql.egg-info/dependency_links.txt
eql.egg-info/entry_points.txt
eql.egg-info/not-zip-safe
eql.egg-info/requires.txt
eql.egg-info/top_level.txt
eql/etc/__init__.py
eql/etc/eql.g
eql/etc/test_data.json
eql/etc/test_queries.toml
eql/tests/__init__.py
eql/tests/base.py