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.3.tar.gz
(14.6 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
pyevalai-0.0.3-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file pyevalai-0.0.3.tar.gz.
File metadata
- Download URL: pyevalai-0.0.3.tar.gz
- Upload date:
- Size: 14.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
570256cbcf5fd37216f0aa5272611c8e4154da6c29520395927b3f79e215e2bb
|
|
| MD5 |
60b113cf116230235a7ec64b537062ed
|
|
| BLAKE2b-256 |
487cdbf6fd87c98fc510d15bead95ce3456110c92876473ea4d108ab99a5de2e
|
File details
Details for the file pyevalai-0.0.3-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
78ab6ff206d6c399de19310f2eb934bbb8b63de5a4a3574d085d3d7d8467391d
|
|
| MD5 |
f3dce7c373617b7e9577ff8ee0832b64
|
|
| BLAKE2b-256 |
1d92f33199f038b6b122335bb6b9b81e30908b37d24b1bdba8ac087e2ab23833
|