Getting sessionize done right.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2024-05-13 18:08:49 -04:00
parent c0242fc87b
commit 7f691fcdde
4 changed files with 3191 additions and 1077 deletions

View File

@@ -58,6 +58,9 @@ myst-parser = {version = ">=0.16.1"}
[tool.poetry.scripts]
plex-playlist = "playlist.__main__:main"
[tool.poetry.group.dev.dependencies]
jupyter = "^1.0.0"
[tool.coverage.paths]
source = ["src", "*/site-packages"]
tests = ["tests", "*/tests"]