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.2.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.2-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file pyevalai-0.0.2.tar.gz.
File metadata
- Download URL: pyevalai-0.0.2.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 |
be117f5027b37333a8007c3e34303f0df3547fa6735195c17c22927e0493a29e
|
|
| MD5 |
35997011d3f9b333683cc790e3691d0e
|
|
| BLAKE2b-256 |
9f2b29e8b587047e29a4b276cad0da8d0891046a8bd8c326b812c9361ea15a9f
|
File details
Details for the file pyevalai-0.0.2-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.2-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 |
0f3cad26853ebab373f63140477a25770b63597513d89fb63079442a18b2694e
|
|
| MD5 |
fabdb74f49935d8a7f7bb3d8b7d3745d
|
|
| BLAKE2b-256 |
5ea5fd1d607cb9b8ed58a5ee659d420bf05220f1e5051a3db1d69502ab2b700b
|