jw-pkg/src/python/jw/pkg/lib
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Jan Lindemann 0407215530
All checks were successful
CI / Packaging - Kali Linux (pull_request) Successful in 4m10s
CI / Packaging - OpenSUSE Tumbleweed (pull_request) Successful in 4m29s
CI / Packaging test (pull_request) Successful in 0s
CI / Packaging - Kali Linux (push) Successful in 4m5s
CI / Packaging - OpenSUSE Tumbleweed (push) Successful in 4m3s
CI / Packaging test (push) Successful in 0s
init.detect_modules(): Add base_types filter
Add a parameter "base_types" to detect_modules(), defaulting to None. If
it is not None, a module is only exported if its same-named object
inherits from one of the given types. Modules without a same-named class
are skipped instead of raising AttributeError, which covers helper
modules.

The return annotation becomes Sequence[str] instead of list[str] to
remove mutability for easier type checking.

Assisted-by: unsloth/Qwen3.8-27B-GGUF:Q4_K_M with pi.dev v0.84.2
Signed-off-by: Jan Lindemann <jan@janware.com>
2026-08-24 14:23:27 +02:00
..
distros lib.distros.redhat.Distro: Add missing file 2026-08-15 20:08:32 +02:00
ec projects-dir.mk: Add diff-projects target 2026-08-11 16:45:14 +02:00
pm py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
App.py lib.App: Find invoked path by walking argv 2026-08-18 01:14:40 +02:00
AsyncRunner.py lib.AsyncRunner: Fix asyncio.Event() for Python 3.12+ 2026-08-15 19:51:36 +02:00
base.py lib.Result: Add module 2026-06-02 17:52:49 +02:00
Cmd.py lib.Cmd: Build the command tree lazily 2026-08-18 01:14:40 +02:00
CopyContext.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
Distro.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
ExecApp.py lib.ExecApp: Add class 2026-08-22 17:31:57 +02:00
ExecContext.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
FileContext.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
init.py init.detect_modules(): Add base_types filter 2026-08-24 14:23:27 +02:00
log.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
Makefile jw.pkg.build.lib: Move to jw.pkg.lib 2026-01-26 17:58:23 +01:00
Package.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
PackageFilter.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
ProcFilter.py App, lib, cmds: Fix mypy.explicit-override fallout 2026-08-07 18:02:26 +02:00
ProcFilterGpg.py App, lib, cmds: Fix mypy.explicit-override fallout 2026-08-07 18:02:26 +02:00
ProjectConf.py lib.ProjectConf: Add module 2026-06-30 12:46:36 +02:00
Result.py App, cmds, lib: Fix Any returns from typed functions 2026-08-09 12:07:37 +00:00
TarIo.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00
Types.py lib.Types: Accept bare string in LoadTypes() 2026-08-15 21:08:52 +02:00
Uri.py lib.Uri: Fix stale cache in __new_with_path() 2026-08-20 07:50:19 +02:00
util.py py-check.mk: Run isort with "make format" 2026-08-11 16:45:14 +02:00