Metadata-Version: 2.4
Name: cpm-assessment
Version: 1.0.0
Summary: CPM (Coloured Progressive Matrices) Assessment System
Author-email: Your Organization <contact@yourorg.com>
License: MIT
Project-URL: Homepage, https://github.com/yourorg/cpm-assessment
Project-URL: Documentation, https://cpm-assessment.readthedocs.io
Project-URL: Repository, https://github.com/yourorg/cpm-assessment.git
Project-URL: Changelog, https://github.com/yourorg/cpm-assessment/blob/main/CHANGELOG.md
Keywords: assessment,cpm,psychology,testing,education
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Education
Classifier: Topic :: Education :: Testing
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: Licence
Requires-Dist: fastapi>=0.104.0
Requires-Dist: uvicorn[standard]>=0.24.0
Requires-Dist: motor>=3.3.0
Requires-Dist: pydantic>=2.4.0
Requires-Dist: pydantic-settings>=2.0.0
Requires-Dist: python-dotenv>=1.0.0
Requires-Dist: python-multipart>=0.0.6
Requires-Dist: bcrypt>=4.0.0
Requires-Dist: PyJWT>=2.8.0
Provides-Extra: dev
Requires-Dist: pytest>=7.4.0; extra == "dev"
Requires-Dist: pytest-asyncio>=0.21.0; extra == "dev"
Requires-Dist: black>=23.0.0; extra == "dev"
Requires-Dist: flake8>=6.0.0; extra == "dev"
Requires-Dist: mypy>=1.5.0; extra == "dev"
Dynamic: license-file
