swydd will yield desired deliverables
Find a file
2024-10-24 12:17:58 -05:00
.github/workflows ci: add tests workflow 2024-10-22 11:57:33 -05:00
docs fix: remove source from git 2024-07-22 15:08:13 -05:00
src/swydd refactor!: properly show wrapped function in dry run 2024-10-24 12:17:58 -05:00
tests refactor!: drop operators 2024-10-22 11:53:19 -05:00
.gitignore lost the thread a bit on this library 2024-10-20 13:02:31 -05:00
.pre-commit-config.yaml chore: update ruff pre-commit hook 2024-10-23 15:30:49 -05:00
DESIGN.md docs: design 2024-10-22 11:53:27 -05:00
LICENSE mvp 2024-03-06 00:48:24 -06:00
pyproject.toml chore: tool.ruff deprecated 2024-10-23 15:33:54 -05:00
README.md docs: update automagic 2024-10-22 13:05:11 -05:00
tasks.py chore: skip mypy by default 2024-10-23 15:30:58 -05:00
uv.lock lost the thread a bit on this library 2024-10-20 13:02:31 -05:00

EffVer Issues MIT License Ruff pre-commit

sywdd

sywdd will yield desired deliverables

Automagic Snippet

if not (
    (_i := __import__)("importlib.util").util.find_spec("swydd")
    or (_src := _i("pathlib").Path(__file__).parent / "swydd/__init__.py").is_file()
): # noqa | https://github.com/daylinmorgan/swydd?tab=readme-ov-file#automagic-snippet
    _r = _i("urllib.request").request.urlopen("https://swydd.dayl.in/swydd.py")
    _src.parent.mkdir(exist_ok=True)
    _src.write_text(_r.read().decode())

Alternatives