Metadata-Version: 2.3
Name: mcqpy-core
Version: 0.2.4
Summary: Core question, manifest, grading, analysis, and browser-safe runtime logic for MCQPy
Author: Mads-Peter
Author-email: Mads-Peter <machri@phys.au.dk>
Requires-Dist: pydantic>=2.6,<2.12
Requires-Dist: matplotlib>=3.10.7 ; extra == 'analysis'
Requires-Dist: numpy>=2.3.3 ; extra == 'analysis'
Requires-Dist: scipy>=1.17.0 ; extra == 'analysis'
Requires-Dist: rich>=14.2.0 ; extra == 'cli'
Requires-Dist: rich-click>=1.9.3 ; extra == 'cli'
Requires-Dist: pandas>=2.3.3 ; extra == 'grading'
Requires-Dist: pyyaml>=6.0.3 ; extra == 'yaml'
Requires-Python: >=3.12
Provides-Extra: analysis
Provides-Extra: cli
Provides-Extra: grading
Provides-Extra: yaml
Description-Content-Type: text/markdown

# mcqpy-core

Core question, manifest, grading, analysis, and browser-safe runtime logic for MCQPy.

This package is built from its package-local source tree under `packages/mcqpy-core/src/mcqpy_core`.
