submit is a submission web service designed for programming assignments
Project description
# submit
submit is a web service that is intented to be used for online submission of programming assignments. When configured, submitted projects can be automatically assessed.
Note: This web service was written to work on UCSB’s network. A number of manual modifications are necessary to get working elsewhere.
## Releasing
In order to make a release bump the version number in submit/__init__.py. Please follow [semantic versioning](http://semver.org/).
Make a pull request as normal, and once merged to master complete the following.
From your development machine run (replace X.X.X with the version string).
python setup.py bdist_wheel python setup.py sdist upload VERSION=X.X.X git tag -m “v$VERSION” “v$VERSION” git push –tags
From submit.cs run:
./update_app.sh –update
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
Built Distribution
File details
Details for the file submit-1.0.2.tar.gz
.
File metadata
- Download URL: submit-1.0.2.tar.gz
- Upload date:
- Size: 102.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 240e5930d468e8e1783f87b007b3ca5894f1359e9f5ab76a4978837b3886ed0f |
|
MD5 | 82ba75ea6648c2a64921a82963710b9f |
|
BLAKE2b-256 | 1d3a07f79e3130fc3d8596b02e037b5c34ea13cd77bf2c4527629c0b4aee9320 |
Provenance
File details
Details for the file submit-1.0.2-py2.py3-none-any.whl
.
File metadata
- Download URL: submit-1.0.2-py2.py3-none-any.whl
- Upload date:
- Size: 153.4 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ce6ae98d5c7dc7009fd1f99d1a8eb619ad5223ac0e9c714baf0670a382ed0f3 |
|
MD5 | fb8c27e9e04510e2acaf48744e6609f7 |
|
BLAKE2b-256 | 3920c4ea025d708d1ad7492e52b354ca708177dc6afd6564a7a542f9265ed0f9 |