.coveragerc
.flake8
.gitignore
.isort.cfg
.pre-commit-config.yaml
.pylintrc
.readthedocs.yaml
LICENSE
README.md
noxfile.py
pyproject.toml
.github/workflows/ci-test.yml
.github/workflows/deploy.yml
examples/car.lp
examples/config_assignment.lp
examples/config_default.lp
examples/config_default_df.lp
examples/config_default_in.lp
examples/config_maxlimit_choice.lp
examples/config_minmax_price.lp
examples/config_optional.lp
examples/config_pricelimit_choice.lp
examples/config_pricelimit_sum.lp
examples/config_pricelimit_sus.lp
examples/taxes.lp
examples/vicious_cycle.lp
src/flingo/__init__.py
src/flingo/__main__.py
src/flingo/astutil.py
src/flingo/parsing.py
src/flingo/py.typed
src/flingo/translator.py
src/flingo.egg-info/PKG-INFO
src/flingo.egg-info/SOURCES.txt
src/flingo.egg-info/dependency_links.txt
src/flingo.egg-info/entry_points.txt
src/flingo.egg-info/requires.txt
src/flingo.egg-info/top_level.txt
src/flingo/utils/__init__.py
src/flingo/utils/logger.py
src/flingo/utils/parser.py
tests/__init__.py
tests/py.typed
tests/test_htc.py