ladok3 4.13__py3-none-any.whl → 4.14__py3-none-any.whl

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.

doc/ltxobj/ladok3.pdf CHANGED
Binary file
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: ladok3
3
- Version: 4.13
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.5,<2.0)
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,4 +1,4 @@
1
- doc/ltxobj/ladok3.pdf,sha256=6JSedbZ1ut-2s25sn8xay3S3dRUbaxlowGTeE56_xsM,1414854
1
+ doc/ltxobj/ladok3.pdf,sha256=Mpv9NyWe5m8WuVZVqHlknkYDROcHGrpMhj7r4ktLdVY,1415579
2
2
  ladok3/.gitignore,sha256=QOcCshtjIsFasi4vaqFcooBWPJkxVWaoYEWOBBtdY_w,81
3
3
  ladok3/Makefile,sha256=Jy6OFjoVLU9YivnVxctxI_zrUOK9ysEOiistJ3ST6Nw,557
4
4
  ladok3/__init__.py,sha256=9bZ_ktF7mg8QvQZcdN3t2AzY_k7g-9Zm-pPh-edMB3Y,246543
@@ -14,8 +14,8 @@ ladok3/report.py,sha256=1K7cRaedemiOGDDAMI9wqnctLeic5ZlMYHw5hzhnvQw,5627
14
14
  ladok3/student.nw,sha256=zayn9_b9jCKeMnZxSGS_EuSmF3ojOBHQDMUMMkpRssI,3747
15
15
  ladok3/student.py,sha256=TaYn2rpbQnzummB-8xz-sUEV31Gh0CUmU0QkF6VgEic,1703
16
16
  ladok3/undoc.nw,sha256=NyHuVIzrRqJPM39MyAlZNEE7PbXdUDJFQ2kJ0NfdwQI,180333
17
- ladok3-4.13.dist-info/LICENSE,sha256=s_C5qznXAvDRrzU7vRd4eqzshyIkAfPwGyVBihGeOdM,1155
18
- ladok3-4.13.dist-info/METADATA,sha256=5RRL2nWeocO_vqBUIaAhSyjOCQf7Egszw15-fb5lPns,8822
19
- ladok3-4.13.dist-info/WHEEL,sha256=kLuE8m1WYU0Ig0_YEGrXyTtiJvKPpLpDEiChiNyei5Y,88
20
- ladok3-4.13.dist-info/entry_points.txt,sha256=pi-KKP5Obo0AyuDjXQUpadS9kIvAY2_5ORhPgEYlJv8,41
21
- ladok3-4.13.dist-info/RECORD,,
17
+ ladok3-4.14.dist-info/LICENSE,sha256=s_C5qznXAvDRrzU7vRd4eqzshyIkAfPwGyVBihGeOdM,1155
18
+ ladok3-4.14.dist-info/METADATA,sha256=z2CUXAseo2VeGWbvYSlfUllEIi2G1Jx_NvQyAq8SJPs,8825
19
+ ladok3-4.14.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
20
+ ladok3-4.14.dist-info/entry_points.txt,sha256=pi-KKP5Obo0AyuDjXQUpadS9kIvAY2_5ORhPgEYlJv8,41
21
+ ladok3-4.14.dist-info/RECORD,,
@@ -1,4 +1,4 @@
1
1
  Wheel-Version: 1.0
2
- Generator: poetry-core 1.5.1
2
+ Generator: poetry-core 1.9.0
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
File without changes