general cleanup, add calculators (#13)
authorShane Jaroch <chown_tee@proton.me>
Thu, 28 Jul 2022 09:01:05 +0000 (05:01 -0400)
committerGitHub <noreply@github.com>
Thu, 28 Jul 2022 09:01:05 +0000 (05:01 -0400)
commitf93e1095f1adfacf5428b91eef60359dddd1514d
treef263917af9f723fe48145d702368734694507a41
parente9240f432ede63ad025b41fa8ecd8ae40f2befd2
general cleanup, add calculators (#13)
56 files changed:
.editorconfig
.github/workflows/coveralls.yml [deleted file]
.github/workflows/install-linux.yml [moved from .github/workflows/test-linux.yml with 73% similarity]
.github/workflows/test-win32.yml [deleted file]
.github/workflows/test.yml [new file with mode: 0644]
.pylintrc
CHANGELOG.rst
MANIFEST.in
Makefile
README.rst
ntclient/LICENSE [deleted file]
ntclient/__init__.py
ntclient/__main__.py
ntclient/argparser/__init__.py
ntclient/argparser/funcs.py
ntclient/argparser/types.py
ntclient/core/nnest.py
ntclient/core/nnr2.py
ntclient/models/__init__.py [new file with mode: 0644]
ntclient/ntsqlite
ntclient/persistence/__init__.py
ntclient/persistence/sql/__init__.py
ntclient/persistence/sql/nt/funcs.py
ntclient/persistence/sql/usda/__init__.py
ntclient/persistence/sql/usda/funcs.py
ntclient/resources/recipe/dinner/burrito-bowl.csv [new file with mode: 0644]
ntclient/resources/recipe/dinner/grass-fed-burger.csv [new file with mode: 0644]
ntclient/resources/recipe/snack/baked-potato-wedges.csv [new file with mode: 0644]
ntclient/resources/recipe/snack/buckwheat-pancake.csv [new file with mode: 0644]
ntclient/resources/recipe/snack/fruit-smoothie.csv [new file with mode: 0644]
ntclient/resources/recipe/tmp/food_amounts.csv [new file with mode: 0644]
ntclient/resources/recipe/tmp/names.csv [new file with mode: 0644]
ntclient/resources/recipe/tmp/servings.csv [new file with mode: 0644]
ntclient/services/__init__.py
ntclient/services/analyze.py
ntclient/services/calculate.py [new file with mode: 0644]
ntclient/services/recipe.py [deleted file]
ntclient/services/recipe/__init__.py [new file with mode: 0644]
ntclient/services/recipe/csv_utils.py [new file with mode: 0644]
ntclient/services/recipe/utils.py [new file with mode: 0644]
ntclient/services/usda.py
ntclient/utils/__init__.py
ntclient/utils/colors.py [new file with mode: 0644]
ntclient/utils/tree.py [new file with mode: 0755]
nutra
requirements-old.txt [new file with mode: 0644]
requirements-test-old.txt [moved from requirements-test-win_xp-ubu1604.txt with 83% similarity]
requirements.txt
setup.cfg
setup.py
tests/__main__.py [deleted file]
tests/services/__init__.py [new file with mode: 0644]
tests/services/test_recipe.py [new file with mode: 0644]
tests/test_cli.py
tests/utils/__init__.py [new file with mode: 0644]
tests/utils/test_tree.py [new file with mode: 0644]