LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
data/excel_example/Assignment_ sol 1.xlsx
data/excel_example/Assignment_3 TFF.ipynb
data/excel_example/new_Assignment_1 TFF.ipynb
data/excel_example/reports/excel_evaluation_report.html
data/excel_example/submissions/Assignment 1.xlsx
data/excel_example/submissions/Assignment_1 name roll no.xlsx
data/python_example/basic_python_flow.ipynb
data/python_example/google_stock_price - google_stock_price.csv
data/python_example/jamesbond - jamesbond.csv
data/python_example/sample_solution_with_tests.ipynb
data/python_example/submissions/student_1.ipynb
data/python_example/submissions/student_2.ipynb
src/instantgrade/__init__.py
src/instantgrade.egg-info/PKG-INFO
src/instantgrade.egg-info/SOURCES.txt
src/instantgrade.egg-info/dependency_links.txt
src/instantgrade.egg-info/entry_points.txt
src/instantgrade.egg-info/requires.txt
src/instantgrade.egg-info/top_level.txt
src/instantgrade/cli/__init__.py
src/instantgrade/cli/main.py
src/instantgrade/core/assignment_loader.py
src/instantgrade/core/models.py
src/instantgrade/core/orchestrator.py
src/instantgrade/core/registry.py
src/instantgrade/core/sandbox_policies.py
src/instantgrade/evaluators/excel/eval_runner.py
src/instantgrade/evaluators/excel/evaluator.py
src/instantgrade/evaluators/excel/excel_executor.py
src/instantgrade/evaluators/python/__init__.py
src/instantgrade/evaluators/python/docker_sandbox.py
src/instantgrade/evaluators/python/evaluator.py
src/instantgrade/evaluators/python/execution_service.py
src/instantgrade/evaluators/python/execution_service_docker.py
src/instantgrade/evaluators/python/notebook_executor.py
src/instantgrade/evaluators/python/comparison/__init__.py
src/instantgrade/evaluators/python/comparison/comparison_service.py
src/instantgrade/evaluators/python/execution/__init__.py
src/instantgrade/evaluators/python/execution/resources/__init__.py
src/instantgrade/evaluators/python/execution/resources/grader.py
src/instantgrade/evaluators/python/ingestion/solution_ingestion.py
src/instantgrade/reporting/reporting_service.py
src/instantgrade/ui/__init__.py
src/instantgrade/ui/app.py
src/instantgrade/ui/streamlit_app.py
src/instantgrade/utils/io_utils.py
src/instantgrade/utils/logger.py
tests/test_excel_flow.py
tests/test_python_flow.py
tests/test_python_flow_docker.py