rm -rf nutra.egg-info/
rm -rf .pytest_cache/ .mypy_cache/
find ntclient/ tests/ -name __pycache__ -o -name .coverage -o -name .pytest_cache | xargs rm -rf
+
+
+# ---------------------------------------
+# Extras
+# ---------------------------------------
+
+CLOC_ARGS ?=
+.PHONY: extras/cloc
+extras/cloc: ## Count lines of source code
+ - cloc \
+ --exclude-dir=\
+ .venv,venv,\
+ .mypy_cache,.pytest_cache,\
+ .idea,\
+ build,dist \
+ --exclude-ext=svg \
+ $(CLOC_ARGS) \
+ .
__url__ = "https://github.com/nutratech/cli"
# Sqlite target versions
-__db_target_nt__ = "0.0.4"
+__db_target_nt__ = "0.0.5"
__db_target_usda__ = "0.0.8"
# Global variables