Automated python exercise evaluations with AI.
Project description
PyEvalAI
PyEvalAI is a package for automated evaluations of exercises in python.
Installation
PyEvalAI can be quickly installed with pip:
pip install pyevalai
Quick-Start
If you are a student, here is how to use pyevalai:
from pyevalai import show, login, enter_course, handin_exercise
# login to server with username and password
login(url="server-url")
# enter course (for example numerics)
enter_course("Numerics")
# hand in solution for text exercises
handin_exercise("Exercise 1", "my solution...")
# hand in solution for coding exercises
def f(x):
return x**2
handin_exercise("Exercise 2", f)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pyevalai-0.0.11.tar.gz
(5.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file pyevalai-0.0.11.tar.gz.
File metadata
- Download URL: pyevalai-0.0.11.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2e92ed76084e13f04e15182209063716fff478b714bec490ac2d53f7072beb75
|
|
| MD5 |
5ae4f67a56a949e3e2a599cefcddb2d9
|
|
| BLAKE2b-256 |
a28aec05a8e7ad82da33c048fbf3dc15733bf093912af53b96b83ee7a6d8188a
|
File details
Details for the file pyevalai-0.0.11-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.11-py3-none-any.whl
- Upload date:
- Size: 5.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
23b5d823c18801b272474f01623f4f5d8fbc35ef1cc8d40950ec5f25a5bc18c5
|
|
| MD5 |
f56b1772f146ac940d27c5a6407d34eb
|
|
| BLAKE2b-256 |
f4465de8a43530e21d5000c9cf7cc92f249dc1bd7541da9571aff87c597e8717
|