deckz
Advanced tools
+1
-1
| Metadata-Version: 2.4 | ||
| Name: deckz | ||
| Version: 24.1.0 | ||
| Version: 24.1.1 | ||
| Summary: Tool to handle multiple beamer decks. | ||
@@ -5,0 +5,0 @@ Author-email: m09 <142691+m09@users.noreply.github.com>, NyxAether <contact.nyxhemera@gmail.com> |
+1
-1
@@ -33,3 +33,3 @@ [project] | ||
| requires-python = ">= 3.12" | ||
| version = "24.1.0" | ||
| version = "24.1.1" | ||
@@ -36,0 +36,0 @@ [dependency-groups] |
@@ -6,3 +6,2 @@ from pathlib import Path | ||
| # ruff: noqa: A005 | ||
| @app.command() | ||
@@ -9,0 +8,0 @@ def random( |
| from collections.abc import Iterable | ||
| from os.path import normpath | ||
| from pathlib import Path, PurePath | ||
@@ -269,3 +270,3 @@ from sys import stderr | ||
| if include_path.root | ||
| else base_unresolved_path / include_path | ||
| else PurePath(normpath(base_unresolved_path / include_path)) | ||
| ) | ||
@@ -272,0 +273,0 @@ |
Sorry, the diff of this file is too big to display
Alert delta unavailable
Currently unable to show alert delta for PyPI packages.
459972
22.09%