This project has been archived by its maintainers, and is no longer receiving any updates.
# 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
Release files for submit 1.3.3
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| submit-1.3.3.tar.gz | 106.2 kB | Details |
Release files / submit-1.3.3.tar.gz
| Download URL | submit-1.3.3.tar.gz |
|---|---|
| Size | 106.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
e5c96ea2094e06119c6d77d9c0d096b4823279844bf86a3a27612319e21cc1da
|
|
BLAKE2b-256 checksum How to use checksums |
9037d6a598b32baa3f6e82b8b5a1d939df66580d279aa70a50a1bfbe96f7a4cd
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |