LICENSE.txt
README.rst
setup.cfg
setup.py
src/ll/la/__init__.py
src/ll/la/handlers.py
src/ll/la/vsql.py
src/ll_la.egg-info/PKG-INFO
src/ll_la.egg-info/SOURCES.txt
src/ll_la.egg-info/dependency_links.txt
src/ll_la.egg-info/not-zip-safe
src/ll_la.egg-info/requires.txt
src/ll_la.egg-info/top_level.txt
test/test_livingapi.py
test/test_vsql.py
test/test_vsql_attr.py
test/test_vsql_binop_add.py
test/test_vsql_binop_and.py
test/test_vsql_binop_bitand.py
test/test_vsql_binop_bitor.py
test/test_vsql_binop_bitxor.py
test/test_vsql_binop_contains.py
test/test_vsql_binop_floordiv.py
test/test_vsql_binop_is.py
test/test_vsql_binop_isnot.py
test/test_vsql_binop_item.py
test/test_vsql_binop_mod.py
test/test_vsql_binop_mul.py
test/test_vsql_binop_notcontains.py
test/test_vsql_binop_or.py
test/test_vsql_binop_shiftleft.py
test/test_vsql_binop_shiftright.py
test/test_vsql_binop_sub.py
test/test_vsql_binop_truediv.py
test/test_vsql_cmp_eq.py
test/test_vsql_cmp_ge.py
test/test_vsql_cmp_gt.py
test/test_vsql_cmp_le.py
test/test_vsql_cmp_lt.py
test/test_vsql_cmp_ne.py
test/test_vsql_func.py
test/test_vsql_meth.py
test/test_vsql_slice.py
test/test_vsql_unop_bitnot.py
test/test_vsql_unop_neg.py
test/test_vsql_unop_not.py