MANIFEST.in
README.md
setup.py
calorie_counter.egg-info/PKG-INFO
calorie_counter.egg-info/SOURCES.txt
calorie_counter.egg-info/dependency_links.txt
calorie_counter.egg-info/requires.txt
calorie_counter.egg-info/top_level.txt
counter/__init__.py
counter/__main__.py
counter/builder.py
counter/converter.py
counter/writer.py
counter/static/css/auto-complete.css
counter/static/css/mui.css
counter/static/css/style.css
counter/static/data/menu.csv
counter/static/img/delete.png
counter/static/img/favicon.png
counter/static/img/le_bigmac.png
counter/static/img/page.png
counter/static/js/auto-complete.js
counter/static/js/food.js
counter/static/js/food.json
counter/static/js/handler.js
counter/static/js/mui.js
counter/templates/index.html
counter/view/__init__.py
counter/view/home.py
tests/__init__.py
tests/test_builder.py
tests/test_converter.py