Tool to manage the assignments in the VM.
Project description
Assignment Tool
This tool is used to lead students through the assignments of the "Strukturierte Programmierung" course at Aalen Univerity.
Installation Guid
Install OS dependencies (for Ubuntu 20.04), create a virtual env and activate it:
$ sudo -i
# apt install python3.8-venv python3-wheel
# python3.8 -m venv /opt/assignment_tool_venv
# source /opt/assignment_tool_venv/bin/activate
Then install Kivy-Garden (0.1.4) without building a wheel, as it can't build a wheel.
(assignment_tool_venv)# pip install kivy-garden==0.1.4 --no-binary :all:
Now you can install the actual package
(assignment_tool_venv)# pip install assignment-tool-sebastian-stigler
Finally, you create a assignment_tool.desktop file (adapt the Exec and Icon path if your
virtual env has a different name).
[Desktop Entry]
Version=1.0
Name=Assignment Tool
Exec=/opt/assignment_tool_venv/bin/assignment_tool
Icon=/opt/assignment_tool_venv/lib/python3.8/site-packages/assignment_tool/assets/logo.png
Terminal=false
Type=Application
Categories=TextEditor;Development;IDE;
To integrate it into the desktop call:
# desktop-file-install assignment_tool.desktop
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
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 assignment_tool_sebastian_stigler-1.6.0.tar.gz.
File metadata
- Download URL: assignment_tool_sebastian_stigler-1.6.0.tar.gz
- Upload date:
- Size: 1.2 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2ca049ee5f30b23511c1a2807dbb172403233677130e7f0b3fdeeab0182e2769
|
|
| MD5 |
6635e3f97e30807a2547c82cb8681374
|
|
| BLAKE2b-256 |
e2ec68a25e6090d4deebff048668d179bdbfdaee626cbe1a0645b5f607253edb
|
File details
Details for the file assignment_tool_sebastian_stigler-1.6.0-py3-none-any.whl.
File metadata
- Download URL: assignment_tool_sebastian_stigler-1.6.0-py3-none-any.whl
- Upload date:
- Size: 1.2 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.11.2 pkginfo/1.8.2 requests/2.27.1 requests-toolbelt/0.9.1 tqdm/4.63.0 CPython/3.8.10
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
3a4d2614efccbd9466348c1f619c7cd935c4d2df66a05b973a34e18977704d33
|
|
| MD5 |
cafee24217dae3f0582d58c22ccabe74
|
|
| BLAKE2b-256 |
62180df1658792b39b5cc4b49f0650a0aeee0b7eaaecf8cba71caba901e1b913
|