swydd will yield desired deliverables
Find a file
2025-02-10 16:56:38 -06:00
.github ci: add dependabot 2025-02-10 16:56:38 -06:00
docs/source use more succint automagic snippet 2025-02-10 12:45:32 -06:00
src/swydd chore: bump version 2025-02-10 15:38:37 -06: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: think more about design 2024-10-28 18:04:20 -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 use more succint automagic snippet 2025-02-10 12:45:32 -06:00
tasks.py docs: start 2024-10-24 18:35:22 -05:00
uv.lock use more succint automagic snippet 2025-02-10 12:45:32 -06:00

EffVer Issues MIT License Ruff pre-commit

sywdd

sywdd will yield desired deliverables

Automagic Snippet

# fmt: off
# https://swydd.dayl.in/#automagic-snippet
if not((_i:=__import__)("importlib.util").util.find_spec("swydd")or
(_src:=_i("pathlib").Path(__file__).parent/"swydd/__init__.py").is_file()):
  _r=_i("urllib.request").request.urlopen("https://swydd.dayl.in/swydd.py")
  _src.parent.mkdir(exist_ok=True);_src.write_text(_r.read().decode())  # noqa
# fmt: on

Alternatives