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.9.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.9.tar.gz.
File metadata
- Download URL: pyevalai-0.0.9.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 |
c3bad12aa38c2edb387314ef3172fa00189c308f83efc2af3395c61cf98a4ef7
|
|
| MD5 |
4a52f83996b718cc4870791e2c99ee2e
|
|
| BLAKE2b-256 |
477f4b784b38f69f64b13947efdfadee258da0cfdb5ede198531575d36113278
|
File details
Details for the file pyevalai-0.0.9-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.9-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 |
1e4bf9a7ca0e86fa0383390826e4f930fa81d688e9957865e0d382046e707572
|
|
| MD5 |
fea08bba69b7f96f8db9f0370a8ca464
|
|
| BLAKE2b-256 |
848ef4f1a388e32d194c818edbbe92404d445ebf16a00e2c639855c6da1114ba
|