From c20b5f7c987cf4edda8f08f2cd49668118370bbf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sun, 13 Feb 2022 20:39:14 +0100 Subject: [PATCH] lowecase --- {mealAPI => mealapi}/app.py | 0 {mealAPI => mealapi}/model/__init__.py | 0 {mealAPI => mealapi}/model/db.py | 0 {mealAPI => mealapi}/model/ingredient.py | 0 {mealAPI => mealapi}/model/meal.py | 0 {mealAPI => mealapi}/model/mealingredient.py | 0 {mealAPI => mealapi}/resources/__init__.py | 0 {mealAPI => mealapi}/resources/mealresource.py | 0 {mealAPI => mealapi}/schemas/__init__.py | 0 {mealAPI => mealapi}/schemas/ingredientschema.py | 0 {mealAPI => mealapi}/schemas/marshm.py | 0 {mealAPI => mealapi}/schemas/mealschema.py | 0 {mealAPI => mealapi}/utils/__init__.py | 0 {mealAPI => mealapi}/utils/config.py | 0 {mealAPI => mealapi}/utils/error_handlers.py | 0 {mealAPI => mealapi}/utils/healthchecks.py | 0 16 files changed, 0 insertions(+), 0 deletions(-) rename {mealAPI => mealapi}/app.py (100%) rename {mealAPI => mealapi}/model/__init__.py (100%) rename {mealAPI => mealapi}/model/db.py (100%) rename {mealAPI => mealapi}/model/ingredient.py (100%) rename {mealAPI => mealapi}/model/meal.py (100%) rename {mealAPI => mealapi}/model/mealingredient.py (100%) rename {mealAPI => mealapi}/resources/__init__.py (100%) rename {mealAPI => mealapi}/resources/mealresource.py (100%) rename {mealAPI => mealapi}/schemas/__init__.py (100%) rename {mealAPI => mealapi}/schemas/ingredientschema.py (100%) rename {mealAPI => mealapi}/schemas/marshm.py (100%) rename {mealAPI => mealapi}/schemas/mealschema.py (100%) rename {mealAPI => mealapi}/utils/__init__.py (100%) rename {mealAPI => mealapi}/utils/config.py (100%) rename {mealAPI => mealapi}/utils/error_handlers.py (100%) rename {mealAPI => mealapi}/utils/healthchecks.py (100%) diff --git a/mealAPI/app.py b/mealapi/app.py similarity index 100% rename from mealAPI/app.py rename to mealapi/app.py diff --git a/mealAPI/model/__init__.py b/mealapi/model/__init__.py similarity index 100% rename from mealAPI/model/__init__.py rename to mealapi/model/__init__.py diff --git a/mealAPI/model/db.py b/mealapi/model/db.py similarity index 100% rename from mealAPI/model/db.py rename to mealapi/model/db.py diff --git a/mealAPI/model/ingredient.py b/mealapi/model/ingredient.py similarity index 100% rename from mealAPI/model/ingredient.py rename to mealapi/model/ingredient.py diff --git a/mealAPI/model/meal.py b/mealapi/model/meal.py similarity index 100% rename from mealAPI/model/meal.py rename to mealapi/model/meal.py diff --git a/mealAPI/model/mealingredient.py b/mealapi/model/mealingredient.py similarity index 100% rename from mealAPI/model/mealingredient.py rename to mealapi/model/mealingredient.py diff --git a/mealAPI/resources/__init__.py b/mealapi/resources/__init__.py similarity index 100% rename from mealAPI/resources/__init__.py rename to mealapi/resources/__init__.py diff --git a/mealAPI/resources/mealresource.py b/mealapi/resources/mealresource.py similarity index 100% rename from mealAPI/resources/mealresource.py rename to mealapi/resources/mealresource.py diff --git a/mealAPI/schemas/__init__.py b/mealapi/schemas/__init__.py similarity index 100% rename from mealAPI/schemas/__init__.py rename to mealapi/schemas/__init__.py diff --git a/mealAPI/schemas/ingredientschema.py b/mealapi/schemas/ingredientschema.py similarity index 100% rename from mealAPI/schemas/ingredientschema.py rename to mealapi/schemas/ingredientschema.py diff --git a/mealAPI/schemas/marshm.py b/mealapi/schemas/marshm.py similarity index 100% rename from mealAPI/schemas/marshm.py rename to mealapi/schemas/marshm.py diff --git a/mealAPI/schemas/mealschema.py b/mealapi/schemas/mealschema.py similarity index 100% rename from mealAPI/schemas/mealschema.py rename to mealapi/schemas/mealschema.py diff --git a/mealAPI/utils/__init__.py b/mealapi/utils/__init__.py similarity index 100% rename from mealAPI/utils/__init__.py rename to mealapi/utils/__init__.py diff --git a/mealAPI/utils/config.py b/mealapi/utils/config.py similarity index 100% rename from mealAPI/utils/config.py rename to mealapi/utils/config.py diff --git a/mealAPI/utils/error_handlers.py b/mealapi/utils/error_handlers.py similarity index 100% rename from mealAPI/utils/error_handlers.py rename to mealapi/utils/error_handlers.py diff --git a/mealAPI/utils/healthchecks.py b/mealapi/utils/healthchecks.py similarity index 100% rename from mealAPI/utils/healthchecks.py rename to mealapi/utils/healthchecks.py