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.5.tar.gz
(14.5 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.5-py3-none-any.whl
(16.0 kB
view details)
File details
Details for the file pyevalai-0.0.5.tar.gz.
File metadata
- Download URL: pyevalai-0.0.5.tar.gz
- Upload date:
- Size: 14.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
ccee18f47eed2458df9a6bdb806fd69db649b7172cdff4e66f2afea0ef54bf82
|
|
| MD5 |
5169ba71a903146e7d4ef8b4d8b1cd3e
|
|
| BLAKE2b-256 |
c595ce6930b85e9a6efeb55330e418c42f17cbb262ce9df6b82771039305b074
|
File details
Details for the file pyevalai-0.0.5-py3-none-any.whl.
File metadata
- Download URL: pyevalai-0.0.5-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 |
d46a33b87ff6524cd5041d7c386ea044c364bb6caf91472039160f251c7481e1
|
|
| MD5 |
9ee8075363efed7258801d4f585589bd
|
|
| BLAKE2b-256 |
b19316cbda8878f52ab4772afe3961d4d39ab9c428f064e7565f9a5010c7c876
|