From 06622aeaccc71dca069fa209738737d7c0badb4b Mon Sep 17 00:00:00 2001 From: Benjamin Bertrand Date: Mon, 17 Apr 2017 15:07:17 +0300 Subject: [PATCH] Repytex to repytex --- {Repytex => repytex}/__init__.py | 0 {Repytex => repytex}/generate_reports_main.py | 0 {Repytex => repytex}/reports/__init__.py | 0 {Repytex => repytex}/reports/eval_reports.py | 0 {Repytex => repytex}/reports/filters.py | 0 {Repytex => repytex}/reports/produce_compile.py | 0 {Repytex => repytex}/reports/reports_tools.py | 0 {Repytex => repytex}/reports/templates/tpl_reports.tex | 0 {Repytex => repytex}/reports/templates/tpl_reports_eval.tex | 0 {Repytex => repytex}/reports/templates/tpl_reports_term.tex | 0 {Repytex => repytex}/reports/term_reports.py | 0 {Repytex => repytex}/tools/__init__.py | 0 {Repytex => repytex}/tools/bareme.py | 0 {Repytex => repytex}/tools/df_marks_manip.py | 0 {Repytex => repytex}/tools/evaluation.py | 0 {Repytex => repytex}/tools/extract.py | 0 {Repytex => repytex}/tools/marks_plottings.py | 0 {Repytex => repytex}/tools/plottings.py | 0 {Repytex => repytex}/tools/skills_tools.py | 0 {Repytex => repytex}/tools/term.py | 0 {Repytex => repytex}/tools/test/test_df_marks_manip.py | 0 {Repytex => repytex}/tools/test/test_extract.py | 0 22 files changed, 0 insertions(+), 0 deletions(-) rename {Repytex => repytex}/__init__.py (100%) rename {Repytex => repytex}/generate_reports_main.py (100%) rename {Repytex => repytex}/reports/__init__.py (100%) rename {Repytex => repytex}/reports/eval_reports.py (100%) rename {Repytex => repytex}/reports/filters.py (100%) rename {Repytex => repytex}/reports/produce_compile.py (100%) rename {Repytex => repytex}/reports/reports_tools.py (100%) rename {Repytex => repytex}/reports/templates/tpl_reports.tex (100%) rename {Repytex => repytex}/reports/templates/tpl_reports_eval.tex (100%) rename {Repytex => repytex}/reports/templates/tpl_reports_term.tex (100%) rename {Repytex => repytex}/reports/term_reports.py (100%) rename {Repytex => repytex}/tools/__init__.py (100%) rename {Repytex => repytex}/tools/bareme.py (100%) rename {Repytex => repytex}/tools/df_marks_manip.py (100%) rename {Repytex => repytex}/tools/evaluation.py (100%) rename {Repytex => repytex}/tools/extract.py (100%) rename {Repytex => repytex}/tools/marks_plottings.py (100%) rename {Repytex => repytex}/tools/plottings.py (100%) rename {Repytex => repytex}/tools/skills_tools.py (100%) rename {Repytex => repytex}/tools/term.py (100%) rename {Repytex => repytex}/tools/test/test_df_marks_manip.py (100%) rename {Repytex => repytex}/tools/test/test_extract.py (100%) diff --git a/Repytex/__init__.py b/repytex/__init__.py similarity index 100% rename from Repytex/__init__.py rename to repytex/__init__.py diff --git a/Repytex/generate_reports_main.py b/repytex/generate_reports_main.py similarity index 100% rename from Repytex/generate_reports_main.py rename to repytex/generate_reports_main.py diff --git a/Repytex/reports/__init__.py b/repytex/reports/__init__.py similarity index 100% rename from Repytex/reports/__init__.py rename to repytex/reports/__init__.py diff --git a/Repytex/reports/eval_reports.py b/repytex/reports/eval_reports.py similarity index 100% rename from Repytex/reports/eval_reports.py rename to repytex/reports/eval_reports.py diff --git a/Repytex/reports/filters.py b/repytex/reports/filters.py similarity index 100% rename from Repytex/reports/filters.py rename to repytex/reports/filters.py diff --git a/Repytex/reports/produce_compile.py b/repytex/reports/produce_compile.py similarity index 100% rename from Repytex/reports/produce_compile.py rename to repytex/reports/produce_compile.py diff --git a/Repytex/reports/reports_tools.py b/repytex/reports/reports_tools.py similarity index 100% rename from Repytex/reports/reports_tools.py rename to repytex/reports/reports_tools.py diff --git a/Repytex/reports/templates/tpl_reports.tex b/repytex/reports/templates/tpl_reports.tex similarity index 100% rename from Repytex/reports/templates/tpl_reports.tex rename to repytex/reports/templates/tpl_reports.tex diff --git a/Repytex/reports/templates/tpl_reports_eval.tex b/repytex/reports/templates/tpl_reports_eval.tex similarity index 100% rename from Repytex/reports/templates/tpl_reports_eval.tex rename to repytex/reports/templates/tpl_reports_eval.tex diff --git a/Repytex/reports/templates/tpl_reports_term.tex b/repytex/reports/templates/tpl_reports_term.tex similarity index 100% rename from Repytex/reports/templates/tpl_reports_term.tex rename to repytex/reports/templates/tpl_reports_term.tex diff --git a/Repytex/reports/term_reports.py b/repytex/reports/term_reports.py similarity index 100% rename from Repytex/reports/term_reports.py rename to repytex/reports/term_reports.py diff --git a/Repytex/tools/__init__.py b/repytex/tools/__init__.py similarity index 100% rename from Repytex/tools/__init__.py rename to repytex/tools/__init__.py diff --git a/Repytex/tools/bareme.py b/repytex/tools/bareme.py similarity index 100% rename from Repytex/tools/bareme.py rename to repytex/tools/bareme.py diff --git a/Repytex/tools/df_marks_manip.py b/repytex/tools/df_marks_manip.py similarity index 100% rename from Repytex/tools/df_marks_manip.py rename to repytex/tools/df_marks_manip.py diff --git a/Repytex/tools/evaluation.py b/repytex/tools/evaluation.py similarity index 100% rename from Repytex/tools/evaluation.py rename to repytex/tools/evaluation.py diff --git a/Repytex/tools/extract.py b/repytex/tools/extract.py similarity index 100% rename from Repytex/tools/extract.py rename to repytex/tools/extract.py diff --git a/Repytex/tools/marks_plottings.py b/repytex/tools/marks_plottings.py similarity index 100% rename from Repytex/tools/marks_plottings.py rename to repytex/tools/marks_plottings.py diff --git a/Repytex/tools/plottings.py b/repytex/tools/plottings.py similarity index 100% rename from Repytex/tools/plottings.py rename to repytex/tools/plottings.py diff --git a/Repytex/tools/skills_tools.py b/repytex/tools/skills_tools.py similarity index 100% rename from Repytex/tools/skills_tools.py rename to repytex/tools/skills_tools.py diff --git a/Repytex/tools/term.py b/repytex/tools/term.py similarity index 100% rename from Repytex/tools/term.py rename to repytex/tools/term.py diff --git a/Repytex/tools/test/test_df_marks_manip.py b/repytex/tools/test/test_df_marks_manip.py similarity index 100% rename from Repytex/tools/test/test_df_marks_manip.py rename to repytex/tools/test/test_df_marks_manip.py diff --git a/Repytex/tools/test/test_extract.py b/repytex/tools/test/test_extract.py similarity index 100% rename from Repytex/tools/test/test_extract.py rename to repytex/tools/test/test_extract.py