WorldTeacher bb3b922325 refactor: rework configuration models, add CLI, tests and VSCode settings
- Replace hardcoded CONFIG_PATH with appdirs AppDirs (use app.user_config_dir) and update SETTINGS_PATH
- Rework dataclasses: add Library, QbitTorrent; convert Komga.libraries to List[Library]; use Path for media_path; add getLibraryByName and proper __post_init__ conversions
- Extend KomGrabber to support downloader/downloader_settings (aria2/qbit), normalize Path handling and expanduser usage
- Add type fixes, utility methods (getattr/_setattr) and API __post_init__ to convert nested dicts to dataclass instances
- Add package CLI entrypoints (__main__.py, src package main) and simple runner (main.py)
- Add tests for package __init__ CLI and config behavior (tests/*) and a small test script (test.py)
- Add .vscode/settings.json for pytest integration
- Tidy pyproject.toml: format dependencies, add dev/test dependency groups and fix trailing newline in bumpversion section
2025-11-01 22:17:50 +01:00
2025-05-29 11:39:51 +02:00
2025-02-19 22:01:00 +01:00
2025-03-15 21:30:23 +01:00
2025-03-15 22:09:49 +01:00

Overview

A python library providing a class to use inside the KomSuite ecosystem. It provides access to the config file, usually located in ~/.config/KomSuite

Description
No description provided
Readme MIT 121 KiB
v0.2.5 Latest
2025-11-01 22:05:15 +00:00
Languages
Python 100%