swydd will yield desired deliverables
Find a file
2024-10-24 18:38:35 -05:00
.github/workflows ci: add new docs ci 2024-10-24 18:38:35 -05:00
docs/source docs: start 2024-10-24 18:35:22 -05:00
src/swydd refactor! 2024-10-24 18:35:19 -05:00
tests refactor!: drop operators 2024-10-22 11:53:19 -05:00
.gitignore docs: start 2024-10-24 18:35:22 -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 ci: add new docs ci 2024-10-24 18:38:35 -05:00
README.md docs: update automagic 2024-10-22 13:05:11 -05:00
tasks.py docs: start 2024-10-24 18:35:22 -05:00
uv.lock docs: start 2024-10-24 18:35:22 -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