From e926c8a03e359fae68c2599d081fcd48eba8dcd9 Mon Sep 17 00:00:00 2001 From: MvS Date: Thu, 5 Dec 2019 11:47:00 -0800 Subject: [PATCH] add dash for dashboards boilerpate --- Makefile => CLI_app/Makefile | 0 README.md => CLI_app/README.md | 0 pytest.ini => CLI_app/pytest.ini | 0 requirements.txt => CLI_app/requirements.txt | 0 setup.py => CLI_app/setup.py | 0 {tests => CLI_app/tests}/__init__.py | 0 {yourapp => CLI_app/yourapp}/__init__.py | 0 {yourapp => CLI_app/yourapp}/yourapp.py | 0 dash_app/README.md | 1 + 9 files changed, 1 insertion(+) rename Makefile => CLI_app/Makefile (100%) rename README.md => CLI_app/README.md (100%) rename pytest.ini => CLI_app/pytest.ini (100%) rename requirements.txt => CLI_app/requirements.txt (100%) rename setup.py => CLI_app/setup.py (100%) rename {tests => CLI_app/tests}/__init__.py (100%) rename {yourapp => CLI_app/yourapp}/__init__.py (100%) rename {yourapp => CLI_app/yourapp}/yourapp.py (100%) create mode 100644 dash_app/README.md diff --git a/Makefile b/CLI_app/Makefile similarity index 100% rename from Makefile rename to CLI_app/Makefile diff --git a/README.md b/CLI_app/README.md similarity index 100% rename from README.md rename to CLI_app/README.md diff --git a/pytest.ini b/CLI_app/pytest.ini similarity index 100% rename from pytest.ini rename to CLI_app/pytest.ini diff --git a/requirements.txt b/CLI_app/requirements.txt similarity index 100% rename from requirements.txt rename to CLI_app/requirements.txt diff --git a/setup.py b/CLI_app/setup.py similarity index 100% rename from setup.py rename to CLI_app/setup.py diff --git a/tests/__init__.py b/CLI_app/tests/__init__.py similarity index 100% rename from tests/__init__.py rename to CLI_app/tests/__init__.py diff --git a/yourapp/__init__.py b/CLI_app/yourapp/__init__.py similarity index 100% rename from yourapp/__init__.py rename to CLI_app/yourapp/__init__.py diff --git a/yourapp/yourapp.py b/CLI_app/yourapp/yourapp.py similarity index 100% rename from yourapp/yourapp.py rename to CLI_app/yourapp/yourapp.py diff --git a/dash_app/README.md b/dash_app/README.md new file mode 100644 index 0000000..36cff20 --- /dev/null +++ b/dash_app/README.md @@ -0,0 +1 @@ +# Dashboards in Python