swydd will yield desired deliverables
Find a file
dependabot[bot] 6a51158a15 build(deps): bump actions/setup-python from 3 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-18 15:35:35 -06:00
.github build(deps): bump actions/setup-python from 3 to 5 2025-02-18 15:35:35 -06:00
docs/source use more succint automagic snippet 2025-02-10 12:45:32 -06:00
src/swydd chore: bump version again 2025-02-10 17:07:09 -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