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.10.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.10.tar.gz.
File metadata
- Download URL: pyevalai-0.0.10.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 |
f777d2c7af21172d5baa53778225fb295b467dc560f486486bf3a17cfc9829a0
|
|
| MD5 |
2cc1717f76a7ef1a72cd1aeb1ab1e75d
|
|
| BLAKE2b-256 |
a7e41280a0d08980d141bf411fba3058b70b5b278098b33e0b8617bfc398bfbb
|
File details
Details for the file pyevalai-0.0.10-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.10-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 |
d8732c24f84b0e46982a1eb0244136db851f8ca3e8fa7124539d598841ad888f
|
|
| MD5 |
09c4bcfd8620066ac24d8d19f364e87a
|
|
| BLAKE2b-256 |
875b6131ac94dcf502877f7275e46ab0128dc362ae1574a2f5c891ebbb3ee91b
|