otter-service-stdalone 1.1.27__tar.gz → 1.1.28__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/PKG-INFO +2 -5
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/setup.cfg +0 -4
- otter_service_stdalone-1.1.28/src/otter_service_stdalone/__init__.py +1 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/app.py +1 -1
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone.egg-info/PKG-INFO +2 -5
- otter_service_stdalone-1.1.27/src/otter_service_stdalone/__init__.py +0 -1
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/README.md +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/pyproject.toml +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/access_sops_keys.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/fs_logging.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/grade_notebooks.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/index.html +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/scripts/web_socket.js +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/secrets/gh_key.dev.yaml +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/secrets/gh_key.local.yaml +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/secrets/gh_key.prod.yaml +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/secrets/gh_key.staging.yaml +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/static_files/README_DO_NOT_DISTRIBUTE.txt +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/static_templates/403.html +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/static_templates/500.html +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/upload_handle.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/user_auth.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/util.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone.egg-info/SOURCES.txt +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone.egg-info/dependency_links.txt +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone.egg-info/entry_points.txt +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone.egg-info/top_level.txt +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/tests/test_upload_handle.py +0 -0
- {otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/tests/test_util.py +0 -0
@@ -1,13 +1,10 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: otter_service_stdalone
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.28
|
4
4
|
Summary: Grading Service for Instructors using Otter Grader
|
5
5
|
Home-page: https://github.com/sean-morris/otter-service-stdalone
|
6
6
|
Author: Sean Morris
|
7
7
|
Author-email: sean.smorris@berkeley.edu
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
8
|
Requires-Python: >=3.8
|
12
9
|
Description-Content-Type: text/markdown
|
13
10
|
|
@@ -7,10 +7,6 @@ description = Grading Service for Instructors using Otter Grader
|
|
7
7
|
long_description = file: README.md
|
8
8
|
long_description_content_type = text/markdown
|
9
9
|
url = https://github.com/sean-morris/otter-service-stdalone
|
10
|
-
classifiers =
|
11
|
-
Programming Language :: Python :: 3
|
12
|
-
License :: OSI Approved :: MIT License
|
13
|
-
Operating System :: OS Independent
|
14
10
|
|
15
11
|
[options]
|
16
12
|
package_dir =
|
@@ -0,0 +1 @@
|
|
1
|
+
__version__ = "1.1.28"
|
{otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/app.py
RENAMED
@@ -256,7 +256,7 @@ class Upload(BaseHandler):
|
|
256
256
|
if autograder is not None and notebooks is not None:
|
257
257
|
log.write_logs(results_path, "Step 1: Upload accepted", "", "debug", log_debug)
|
258
258
|
notebooks_fname = notebooks['filename']
|
259
|
-
sanitized_filename = re.sub(r"[
|
259
|
+
sanitized_filename = re.sub(r"[ ,_./\\\[\]{}()]", "", os.path.splitext(notebooks_fname)[0])
|
260
260
|
results_path = f"{sanitized_filename}-{results_path}"
|
261
261
|
notebooks_extn = os.path.splitext(notebooks_fname)[1]
|
262
262
|
if notebooks_extn == ".zip":
|
@@ -1,13 +1,10 @@
|
|
1
|
-
Metadata-Version: 2.
|
1
|
+
Metadata-Version: 2.4
|
2
2
|
Name: otter_service_stdalone
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.28
|
4
4
|
Summary: Grading Service for Instructors using Otter Grader
|
5
5
|
Home-page: https://github.com/sean-morris/otter-service-stdalone
|
6
6
|
Author: Sean Morris
|
7
7
|
Author-email: sean.smorris@berkeley.edu
|
8
|
-
Classifier: Programming Language :: Python :: 3
|
9
|
-
Classifier: License :: OSI Approved :: MIT License
|
10
|
-
Classifier: Operating System :: OS Independent
|
11
8
|
Requires-Python: >=3.8
|
12
9
|
Description-Content-Type: text/markdown
|
13
10
|
|
@@ -1 +0,0 @@
|
|
1
|
-
__version__ = "1.1.27"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{otter_service_stdalone-1.1.27 → otter_service_stdalone-1.1.28}/src/otter_service_stdalone/util.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|