mirror of
https://github.com/daylinmorgan/swydd.git
synced 2025-12-02 11:39:54 -06:00
swydd will yield desired deliverables
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> |
||
|---|---|---|
| .github | ||
| docs/source | ||
| src/swydd | ||
| tests | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| DESIGN.md | ||
| LICENSE | ||
| pyproject.toml | ||
| README.md | ||
| tasks.py | ||
| uv.lock | ||
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