ladok3 4.13__tar.gz → 4.14__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.
Potentially problematic release.
This version of ladok3 might be problematic. Click here for more details.
- {ladok3-4.13 → ladok3-4.14}/PKG-INFO +3 -3
- {ladok3-4.13 → ladok3-4.14}/pyproject.toml +2 -2
- {ladok3-4.13 → ladok3-4.14}/LICENSE +0 -0
- {ladok3-4.13 → ladok3-4.14}/README.md +0 -0
- {ladok3-4.13 → ladok3-4.14}/doc/Makefile +0 -0
- {ladok3-4.13 → ladok3-4.14}/doc/abstract.tex +0 -0
- {ladok3-4.13 → ladok3-4.14}/doc/ladok3.tex +0 -0
- {ladok3-4.13 → ladok3-4.14}/doc/preamble.tex +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/doc.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/exam.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/haskell.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/miun.course.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/miun.depend.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/miun.docs.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/miun.port.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/miun.pub.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/noweb.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/pkg.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/portability.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/pub.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/results.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/subdir.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/tex.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/makefiles/transform.mk +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/.gitignore +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/Makefile +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/api.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/cli.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/data.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/ladok3.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/report.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/student.nw +0 -0
- {ladok3-4.13 → ladok3-4.14}/src/ladok3/undoc.nw +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: ladok3
|
|
3
|
-
Version: 4.
|
|
3
|
+
Version: 4.14
|
|
4
4
|
Summary: Python wrapper and CLI for the LADOK3 REST API.
|
|
5
5
|
Home-page: https://github.com/dbosk/ladok3
|
|
6
6
|
License: MIT
|
|
@@ -19,7 +19,7 @@ Classifier: Programming Language :: Python :: 3.8
|
|
|
19
19
|
Classifier: Programming Language :: Python :: 3.9
|
|
20
20
|
Classifier: Programming Language :: Python :: 3.10
|
|
21
21
|
Classifier: Programming Language :: Python :: 3.11
|
|
22
|
-
Classifier: Programming Language :: Python :: 3
|
|
22
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
23
23
|
Classifier: Topic :: Utilities
|
|
24
24
|
Requires-Dist: appdirs (>=1.4.4,<2.0.0)
|
|
25
25
|
Requires-Dist: argcomplete (>=2.0.0,<3.0.0)
|
|
@@ -28,7 +28,7 @@ Requires-Dist: cryptography (>=41.0.3,<42.0.0)
|
|
|
28
28
|
Requires-Dist: keyring (>=24.2.0,<25.0.0)
|
|
29
29
|
Requires-Dist: requests (>=2.31.0,<3.0.0)
|
|
30
30
|
Requires-Dist: urllib3 (>=1.26.9,<2.0.0)
|
|
31
|
-
Requires-Dist: weblogin (>=1.
|
|
31
|
+
Requires-Dist: weblogin (>=1.9,<2.0)
|
|
32
32
|
Project-URL: Bug Tracker, https://github.com/dbosk/ladok3/issues
|
|
33
33
|
Project-URL: Repository, https://github.com/dbosk/ladok3
|
|
34
34
|
Project-URL: Releases, https://github.com/dbosk/ladok3/releases
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[tool.poetry]
|
|
2
2
|
name = "ladok3"
|
|
3
|
-
version = "4.
|
|
3
|
+
version = "4.14"
|
|
4
4
|
description = "Python wrapper and CLI for the LADOK3 REST API."
|
|
5
5
|
authors = [
|
|
6
6
|
"Daniel Bosk <dbosk@kth.se>",
|
|
@@ -56,7 +56,7 @@ cryptography = "^41.0.3"
|
|
|
56
56
|
keyring = "^24.2.0"
|
|
57
57
|
requests = "^2.31.0"
|
|
58
58
|
urllib3 = "^1.26.9"
|
|
59
|
-
weblogin = "^1.
|
|
59
|
+
weblogin = "^1.9"
|
|
60
60
|
|
|
61
61
|
[tool.poetry.dev-dependencies]
|
|
62
62
|
pytest = "^7.1.3"
|
|
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
|
|
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
|