README.md
setup.py
openlostcat/__init__.py
openlostcat/category.py
openlostcat/categorycatalog.py
openlostcat/main_osm_categorizer.py
openlostcat/utils.py
openlostcat.egg-info/PKG-INFO
openlostcat.egg-info/SOURCES.txt
openlostcat.egg-info/dependency_links.txt
openlostcat.egg-info/requires.txt
openlostcat.egg-info/top_level.txt
openlostcat/operators/__init__.py
openlostcat/operators/abstract_bool_operator.py
openlostcat/operators/abstract_filter_operator.py
openlostcat/operators/bool_operators.py
openlostcat/operators/filter_operators.py
openlostcat/operators/quantifier_operators.py
openlostcat/osmqueryutils/__init__.py
openlostcat/osmqueryutils/ask_osm.py
openlostcat/parsers/__init__.py
openlostcat/parsers/categorycatalogparser.py
openlostcat/parsers/categoryorrefdefparser.py
openlostcat/parsers/opexpressionparser.py
openlostcat/parsers/refdict.py
tests/__init__.py
tests/booloperators/__init__.py
tests/booloperators/test_AND_and_OR.py
tests/booloperators/test_Const.py
tests/booloperators/test_NOT.py
tests/booloperators/test_REF.py
tests/booloperators/test_abstract_bool_operator.py
tests/booloperators/test_de_morgan.py
tests/booloperators/test_implication.py
tests/filteroperators/__init__.py
tests/filteroperators/test_AND_and_OR.py
tests/filteroperators/test_Atomic_filter.py
tests/filteroperators/test_Const.py
tests/filteroperators/test_NOT.py
tests/filteroperators/test_REF.py
tests/filteroperators/test_abstract_filter_operator.py
tests/filteroperators/test_implication.py
tests/parsers/__init__.py
tests/parsers/test_parser_process.py
tests/parsers/test_refdict.py
tests/quantifier/__init__.py
tests/quantifier/test_quantifier.py