mirror of
https://github.com/daylinmorgan/swydd.git
synced 2025-02-22 04:25:51 -06:00
swydd will yield desired deliverables
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> |
||
---|---|---|
.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